Class and 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.
|
SerialChangeListener
This interface lets the user do something when the serial line state changes.
|
SerialLineState
This class represents the current state of the lines on the serial port.
|
SerialPort
A SerialPort represents a serial port on the system.
|
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.
|
SerialPortBuilder
Provides a Builder pattern to make constructing a SerialPort easy.
|
Copyright © 2020. All rights reserved.