Package | Description |
---|---|
com.pi4j.io.serial | |
com.pi4j.io.serial.impl |
Modifier and Type | Method and Description |
---|---|
DataBits |
SerialConfig.dataBits() |
static DataBits |
DataBits.getInstance(int data_bits) |
static DataBits |
DataBits.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataBits[] |
DataBits.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SerialConfig |
SerialConfig.dataBits(DataBits dataBits) |
void |
Serial.open(String device,
Baud baud,
DataBits dataBits,
Parity parity,
StopBits stopBits,
FlowControl flowControl)
This opens and initializes the serial port/device and sets the communication parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
SerialImpl.open(String device,
Baud baud,
DataBits dataBits,
Parity parity,
StopBits stopBits,
FlowControl flowControl)
This opens and initializes the serial port/device and sets the communication parameters.
|
Copyright © 2012–2019 Pi4J. All rights reserved.