See: Description
| Class | 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.
|
| FTeeprom2232 |
Represents the C structure 'ft_eeprom_2232' declared in ftd2xx.h header file.
|
| FTeeprom2232H |
Represents the C structure 'ft_eeprom_2232h' declared in ftd2xx.h header file.
|
| FTeeprom232H |
Represents the C structure 'ft_eeprom_232h' declared in ftd2xx.h header file.
|
| FTeeprom232R |
Represents the C structure 'ft_eeprom_232r' declared in ftd2xx.h header file.
|
| FTeeprom4232H |
Represents the C structure 'ft_eeprom_4232h' declared in ftd2xx.h header file.
|
| 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.
|
| FTeepromXseries |
Represents the C structure 'ft_eeprom_x_series' 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 |
FTDI provides two interfaces for their USB-UART ICs; first interface is Virtual COM port and
second is provided via a proprietary DLL (a.k.a.
|
| SerialComMCHPSimpleIO |
Microchip Technology Inc provides a shared library known as 'SimpleIO' for communicating with their
USB-UART devices.
|
| SerialComSLabsCP210xManufacturing |
Silicon labs provides libraries to communicate with their USB-UART devices.
|
| SerialComSLabsCP210xRuntime |
Silicon labs provides libraries to communicate with their USB-UART devices.
|
| SerialComSLabsUSBXpress |
Silicon labs provides libraries to communicate with their USB-UART devices.
|
| SerialComVendorLib |
Super class for all classes which implements vendor specific API to talk to
their devices using the libraries provided by vendor.
|
| Enum | Description |
|---|---|
| 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.
|
Encapsulates behavior and environment centered around serial port communication using device vendor supplied libraries and drivers for their hardware devices.
Copyright © 2017. All rights reserved.