Does anybody know any win32 usb library for java that I can use to
communicate with device. Application will communicate with device
using USB in the same way as RS232 - for control and management.
Thanks,
Dimitry
Dimitry - 02 Feb 2007 07:40 GMT
Correction: I am looking for free USB lib that currently maintained.
> Does anybody know any win32 usb library for java that I can use to
> communicate with device. Application will communicate with device
[quoted text clipped - 3 lines]
>
> Dimitry
Robert Kochem - 03 Feb 2007 11:00 GMT
Dimitry schrieb:
> Does anybody know any win32 usb library for java that I can use to
> communicate with device. Application will communicate with device
> using USB in the same way as RS232 - for control and management.
Under Windows or Linux?
In case of Windows I recommend using libusb-win32 together with the
Java-JNI-Wrapper maintained at the "NTB" [1].
I recently tested several Java-USB libraries and this one was the only one
which worked for receiving and sending data to an USB device.
[1]
http://inf.ntb.ch/infoportal/help/index.jsp?topic=/ch.ntb.infoportal/projects.html
Robert