Uses of Class
com.rm5248.serial.SerialPort.StopBits

Uses of SerialPort.StopBits in com.rm5248.serial
 

Methods in com.rm5248.serial that return SerialPort.StopBits
 SerialPort.StopBits SerialPort.getStopBits()
          Get the number of stop bits.
static SerialPort.StopBits SerialPort.StopBits.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SerialPort.StopBits[] SerialPort.StopBits.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.rm5248.serial with parameters of type SerialPort.StopBits
 void SerialPort.setStopBits(SerialPort.StopBits stop)
          Set the stop bits of the serial port, after the port has been opened.
 

Constructors in com.rm5248.serial with parameters of type SerialPort.StopBits
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