See: Description
| Interface | Description |
|---|---|
| SerialPort |
Serial port for communication using UARTs.
|
| Class | Description |
|---|---|
| SerialPortBuilder |
Builder class for SerialPorts.
|
| Enum | Description |
|---|---|
| DataBits |
The data bits.
|
| FlowControl |
The flow control.
|
| Parity |
The parity.
|
| StopBits |
The stop bits.
|
| Exception | Description |
|---|---|
| PortNotFoundException |
Signals that the provided serial port name provided via
SerialPortBuilder.newBuilder(String),
SerialPortBuilder.setPortName(String) doesn't exist on the host system. |
| SerialPortException |
Signals that a I/O exception with the SerialPort occurred.
|
| SerialPortTimeoutException |
Signals that the read function of the SerialPort input stream has timed out.
|