Interface | Description |
---|---|
SerialChangeListener |
This interface lets the user do something when the serial line state changes.
|
Class | Description |
---|---|
SerialLineState |
This class represents the current state of the lines on the serial port.
|
SerialPort |
A SerialPort represents a serial port on the system.
|
SerialPortBuilder |
Provides a Builder pattern to make constructing a SerialPort easy.
|
Enum | Description |
---|---|
SerialPort.BaudRate |
Represents the BaudRate that the SerialPort uses.
|
SerialPort.DataBits |
Represents the number of bits that the serial port uses.
|
SerialPort.FlowControl |
The Flow control scheme for the data, typically None.
|
SerialPort.Parity |
The parity bit for the data.
|
SerialPort.StopBits |
The number of stop bits for data.
|
Exception | Description |
---|---|
NoSuchPortException |
This exception is thrown when you attempt to open up a port that does not exist.
|
NotASerialPortException |
This exception is thrown when the device that you have opened is not a serial port.
|
Copyright © 2020. All rights reserved.