USB support for Java (Win32)  
Author Message
Dimitry





PostPosted: 2007-2-2 15:38:00 Top

java-programmer, USB support for Java (Win32) 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





PostPosted: 2007-2-2 15:41:00 Top

java-programmer >> USB support for Java (Win32) Correction: I am looking for free USB lib that currently maintained.

On Feb 2, 6:38 pm, "Dimitry" <email***@***.com> wrote:
> 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


 
Robert Kochem





PostPosted: 2007-2-3 19:01:00 Top

java-programmer >> USB support for Java (Win32) 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