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

Uses of SerialPort.BaudRate in com.rm5248.serial
 

Methods in com.rm5248.serial that return SerialPort.BaudRate
 SerialPort.BaudRate SerialPort.getBaudRate()
          Get the baud rate of the serial port.
static SerialPort.BaudRate SerialPort.BaudRate.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SerialPort.BaudRate[] SerialPort.BaudRate.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.BaudRate
 void SerialPort.setBaudRate(SerialPort.BaudRate rate)
          Set the Baud Rate for this port.
 

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