| Package | Description |
|---|---|
| com.embeddedunveiled.serial |
Encapsulates behavior and environment centered around serial port communication.
|
| Modifier and Type | Method and Description |
|---|---|
static SerialComManager.STOPBITS |
SerialComManager.STOPBITS.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SerialComManager.STOPBITS[] |
SerialComManager.STOPBITS.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 © 2016. All rights reserved.