| Interface | Description |
|---|---|
| ISerialPortEventListener |
This interface defines the required methods that should be implemented to
behave as a serial port event listener and be notified when a serial port
event occurs.
|
| Class | Description |
|---|---|
| SerialPort |
Represents a serial port to communicate with.
|
| SerialPortEvent |
Represents a serial port event.
|
| SerialPortManager |
This class provides access to the serial ports.
|
| SerialPortParameters |
Helper class used to store serial connection parameters information.
|
| Enum | Description |
|---|---|
| EventType |
Enumerates the possible event types of the serial port.
|
| Exception | Description |
|---|---|
| NoSuchPortException |
Exception thrown when the requested port does not exist.
|
| PortInUseException |
Exception thrown when the requested port is currently in use.
|
| UnsupportedCommOperationException |
Exception thrown when a serial port does not support the requested
functionality.
|