Consortium
Activities
Projects
Forge
Events
Log-in
Register
Aspire :: Bundles :: LibUSB Java Proxy
Space Menu
Consortium
|
Solutions
|
Middleware
|
Forge
|
MyObjectWeb
|
PDF
|
History
|
More Actions
View
Code
|
XML
|
Help
Documentation
|
XWiki Syntax
|
1 Aspire :: Bundles :: LibUSB Java Proxy ---- #toc("" "" "true") ---- This bundle uses the LibUSBJava library to develop Java proxies for USB devices (ibuddy, acsacr122, ...). 1.1 Installation Read http://libusbjava.sourceforge.net/wp/?page_id=8 1.1.1 Windows Copy the 2 files in the system copy libusb0.dll C:\windows\system32\ copy libusb0.sys C:\windows\system32\drivers\ For other devices (ibuddy, acsacr122, ...), copy the *.inf files in C:\WINDOWS\system32\inf\other\ 1.1.1 Linux In order to use LibUSBJava, you must stop the HID module and the USB module : this avoid an auto-mount of the device 1.1 Build # mvn install:install-file # mvn clean install 1.1 Misc