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?
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:
I think this link may help:
http://java.sun.com/products/javacomm/
There is a class SerialPort
Post a Comment