-
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
-
None of the commands work when using with Solus OS, is it supported?
Regards,
-
The Mac OS X backend uses a static variable `static IOHIDManagerRef hid_mgr = 0x0;`
The problem occurs with two threads are doing the sequence `hid_init()` [...] `hid_exit()`
The first thread to …
-
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…
-
Hi,
I'm having a similar issue in #247 . Could you let me kown the solution?
-
```
I'm running the following code on an Emotive EEG on OS X Mountain Lion
byte[] report = new byte[9];
int wrote = dev.getFeatureReport(report);
System.out.printl…
-
```
Currently if controller is not connected, the following error is shown:
{{{
prosody /Users/lord/Dropbox/Projects/Javadrone> java -jar controltower-full.jar
Exception in thread "main" java.lang.…
-
```
Currently if controller is not connected, the following error is shown:
{{{
prosody /Users/lord/Dropbox/Projects/Javadrone> java -jar controltower-full.jar
Exception in thread "main" java.lang.…
-
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 …