Skip to content

Java implementation of the RFC 2217 serial port over TCP protocol

License

Notifications You must be signed in to change notification settings

archiecobbs/jvser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jvser (Java Virtual Serial Port) is a Java library implementing the client side of the RFC 2217 protocol.

RFC 2217 defines a TCP protocol for virtualizing traditional serial ports over a telnet stream. This allows clients to connect to remote serial lines using access servers that support this protocol.

jvser provides the TelnetSerialPort class which implements the Java standard javax.comm.SerialPort API, and so is backward compatible with existing Java software that works with serial ports.

License

jvser is licensed under either Apache 2.0 or LGPL 2.1.

About

Java implementation of the RFC 2217 serial port over TCP protocol

Resources

License

Stars

Watchers

Forks

Packages

No packages published