Hello,

Do you mean that your devices are RS232 or USB?  If you want to 
communicate with USB devices, you should use javax.usb, however if you 
want to talk to RS232 devices, you should use javax.comm.  Since you say 
your devices are RS232, I think you probably want to use javax.comm.

If your devices use a USB->RS232 converter, make sure the driver for that 
converter is built into your kernel and loaded, and then you should be 
able to access your RS232 device at one of the /dev/ttyUSBX device nodes 
(e.g. /dev/ttyUSB0, ttyUSB1, etc).


>I am Java developer and have a new project to offer.
>
>The project as simple Java application which is not that big deal. What is
>the problem is the USB communication. I would need to communicate with
>devices through USB. The devices itself are watches, maximum 6 at the 
>time,
>and the communication protocol is RS232. I need to communicate parallel
>with each of the watch. These are my conditions. So, I was looking for an
>API to use USB. I also found the Java USB API
>(http://jcp.org/aboutJava/communityprocess/first/jsr080/index.html). I 
>also
>saw that these API is still in draft. But he main problem is that I do not
>get anything to work. Also not an example. I am already stuck at the entry
>point (UsbHostManager).
>
>Could you give me some advice or tips, please. Our company would also be
>willing in helping to further develope the Java USB API with the 
>experience
>and source code we would make during the development of this application.
>
>Kind regards,
>
>Christian Schuster
>
>Rudolf Schuster AG
>Postfach 277
>CH - 3000 Bern 11
>
>http://www.rsag.ch
>++41 31 348 05 30
>

-- 
Dan Streetman
[EMAIL PROTECTED]
---------------------
186,272 miles per second:
It isn't just a good idea, it's the law!


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
javax-usb-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/javax-usb-devel

Reply via email to