Uses of Class
org.openhab.core.io.transport.serial.UnsupportedCommOperationException
Packages that use UnsupportedCommOperationException
-
Uses of UnsupportedCommOperationException in org.openhab.core.io.transport.serial
Methods in org.openhab.core.io.transport.serial that throw UnsupportedCommOperationExceptionModifier and TypeMethodDescriptionvoidSerialPort.enableReceiveThreshold(int i) Enable receive threshold with the specified thresh parameter.voidSerialPort.enableReceiveTimeout(int timeout) Enables the receive timeout.voidSerialPort.setFlowControlMode(int flowcontrolRtsctsOut) Sets the flow control mode value.voidSerialPort.setSerialPortParams(int baudrate, int dataBits, int stopBits, int parity) Sets serial port parameters. -
Uses of UnsupportedCommOperationException in org.openhab.core.io.transport.serial.rxtx
Methods in org.openhab.core.io.transport.serial.rxtx that throw UnsupportedCommOperationExceptionModifier and TypeMethodDescriptionvoidRxTxSerialPort.enableReceiveThreshold(int i) voidRxTxSerialPort.enableReceiveTimeout(int timeout) voidRxTxSerialPort.setFlowControlMode(int flowcontrolRtsctsOut) voidRxTxSerialPort.setSerialPortParams(int baudrate, int dataBits, int stopBits, int parity)