| Modifier and Type | Method and Description |
|---|---|
SerialPort.DataBits |
SerialChannel.getDataBits()
Returns the number of data bits being used.
|
static SerialPort.DataBits |
SerialPort.DataBits.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SerialPort.DataBits[] |
SerialPort.DataBits.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.