| Package | Description |
|---|---|
| com.embeddedunveiled.serial |
Encapsulates behavior and environment centered around serial port communication.
|
| com.embeddedunveiled.serial.vendor |
Encapsulates behavior and environment centered around serial port communication
using device vendor supplied libraries and drivers for their hardware devices.
|
| Class and Description |
|---|
| SerialComVendorLib
Super class for all classes which implements vendor specific API to talk to
their devices using the libraries provided by vendor.
|
| Class and Description |
|---|
| CP210XbaudConfigs
Represents the C structure 'BAUD_CONFIG' defined in CP210XManufacturingDLL.h header file.
|
| FTdeviceInfo
Represents a device returned by calling listDevices() method in
SerialComFTDID2XX class.
|
| FTdevicelistInfoNode
Represents a FT_DEVICE_LIST_INFO_NODE structure.
|
| FTeepromData
Represents the C structure 'ft_eeprom_header' and 'ft_eeprom_xxxx' together declared in
ftd2xx.h header file.
|
| FTeepromHeader
Represents the C structure 'ft_eeprom_header' declared in ftd2xx.h header file.
|
| FTOpenedDeviceInfo
Represents an opened FT device with information about it.
|
| FTprogramData
Represents the FT_PROGRAM_DATA structure declared in ftd2xx.h header file.
|
| SerialComFTDID2XX.DATABITS
Pre-defined enum constants for number of data bits (word length) in a serial frame.
|
| SerialComFTDID2XX.FLOWCTRL
Pre-defined enum constants for flow control of a serial frame.
|
| SerialComFTDID2XX.PARITY
Pre-defined enum constants for enabling type of parity in a serial frame.
|
| SerialComFTDID2XX.STOPBITS
Pre-defined enum constants for number of stop bits in a serial frame.
|
| SerialComVendorLib
Super class for all classes which implements vendor specific API to talk to
their devices using the libraries provided by vendor.
|
Copyright © 2016. All rights reserved.