-
None of the commands work when using with Solus OS, is it supported?
Regards,
-
Hi,
I'm having a similar issue in #247 . Could you let me kown the solution?
-
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
-
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…
-
Hello,
Thanks for your software. Is there any way to install it on Fedora / RedHat based systems ?
Thanks.
-
I think I understand what has happened. I would suggest that the instructions be rewritten and made clearer for the casual user. In the past one extracted a folder called glucometerutils-master and …
-
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 …
-
```
hid_mgr = HIDManager.getInstance();
dev = hid_mgr.openById(VENDOR_ID, PRODUCT_ID,null );
System.out.println("Manufacturer: " + dev.getManufacturerString() + "\n");
System.out.println("Product: " …
-
```
hid_mgr = HIDManager.getInstance();
dev = hid_mgr.openById(VENDOR_ID, PRODUCT_ID,null );
System.out.println("Manufacturer: " + dev.getManufacturerString() + "\n");
System.out.println("Product: " …