Uses of Package
com.rm5248.serial

Classes in com.rm5248.serial used by com.rm5248.serial
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.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.