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
Hi:
Thanks for such great project. Recently, I am using hidapi to test my bluetooth. On Ubuntu, I can communicate with my bluetooth devices when I link myproject with libhidapi_hidraw.so, things go well. But when i turn to windows, something goes wrong, I have compiled hiapi.lib && hidapi.dll successfully, and i run the application hid-test, but none of my bluetooth found. Is hidapi support bluetooth on windows? Or what can cause this issue ?
The text was updated successfully, but these errors were encountered:
This is a question of support for Bluetooth devices on Windows.
Is it Bluetooth Low Energy or Bluetooth Classic? Bluetooth Low Energy is only supported on Windows 8 and Windows 10.
Is your BT device paired with computer? You can access HID only on paired Bluetooth devices. You need to first scan from computer, connect and pair, than you can run hidapi test program.
…11#440)
Avoid infinite reading from the device if the device doesn't send any interrupt reports.
Otherwise hidtest has to be stopped by Ctrl+C interruption, which doesn't give a chance to close the device properly,
as a result this has negative side-effects when using LIBUSB backed.
Hi:
Thanks for such great project. Recently, I am using hidapi to test my bluetooth. On Ubuntu, I can communicate with my bluetooth devices when I link myproject with libhidapi_hidraw.so, things go well. But when i turn to windows, something goes wrong, I have compiled hiapi.lib && hidapi.dll successfully, and i run the application hid-test, but none of my bluetooth found. Is hidapi support bluetooth on windows? Or what can cause this issue ?
The text was updated successfully, but these errors were encountered: