A cross-platform way of accessing serial ports through Java. Supports Windows and Linux. Does not use the Java SerialAPI. Implementation uses the java.io API.
'com.rm5248:JavaSerial:0.6.1'
<dependency>
<groupId>com.rm5248</groupId>
<artifactId>JavaSerial</artifactId>
<version>0.6.1</version>
</dependency>
<dependency org="com.rm5248" name="JavaSerial" rev="0.6.1"/>
"com.rm5248", "JavaSerial", "0.6.1"