C# Class FTD2XX_NET.FTDI.FT232R_EEPROM_STRUCTURE

EEPROM structure specific to FT232R and FT245R devices. Inherits from FT_EEPROM_DATA.
Inheritance: FT_EEPROM_DATA
Afficher le fichier Open project: GNOME/chronojump Class Usage Examples

Méthodes publiques

Свойство Type Description
Cbus0 byte
Cbus1 byte
Cbus2 byte
Cbus3 byte
Cbus4 byte
EndpointSize byte
HighDriveIOs bool
InvertCTS bool
InvertDCD bool
InvertDSR bool
InvertDTR bool
InvertRI bool
InvertRTS bool
InvertRXD bool
InvertTXD bool
PullDownEnable bool
RIsD2XX bool
SerNumEnable bool
UseExtOsc bool

Property Details

Cbus0 public_oe property

Sets the function of the CBUS0 pin for FT232R devices. Valid values are FT_CBUS_TXDEN, FT_CBUS_PWRON , FT_CBUS_RXLED, FT_CBUS_TXLED, FT_CBUS_TXRXLED, FT_CBUS_SLEEP, FT_CBUS_CLK48, FT_CBUS_CLK24, FT_CBUS_CLK12, FT_CBUS_CLK6, FT_CBUS_IOMODE, FT_CBUS_BITBANG_WR, FT_CBUS_BITBANG_RD
public byte Cbus0
Résultat byte

Cbus1 public_oe property

Sets the function of the CBUS1 pin for FT232R devices. Valid values are FT_CBUS_TXDEN, FT_CBUS_PWRON , FT_CBUS_RXLED, FT_CBUS_TXLED, FT_CBUS_TXRXLED, FT_CBUS_SLEEP, FT_CBUS_CLK48, FT_CBUS_CLK24, FT_CBUS_CLK12, FT_CBUS_CLK6, FT_CBUS_IOMODE, FT_CBUS_BITBANG_WR, FT_CBUS_BITBANG_RD
public byte Cbus1
Résultat byte

Cbus2 public_oe property

Sets the function of the CBUS2 pin for FT232R devices. Valid values are FT_CBUS_TXDEN, FT_CBUS_PWRON , FT_CBUS_RXLED, FT_CBUS_TXLED, FT_CBUS_TXRXLED, FT_CBUS_SLEEP, FT_CBUS_CLK48, FT_CBUS_CLK24, FT_CBUS_CLK12, FT_CBUS_CLK6, FT_CBUS_IOMODE, FT_CBUS_BITBANG_WR, FT_CBUS_BITBANG_RD
public byte Cbus2
Résultat byte

Cbus3 public_oe property

Sets the function of the CBUS3 pin for FT232R devices. Valid values are FT_CBUS_TXDEN, FT_CBUS_PWRON , FT_CBUS_RXLED, FT_CBUS_TXLED, FT_CBUS_TXRXLED, FT_CBUS_SLEEP, FT_CBUS_CLK48, FT_CBUS_CLK24, FT_CBUS_CLK12, FT_CBUS_CLK6, FT_CBUS_IOMODE, FT_CBUS_BITBANG_WR, FT_CBUS_BITBANG_RD
public byte Cbus3
Résultat byte

Cbus4 public_oe property

Sets the function of the CBUS4 pin for FT232R devices. Valid values are FT_CBUS_TXDEN, FT_CBUS_PWRON , FT_CBUS_RXLED, FT_CBUS_TXLED, FT_CBUS_TXRXLED, FT_CBUS_SLEEP, FT_CBUS_CLK48, FT_CBUS_CLK24, FT_CBUS_CLK12, FT_CBUS_CLK6
public byte Cbus4
Résultat byte

EndpointSize public_oe property

Sets the endpoint size. This should always be set to 64
public byte EndpointSize
Résultat byte

HighDriveIOs public_oe property

Enables high current IOs
public bool HighDriveIOs
Résultat bool

InvertCTS public_oe property

Inverts the sense of the CTS line
public bool InvertCTS
Résultat bool

InvertDCD public_oe property

Inverts the sense of the DCD line
public bool InvertDCD
Résultat bool

InvertDSR public_oe property

Inverts the sense of the DSR line
public bool InvertDSR
Résultat bool

InvertDTR public_oe property

Inverts the sense of the DTR line
public bool InvertDTR
Résultat bool

InvertRI public_oe property

Inverts the sense of the RI line
public bool InvertRI
Résultat bool

InvertRTS public_oe property

Inverts the sense of the RTS line
public bool InvertRTS
Résultat bool

InvertRXD public_oe property

Inverts the sense of the RXD line
public bool InvertRXD
Résultat bool

InvertTXD public_oe property

Inverts the sense of the TXD line
public bool InvertTXD
Résultat bool

PullDownEnable public_oe property

Determines if IOs are pulled down when the device is in suspend
public bool PullDownEnable
Résultat bool

RIsD2XX public_oe property

Determines if the VCP driver is loaded
public bool RIsD2XX
Résultat bool

SerNumEnable public_oe property

Determines if the serial number is enabled
public bool SerNumEnable
Résultat bool

UseExtOsc public_oe property

Disables the FT232R internal clock source. If the device has external oscillator enabled it must have an external oscillator fitted to function
public bool UseExtOsc
Résultat bool