RXTX is a native lib providing serial and parallel communication for the Java Development Toolkit (JDK). All deliverables are under the gnu LGPL license.
- Site: http://rxtx.qbang.org/wiki/index.php/Main_Page
- Site: http://users.frii.com/jarvi/rxtx/download.html
- Sources: https://github.com/rxtx/rxtx
This fork of RXTX patches the upstream sources to introduce the following fixes:
- support to linux ttyACM devices
- reduced latency (thanks @neophob)
- faster ports listing on Windows boxes with some particular hardware (Bluetooth) configurations (thanks eried from the forum)
- Sources: https://github.com/arduino/RXTX
jSerialComm is a Java library designed to provide a platform-independent way to access standard serial ports without requiring external libraries, native code, or any other tools. It is meant as an alternative to RxTx and the (deprecated) Java Communications API, with increased ease-of-use, an enhanced support for timeouts, and the ability to open multiple ports simultaneously.