Package com.rm5248.serial

Interface Summary
SerialChangeListener This interface lets the user do something when the serial line state changes.
 

Class Summary
SerialLineState This class represents the current state of the lines on the serial port.
SerialPort A SerialPort object represents a SerialPort object on the system.
 

Enum Summary
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
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.