gnu.io.rfc2217.package-info 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.
/*
* Copyright (C) 2010 Archie L. Cobbs. All rights reserved.
*
* $Id: package-info.java 31 2010-11-22 22:43:26Z archie.cobbs $
*/
/**
* Top level Java package for the jvser RFC 2217 client library.
*
*
* The central class in this package is {@link gnu.io.rfc2217.TelnetSerialPort}.
*
*
* @see gnu.io.rfc2217.TelnetSerialPort
* @see RFC 2217
* @see The jvser project home page
*/
package gnu.io.rfc2217;