-
```
What steps will reproduce the problem?
1. On windows system , open the device by vendor id and product id
2. Write some data using the opened handle
3.It throws parameter incorrect exception(using…
-
```
What steps will reproduce the problem?
1. On windows system , open the device by vendor id and product id
2. Write some data using the opened handle
3.It throws parameter incorrect exception(using…
-
I have a device that I'm sending packets to about 20 times per second. I do no reading, just writing. Sometimes, a write gets a ```LIBUSB::ERROR_BUSY``` exception, in which case i close and reopen the…
slact updated
7 years ago
-
Hi there,
Not sure if this is possible but I attempted to install this in an ubuntu docker container on macOS.
I received the following error:
```
# ls
Dockerfile LICENSE README.md ap…
-
Hello,
Thanks for your software. Is there any way to install it on Fedora / RedHat based systems ?
Thanks.
-
After following your advices i get this error:
make
g++ -o tempsense -std=c++11 -I/usr/include/hidapi -lhidapi-libusb -lusb main.cpp
/tmp/ccj1jayu.o: In Funktion »main«:
main.cpp:(.text+0x37): W…
fapth updated
3 years ago
-
```
What steps will reproduce the problem?
1. On windows system , open the device by vendor id and product id
2. Write some data using the opened handle
3.It throws parameter incorrect exception(using…
-
I have compiled everything successfully on windows 10 but when i run simple.exe i get the following output:
```
OpenHMD version: 0.3.0
Error: OVRService failed to stop, please try running with Ad…
-
Hi,
keep getting StreamDeck.Transport.Transport.TransportError: Could not open HID device.
Tried disconnecting and reconnecting the deck also tried rebooting.
Only other thing i noticed is th…
-
The Linux libusb and macOS backends maintain an internal buffer of 30 (where did this number come from?) input reports. If I understand correctly, when hid_read is called repeatedly, one input report …