| Modifier and Type | Method and Description |
|---|---|
SerialPort.FlowControl |
SerialChannel.getFlowControl()
Returns the flow control mechanism being used.
|
static SerialPort.FlowControl |
SerialPort.FlowControl.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SerialPort.FlowControl[] |
SerialPort.FlowControl.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.