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.

link|improve this question
USB communication example through a java application. javausbapi.blogspot.com/2010/05/java-usb-api.html Excellent!! – user355575 Jun 1 '10 at 15:33
Little article how to work with USB HID Device in Windows (Java version). blog.kslemb.com/doku.php/en/projects/globx/java_hid – Konstantin Vovk Dec 27 '10 at 19:25
feedback

2 Answers

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.

link|improve this answer
feedback

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

link|improve this answer
1  
How so (the hackable part)? – Bart van Heukelom May 15 '09 at 10:18
feedback

protected by Robert Harvey Nov 26 '11 at 2:04

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.