| 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 | Class and Description |
|---|---|
class |
FTeeprom2232
Represents the C structure 'ft_eeprom_2232' declared in ftd2xx.h header file.
|
class |
FTeeprom2232H
Represents the C structure 'ft_eeprom_2232h' declared in ftd2xx.h header file.
|
class |
FTeeprom232H
Represents the C structure 'ft_eeprom_232h' declared in ftd2xx.h header file.
|
class |
FTeeprom232R
Represents the C structure 'ft_eeprom_232r' declared in ftd2xx.h header file.
|
class |
FTeeprom4232H
Represents the C structure 'ft_eeprom_4232h' declared in ftd2xx.h header file.
|
class |
FTeepromHeader
Represents the C structure 'ft_eeprom_header' declared in ftd2xx.h header file.
|
class |
FTeepromXseries
Represents the C structure 'ft_eeprom_x_series' declared in ftd2xx.h header file.
|
| Modifier and Type | Method and Description |
|---|---|
FTeepromData |
SerialComFTDID2XX.eepromRead(long handle,
int deviceType,
char[] manufacturer,
char[] manufacturerID,
char[] description,
char[] serialNumber)
Executes FT_EEPROM_Read function of D2XX library.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SerialComFTDID2XX.eepromProgram(long handle,
FTeepromData eepromData,
String manufacturer,
String manufacturerID,
String description,
String serialNumber)
Executes FT_EEPROM_Program function of D2XX library.
|
Copyright © 2016. All rights reserved.