Package com.rm5248.serial
-
Interface Summary Interface Description SerialChangeListener This interface lets the user do something when the serial line state changes. -
Class Summary 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 Summary 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 Summary 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.