public class SerialCommConfig
extends java.lang.Object
Supported in EMDK v6.1.0 or higher.Not supported on all BSP eventhough the EMDK provides this interface. Refer to release notes for more details.
Modifier and Type | Class and Description |
---|---|
static class |
SerialCommConfig.BaudRates
Possible baud rate constants defined.
|
static class |
SerialCommConfig.DataBits
Pre-defined constants for number of data bits in a serial frame in SerialComm object.
|
static class |
SerialCommConfig.FlowControlMode
Pre-defined constants to specify flow control.
|
static class |
SerialCommConfig.ParityBits
Specifies the parity bits for a SerialComm object.
|
static class |
SerialCommConfig.StopBits
Specifies the number of stop bits used on the SerialComm object.
|
Modifier and Type | Field and Description |
---|---|
long |
baudRate
Specifies the baud at which the communications device operates.
|
SerialCommConfig.DataBits |
dataBit
The number of data bits for each character.
|
SerialCommConfig.FlowControlMode |
flowControlMode
Specifies the flow control to be used.
|
SerialCommConfig.ParityBits |
parity
Parity bits are used for detecting error in the transmission.
|
SerialCommConfig.StopBits |
stopBit
Specifies the number of stop bits to be used.
|
public long baudRate
public SerialCommConfig.DataBits dataBit
public SerialCommConfig.ParityBits parity
public SerialCommConfig.StopBits stopBit
public SerialCommConfig.FlowControlMode flowControlMode