Skip to content

A Netty transport for serial communications using the jSerialComm library

Notifications You must be signed in to change notification settings

sappansap/Netty-Transport-jSerialComm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netty jSerialComm Transport

This project is a Netty transport plugin for connecting to a serial port using the jSerialComm library.

Documentation

Unfortunately, there is no dedicated documentation available. You can refer to the Netty documentation or look at the JUnit test cases for usage examples.

Installation

Include these lines in your pom file:

<dependency>
    <groupId>se.koc</groupId>
    <artifactId>netty-transport-jserialcomm</artifactId>
    <version>1.0.0</version>
</dependency>

Authors

  • Ziver Koc

Related Projects

License

This project is licensed under the Apache License version 2.0

About

A Netty transport for serial communications using the jSerialComm library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%