michael-gabbay

Results 5 comments of michael-gabbay

HI I tried with a specific device based on FTDI. I did work using python library 'hidapi'.

*Update I took latest from GH and compiled it locally and ran with my application. I did manage to connect and send few Write commands, but in a **specific buffer**...

It didn't throw an exception, just the OS freeze somewhere inside the the loop. I think it is on the line ` if (!Monitor.Wait(queue, timeout)) { throw new TimeoutException(); }`...

`You are trying to send a buffer, that is interpreted as a read request message by this specific HID device?` **Exactly.** about the device descriptor, it is a device under...

HI, after deep investigation, I found out that issue was on kernel version, I changed the OS and the code do work! thank you for your support! I did found...