How could we acess a serial port in java
Acessing serial port in java
Collapse
X
-
Tags: None
-
Sun stopped its support for "javax comm", an old package that offered an API
for serial and parallel communication for the MS Windows platforms. They do
continue support for other platforms. For MS Windows have a look at RXTX,
a perfect clone of Sun's package (and much much faster). For the other platforms
google for Sun's download pages.
kind regards,
Jos
Comment