You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 -
The text was updated successfully, but these errors were encountered:
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](https://user-images.githubusercontent.com/46544171/50934837-c056d000-141e-11e9-917f-05fc7be0a5aa.png)
The text was updated successfully, but these errors were encountered: