| Package | Description |
|---|---|
| com.embeddedunveiled.serial |
Encapsulates behavior and environment centered around serial port communication.
|
| Modifier and Type | Method and Description |
|---|---|
static SerialComManager.FLOWCONTROL |
SerialComManager.FLOWCONTROL.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SerialComManager.FLOWCONTROL[] |
SerialComManager.FLOWCONTROL.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.configureComPortControl(long handle,
SerialComManager.FLOWCONTROL flowctrl,
char xon,
char xoff,
boolean ParFraError,
boolean overFlowErr)
This method configures the way data communication will be controlled between DTE and DCE.
|
Copyright © 2016. All rights reserved.