| Modifier and Type | Method and Description |
|---|---|
SerialPort.BaudRate |
SerialChannel.getBaudRate()
Returns the baud rate being used.
|
static SerialPort.BaudRate |
SerialPort.BaudRate.valueOf(int value)
Constructs a BaudRate from an int.
|
static SerialPort.BaudRate |
SerialPort.BaudRate.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SerialChannel.configure(SerialPort.BaudRate baudRate,
SerialPort.DataBits dataBits,
SerialPort.Parity parity,
SerialPort.StopBits stopBits,
SerialPort.FlowControl flowControl)
Configures the serial port channel.
|
Copyright © 2011. All Rights Reserved.