mcuee
mcuee
To use with visual studio, you can add the header file and the library to your project.
What is this device? Can you print out the USB descriptor?
I believe Windows will not use WinUSB for an HID device unless user switch the driver to WinUSB. There is also a possibility that the device has two interfaces, one...
That is what the OS is doing. You can not change that.
If your application uses HIDAPI and the user's device is not using the HID driver (not HID device), then of course your application will not work. How can you open...
Does it work under other version of Windows? Maybe your device does not understand your command.
Basically if there is another driver active on the macOS for the device, there is no way to use HIDAPI.
From https://github.com/libusb/hidapi/issues/212 This means that 3dconnection driver opens the device in exclusive mode, in that case, no way to use HIDAPI without disabling the 3dconnection driver. In order to use...
https://github.com/libusb/libusb/pull/856 libusb #856 should fix this issue as it fixes https://github.com/libusb/libusb/issues/858. The pull request has been reviewed, just pending the merge for 1.0.25 release.
We do not have enough developers in libusb so the release is taking a bit of time. The date indicated in the milestone is more like an estimate so no...