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