|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnsupportedCommOperationException | |
gnu.io |
Uses of UnsupportedCommOperationException in gnu.io |
Methods in gnu.io that throw UnsupportedCommOperationException | |
abstract void |
SerialPort.setFlowControlMode(int flowcontrol)
Sets the flow control mode. |
abstract void |
SerialPort.setSerialPortParams(int baudrate,
int dataBits,
int stopBits,
int parity)
Sets serial port parameters. |
void |
SerialPort.enableReceiveThreshold(int thresh)
|
void |
SerialPort.enableReceiveTimeout(int rcvTimeout)
|
void |
SerialPort.enableReceiveFraming(int framingByte)
|
void |
RXTXPort.setFlowControlMode(int flowcontrol)
|
void |
RXTXPort.setSerialPortParams(int _baudRate,
int _dataBits,
int _stopBits,
int _parity)
Sets serial port parameters. |
abstract void |
CommPort.enableReceiveThreshold(int thresh)
Enables receive threshold, if this feature is supported by the driver. |
abstract void |
CommPort.enableReceiveTimeout(int rcvTimeout)
Enables receive timeout, if this feature is supported by the driver. |
abstract void |
CommPort.enableReceiveFraming(int framingByte)
Enables receive framing, if this feature is supported by the driver. |
CommPort |
CommPortIdentifier.open(java.io.FileDescriptor fd)
Opens the communications port using a FileDescriptor object on platforms that support this technique. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |