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