Modifier and Type | Class and Description |
---|---|
class |
FT_EEPROM_2232D
EEPROM data structure on the 2232D
|
class |
FT_EEPROM_2232H
EEPROM data structure on the 2232H
|
class |
FT_EEPROM_232H
EEPROM data structure on the 232H
|
class |
FT_EEPROM_232R
EEPROM data structure on the 232R
|
class |
FT_EEPROM_245R
EEPROM data structure on the 245R
|
class |
FT_EEPROM_4232H
EEPROM data structure on the 4232H
|
class |
FT_EEPROM_X_Series
EEPROM data structure on the X Series
|
Modifier and Type | Method and Description |
---|---|
FT_EEPROM |
FT_Device.eepromRead()
This method reads the entire device EEPROM and decodes its settings in to fields in
a
FT_EEPROM object.
remarks:
FT_EEPROM : For FT_232A , FT_232B.
FT_EEPROM_2232H : For FT_2232H.
FT_EEPROM_2232D : For FT_2232.
FT_EEPROM_4232H : For FT_4232H.
FT_EEPROM_232R : For FT_232R.
FT_EEPROM_245R : For FT_245R.
FT_EEPROM_232H : For FT_232H.
FT_EEPROM_X : For FT_X_Series. |
Modifier and Type | Method and Description |
---|---|
short |
FT_Device.eepromWrite(FT_EEPROM eeData)
This method encodes the settings from a
FT_EEPROM object and writes
them to the device EEPROM.
remarks:
FT_EEPROM : For FT_232A , FT_232B.
FT_EEPROM_2232H : For FT_2232H.
FT_EEPROM_2232D : For FT_2232.
FT_EEPROM_4232H : For FT_4232H.
FT_EEPROM_232R : For FT_232R.
FT_EEPROM_245R : For FT_245R.
FT_EEPROM_232H : For FT_232H.
FT_EEPROM_X : For FT_X_Series. |