Uses of Class
org.openhab.core.io.transport.serial.UnsupportedCommOperationException
-
Uses of UnsupportedCommOperationException in org.openhab.core.io.transport.serial
Modifier and TypeMethodDescriptionvoid
SerialPort.enableReceiveThreshold
(int i) Enable receive threshold with the specified thresh parameter.void
SerialPort.enableReceiveTimeout
(int timeout) Enables the receive timeout.void
SerialPort.setFlowControlMode
(int flowcontrolRtsctsOut) Sets the flow control mode value.void
SerialPort.setSerialPortParams
(int baudrate, int dataBits, int stopBits, int parity) Sets serial port parameters. -
Uses of UnsupportedCommOperationException in org.openhab.core.io.transport.serial.rxtx
Modifier and TypeMethodDescriptionvoid
RxTxSerialPort.enableReceiveThreshold
(int i) void
RxTxSerialPort.enableReceiveTimeout
(int timeout) void
RxTxSerialPort.setFlowControlMode
(int flowcontrolRtsctsOut) void
RxTxSerialPort.setSerialPortParams
(int baudrate, int dataBits, int stopBits, int parity)