Interface | Description |
---|---|
SerialPortDataListener |
This interface must be implemented to enable simple event-based serial port I/O.
|
SerialPortDataListenerWithExceptions |
This interface must be implemented to enable simple event-based serial port I/O with a custom Exception callback.
|
SerialPortMessageListener |
This interface must be implemented to enable delimited message reads using event-based serial port I/O.
|
SerialPortMessageListenerWithExceptions |
This interface must be implemented to enable delimited message reads using event-based serial port I/O with a custom Exception callback.
|
SerialPortPacketListener |
This interface must be implemented to enable full packet reads using event-based serial port I/O.
|
Class | Description |
---|---|
SerialPort |
This class provides native access to serial ports and devices without requiring external libraries or tools.
|
SerialPortEvent |
This class describes an asynchronous serial port event.
|
SerialPortThreadFactory |
This class is used to create internal jSerialComm threads.
|
Exception | Description |
---|---|
SerialPortInvalidPortException |
This class describes a serial port invalid port exception.
|
SerialPortIOException |
This class describes a serial port IO exception.
|
SerialPortTimeoutException |
This class describes a serial port timeout exception.
|