Skip to content

Java implementation of the RFC 2217 serial port over TCP protocol

Notifications You must be signed in to change notification settings

msteigenberger/jvser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 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.

About

Java implementation of the RFC 2217 serial port over TCP protocol

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 84.1%
  • Java 11.0%
  • XSLT 2.4%
  • JavaScript 2.0%
  • CSS 0.5%