signal11 / hidapi

A Simple library for communicating with USB and Bluetooth HID devices on Linux, Mac, and Windows.
http://www.signal11.us/oss/hidapi/
Other
2.46k stars 901 forks source link

Not able to read/write on Windows 10 #419

Open sd1234567 opened 5 years ago

sd1234567 commented 5 years ago

I'm trying to establish communication between BLE HID device and Windows machine. I'm using custom HID descriptor. I could verify that the firmware on hardware is working using readymade api running on Windows & Mac. Now I'm trying to develop my own hidapi with the help of signal11 code. Byte is getting written but I cant see that on BLE device. So I cant verify whether its truely sending the byte. Also I'm trying to send byte from BLE device but I just get 'waiting' on the console. Please check image below - image

connerMa commented 2 years ago

I have the same problem you have

Youw commented 2 years ago

Please see #468