Ports USB

Hi Sorry by my englishPleasei want to know, how can i to work (developer) in j2ee and j2se the serial port and USB portif you can give procedures and examples is very goodthank you
[222 byte] By [Auguzto_65] at [2007-11-14]
# 1

First of all, communication to serial and parallel ports as well as USB devices is not something j2ee was designed for. You should consider using j2se for such applications, here is a couple of references to Java Communications API and Java USB API:

http://java.sun.com/products/javacomm/

http://jcp.org/en/jsr/detail?id=80

Sultal at 2007-7-6 > top of java,Application & Integration Servers,Application Servers...