You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for my current project I was in search for a Java HID implementation and thus attracted by this project. Unfortunately I cannot get this to work somehow. I am able to list the devices and find the one I am targeting. But on the first write the HID library Returns with return Code -1 and the last error message states "Unzulässige Funktion" which I would translate to "Improper function".
I am on a Windows 64 bit machine and it tells me it is version 1903 (Build 18362.476). The current JDK I am using is Oracle 1.8.0_161 (32 bit). Previously I tested with a 64 bit JRE but the behavior is the same.
Is this a known issue or am I missing something?
The text was updated successfully, but these errors were encountered:
Hi all,
for my current project I was in search for a Java HID implementation and thus attracted by this project. Unfortunately I cannot get this to work somehow. I am able to list the devices and find the one I am targeting. But on the first write the HID library Returns with return Code -1 and the last error message states "Unzulässige Funktion" which I would translate to "Improper function".
I am on a Windows 64 bit machine and it tells me it is version 1903 (Build 18362.476). The current JDK I am using is Oracle 1.8.0_161 (32 bit). Previously I tested with a 64 bit JRE but the behavior is the same.
Is this a known issue or am I missing something?
The text was updated successfully, but these errors were encountered: