views:

930

answers:

2
+6  Q: 

Java USB library

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.

+1  A: 

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

dfa
How so (the hackable part)?
Bart van Heukelom
A: 

USB communication example through a java application. http://javausbapi.blogspot.com/2010/05/java-usb-api.html Excellent!!

ing