| Package | Description |
|---|---|
| com.serialpundit.serial.vendor |
Encapsulates behavior and environment centered around serial port communication
using device vendor supplied libraries and drivers for their hardware devices.
|
| Modifier and Type | Method and Description |
|---|---|
static SerialComFTDID2XX.FLOWCTRL |
SerialComFTDID2XX.FLOWCTRL.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SerialComFTDID2XX.FLOWCTRL[] |
SerialComFTDID2XX.FLOWCTRL.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SerialComFTDID2XX.setFlowControl(long handle,
SerialComFTDID2XX.FLOWCTRL flctrl,
char xon,
char xoff)
Executes FT_SetFlowControl function of D2XX library.
|
Copyright © 2017. All rights reserved.