| Modifier and Type | Method and Description |
|---|---|
SerialPort.StopBits |
SerialChannel.getStopBits()
Returns the number of stop bits being used.
|
static SerialPort.StopBits |
SerialPort.StopBits.valueOf(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.
|
| 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.