This project is a Netty transport plugin for connecting to a serial port using the jSerialComm library.
Unfortunately, there is no dedicated documentation available. You can refer to the Netty documentation or look at the JUnit test cases for usage examples.
Include these lines in your pom file:
<dependency>
<groupId>se.koc</groupId>
<artifactId>netty-transport-jserialcomm</artifactId>
<version>1.0.0</version>
</dependency>
- Ziver Koc
This project is licensed under the Apache License version 2.0