LibUsbJava

Java libusb is a Java wrapper for the libusb and libusb-win32 USB library. libusb aim is to create a library for use by user level applications to access USB devices regardless of OS.
Libusb-win32 is a port of the USB library libusb to the Windows operating systems. The library allows user space applications to access any USB device on Windows in a generic way without writing any line of kernel driver code.

The API description of this class has been copied from the libusb documentation and adapted where neccessary.

你可能感兴趣的:(LibUsbJava)