-
Notifications
You must be signed in to change notification settings - Fork 4
Other Serial Libraries
Christian Schwarz edited this page Jan 26, 2016
·
19 revisions
https://blogs.oracle.com/jtc/entry/java_serial_communications_revisited
- OpenJDK DIO (UARTModem)
- Java Communications API (javax.comm) / [download comm 2.0 JAR] (http://www.java2s.com/Code/Jar/c/Downloadcomm20jar.htm)
- Serial Communication Manager (scm) / github
- Java Simple Serial Communication (jSSC) / [github] (https://github.com/scream3r/java-simple-serial-connector)
- RxTx / github
- NRJavaSerial / github
- Pure Java Comm (based on JNA) / github
- j232 based on libj232 / github
- jSerialComm / github
- jvser (serial over telnet/RFC 2217) / github
- Java Serail Port (serial.io)
- Pi4J / github