-
```
hid_mgr = HIDManager.getInstance();
dev = hid_mgr.openById(VENDOR_ID, PRODUCT_ID,null );
System.out.println("Manufacturer: " + dev.getManufacturerString() + "\n");
System.out.println("Product: " …
-
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…
-
When using the install instructions for Linux Mint 18.x, but actually doing it on a **Linux Mint 19.3** system, the software does not work. It's not possible to open a project (or even close the wind…
-
```
hid_mgr = HIDManager.getInstance();
dev = hid_mgr.openById(VENDOR_ID, PRODUCT_ID,null );
System.out.println("Manufacturer: " + dev.getManufacturerString() + "\n");
System.out.println("Product: " …
-
```
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.…
-
The Windows HID api always expects to receive a fixed size buffer (corresponding to the largest report supported by the device). Therefore the hidapi library internally pads the buffer with zeros to t…
-
```
% sw_vers
ProductName: macOS
ProductVersion: 13.5
BuildVersion: 22G74
% xcodebuild -version
Xcode 14.3
Build version 14E222b
```
![image](https://github.com/AsahiLinux/macvdmtool…
-
```
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…