Java Class Library API

This is the API documentation for version 1.0.48 of the jvser library, which implements the client side of the RFC 2217 serial-over-Telnet protocol.

See:
          Description

Packages
org.dellroad.jvser Top level Java package for the jvser RFC 2217 client library.
org.dellroad.jvser.client RFC 2217 client application based on the jvser library.

 

This is the API documentation for version 1.0.48 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/.