Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java USB library [closed]

Tags:

java

api

usb

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.


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


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)