gnu.io.rfc2217.overview.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nrjavaserial Show documentation
Show all versions of nrjavaserial Show documentation
A fork of the RXTX library with a focus on ease of use and embeddability in other libraries.
This is the API documentation for version @VERSION@ of the jvser
library, which implements the client side of the RFC 2217
serial-over-Telnet protocol.
RFC 2217 defines a TCP protcol for virtualizing
traditional serial ports over a telnet connection. This allows clients to connect to remote serial
lines using access servers that support this protocol.
This library provides the TelnetSerialPort
class
for RFC 2217 serial port connections.
This class implements the
javax.comm.SerialPort
API, and so is backward-compatible with existing Java software that works with serial ports.
Visit the jvser homepage at http://jvser.googlecode.com/.