Serial Communication API for Java on 64-bit systems (modem communication)

I am looking for a serial communication API for Java. Support for 64-bit systems is very important. I used rxtx with the 64-bit Cloudhopper libraries , but on some Windows Server 2008 systems I had serious problems with jvm crashes when accessing the (virtual) serial ports.

The main goal is to interact with analog modems, maybe there is another way to communicate the modem in Java?

It would be nice if the API were free.

+5
source share
2 answers
+3
+1

All Articles