Friday, January 29, 2010

Java Serial Protection How Can I Access Information On Serial Port In Java Programming.?

How can I access information on serial port in java programming.? - java serial protection

I try to capture bytes, which occurs via the serial interface. How do I do this in Java. What class can I do?

1 comment:

AL L said...

I think this link may help:
http://java.sun.com/products/javacomm/

There is a class SerialPort

Post a Comment