| Package | Description |
|---|---|
| com.serialpundit.serial |
Encapsulates behavior and environment centered around UART standard communication..
|
| Modifier and Type | Method and Description |
|---|---|
static SerialComManager.PARITY |
SerialComManager.PARITY.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SerialComManager.PARITY[] |
SerialComManager.PARITY.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SerialComManager.configureComPortData(long handle,
SerialComManager.DATABITS dataBits,
SerialComManager.STOPBITS stopBits,
SerialComManager.PARITY parity,
SerialComManager.BAUDRATE baudRate,
int custBaud)
This method configures the rate at which communication will occur and the format of UART frame.
|
Copyright © 2017. All rights reserved.