-
Notifications
You must be signed in to change notification settings - Fork 0
Home
torao edited this page Jun 19, 2011
·
2 revisions
The USB for Java is an API and open source Java and JNI library to operate USB devices from Java application without without platform-depend implementation. It's just like user-mode generic driver.
USB for Java library is build for Java2 SE 5.0 or later. You need additional library to communicate your USB devices on every platform.
LibUSB-Win32 required. ".inf" file needs for Vista or later.
libusb 0.1 required.