Uses of Class
gnu.io.CommPort

Packages that use CommPort
gnu.io   
 

Uses of CommPort in gnu.io
 

Subclasses of CommPort in gnu.io
 class RXTXPort
           
 class SerialPort
           
 

Methods in gnu.io that return CommPort
 CommPort RXTXCommDriver.getCommPort(java.lang.String portName, int portType)
          getCommPort() will be called by CommPortIdentifier from its open() method.
 CommPort CommPortIdentifier.open(java.io.FileDescriptor fd)
          Opens the communications port using a FileDescriptor object on platforms that support this technique.
 CommPort CommPortIdentifier.open(java.lang.String appname, int timeout)
          Opens the communications port. open obtains exclusive ownership of the port.
 CommPort CommDriver.getCommPort(java.lang.String portName, int portType)
          getCommPort() will be called by CommPortIdentifier from its open() method.
 

Methods in gnu.io with parameters of type CommPort
static CommPortIdentifier CommPortIdentifier.getPortIdentifier(CommPort port)