- setBaud(BaudRate) - Method in class net.springfieldusa.io.serial.IOStream
-
Sets the baud rate on the serial port.
- setDataBits(DataBits) - Method in class net.springfieldusa.io.serial.IOStream
-
Sets the number of data bits on the serial port.
- setParity(Parity) - Method in class net.springfieldusa.io.serial.IOStream
-
Sets the parity on the serial port.
- setReadMode(int, int) - Method in class net.springfieldusa.io.serial.IOStream
-
Sets the read mode based on the termios man page where MIN is the
numberBytesToWaitFor and TIME is the timeoutBetweenBytes
- setStopBits(StopBits) - Method in class net.springfieldusa.io.serial.IOStream
-
Sets the number of stop bits on the serial port.
- setUseFlowControl(FlowControl) - Method in class net.springfieldusa.io.serial.IOStream
-
Enable or disable RTS/CTS flow control based on the mode.
- StopBits - Enum in net.springfieldusa.io.serial
-
The values of stop bits that can be set on the serial port.