Uses of Class
com.rm5248.serial.NotASerialPortException

Uses of NotASerialPortException in com.rm5248.serial
 

Constructors in com.rm5248.serial that throw NotASerialPortException
SerialPort(java.lang.String portName)
          Open the specified port, 9600 baud, 8 data bits, 1 stop bit, no parity, no flow control
SerialPort(java.lang.String portName, boolean keepSettings)
          Open up a serial port, but allow the user to keep the current settings of the serial port.
SerialPort(java.lang.String portName, SerialPort.BaudRate rate)
          Open the specified port, no flow control
SerialPort(java.lang.String portName, SerialPort.BaudRate rate, SerialPort.DataBits data)
          Open the specified port, no flow control
SerialPort(java.lang.String portName, SerialPort.BaudRate rate, SerialPort.DataBits data, SerialPort.StopBits stop)
          Open the specified port, no parity or flow control
SerialPort(java.lang.String portName, SerialPort.BaudRate rate, SerialPort.DataBits data, SerialPort.StopBits stop, SerialPort.Parity parity)
          Open the specified port, no flow control
SerialPort(java.lang.String portName, SerialPort.BaudRate rate, SerialPort.DataBits data, SerialPort.StopBits stop, SerialPort.Parity parity, SerialPort.FlowControl flow)
          Open the specified port, defining all options