|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SerialPort.DataBits in com.rm5248.serial |
---|
Methods in com.rm5248.serial that return SerialPort.DataBits | |
---|---|
SerialPort.DataBits |
SerialPort.getDataBits()
Get the number of data bits. |
static SerialPort.DataBits |
SerialPort.DataBits.valueOf(java.lang.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. |
Methods in com.rm5248.serial with parameters of type SerialPort.DataBits | |
---|---|
void |
SerialPort.setDataSize(SerialPort.DataBits data)
Set the data bits size, after the port has been opened. |
Constructors in com.rm5248.serial with parameters of type SerialPort.DataBits | |
---|---|
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 |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |