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
Since Pure Java HID-API seems to be pretty much abandonned and requires a number of workarounds in order to work correctly, switching to an alternative HID library remains a medium term goal.
Fortunately hid4java which is based on hidapi got recently resurrected from the dead.
The hid4java branch contains all necessary changes required to do the switch and works fine on Windows.
Unfortunately hidapi currently does not allow opening a device in non-exclusive mode on macOS which blocks the switchover: libusb/hidapi#27
Once the issue is fixed and there is a build of hid4java based on an updated hidapi version, switching is possible.
An alternative would be to build custom versions hidapi and hid4java with the following patch: signal11/hidapi#297
The text was updated successfully, but these errors were encountered:
Since Pure Java HID-API seems to be pretty much abandonned and requires a number of workarounds in order to work correctly, switching to an alternative HID library remains a medium term goal.
Fortunately hid4java which is based on hidapi got recently resurrected from the dead.
The hid4java branch contains all necessary changes required to do the switch and works fine on Windows.
Unfortunately hidapi currently does not allow opening a device in non-exclusive mode on macOS which blocks the switchover: libusb/hidapi#27Once the issue is fixed and there is a build of hid4java based on an updated hidapi version, switching is possible.An alternative would be to build custom versions hidapi and hid4java with the following patch: signal11/hidapi#297
The text was updated successfully, but these errors were encountered: