-
```
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…
-
```
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…
-
### Current Behavior
As soon as I start CEMU on windows the controller disconnects, it did not do this on the previous version I was on. This is happening on 2.0-74.
### Expected Behavior
For it to…
-
```
What steps will reproduce the problem?
1. Compile .sln in javahidapi/windows, creates hidapi-jni.dll correct.
2. Put PenTest.java in folder with javahidapi folder.
3. Trying to compile it, as show…
-
We don't have access to a mac to test on, so controller support hasn't been implemented or tested on a mac. We should resolve this.
200sc updated
3 years ago
-
Hello,
I hope this message finds you well. I am reaching out to you because I am working on an open-source project called BrailleTouch. Our goal is to create affordable Braille displays for bli…
-
Hello,
I have a problem starting pyocd gdbserver.
```
sudo pyocd gdbserver
0000309:INFO:board:Target type is k64f
0000309:CRITICAL:__main__:Unable to open device: open failed
Traceback (most…
-
None of the commands work when using with Solus OS, is it supported?
Regards,
-
Bug solution in the commit https://github.com/MatMoul/g810-led/commit/d6d976322e074e470059eed6dce7ff53dcb11709 maybe fixes a bug but it consumes CPU way too much in hidapi mode. The USB connection is …
-
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 …