| Package | Description |
|---|---|
| com.embeddedunveiled.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.STOPBITS |
SerialComFTDID2XX.STOPBITS.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SerialComFTDID2XX.STOPBITS[] |
SerialComFTDID2XX.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 |
SerialComFTDID2XX.setDataCharacteristics(long handle,
SerialComFTDID2XX.DATABITS dataBits,
SerialComFTDID2XX.STOPBITS stopBits,
SerialComFTDID2XX.PARITY parity)
Executes FT_SetDataCharacteristics function of D2XX library.
|
Copyright © 2016. All rights reserved.