C
crypto
Hi,
I am writing a program that interfaces with a serial port device
(router). This application must work for both Linux and Windows
machines. As such, I would like to use Java.
I would like to know what free libraries are available to do serial
communications programming in Java for Linux and for Windows.
I understand that there is javax.comm which is for Windows/Solaris
only. Is there one that will work for both Windows and Linux? If not,
what are the libraries which I may use?
Thanks,
C29
I am writing a program that interfaces with a serial port device
(router). This application must work for both Linux and Windows
machines. As such, I would like to use Java.
I would like to know what free libraries are available to do serial
communications programming in Java for Linux and for Windows.
I understand that there is javax.comm which is for Windows/Solaris
only. Is there one that will work for both Windows and Linux? If not,
what are the libraries which I may use?
Thanks,
C29