A small, single Java library for working with serial ports across various systems based on the work from scream3r/java-simple-serial-connector.
- Download
.jar
manually or add using maven
<dependency>
<groupId>io.github.java-native</groupId>
<artifactId>jssc</artifactId>
<version>2.9.2</version>
</dependency>