Java USB library

25,733

Solution 1

About two years ago I used Java libusb with success. It has the advantage that you are not limited to special device classes like HID.

Solution 2

Try this. It uses JNA so potentially it is more "hackable" than any JNI-based library

Solution 3

I used usb4java. On Windows, I installed WinUSB driver and it appeared to work Google: usb4java The advantage is high-level usb api. so the program is virtually portable to different lib. (not only usb4java)

Share:
25,733
Admin
Author by

Admin

Updated on January 21, 2020

Comments

  • Admin
    Admin over 4 years

    Is there a good Java USB API i can use? I tried JUSB but it doesn't seem to work. It's also very old, no updates since 2001.