|
BSL430.NET
1.2.1
|
Common EEPROM elements for all devices. Inherited to specific device type EEPROMs. More...
Public Attributes | |
| UInt16 | VendorID = 0x0403 |
| Vendor ID as supplied by the USB Implementers Forum More... | |
| UInt16 | ProductID = 0x6001 |
| Product ID More... | |
| string | Manufacturer = "FTDI" |
| Manufacturer name string More... | |
| string | ManufacturerID = "FT" |
| Manufacturer name abbreviation to be used as a prefix for automatically generated serial numbers More... | |
| string | Description = "USB-Serial Converter" |
| Device description string More... | |
| string | SerialNumber = "" |
| Device serial number string More... | |
| UInt16 | MaxPower = 0x0090 |
| Maximum power the device needs More... | |
| bool | SelfPowered = false |
| Indicates if the device has its own power supply (self-powered) or gets power from the USB port (bus-powered) More... | |
| bool | RemoteWakeup = false |
| Determines if the device can wake the host PC from suspend by toggling the RI line More... | |
Common EEPROM elements for all devices. Inherited to specific device type EEPROMs.
| string FTD2XX_NET.FTDI.FT_EEPROM_DATA.Description = "USB-Serial Converter" |
Device description string
| string FTD2XX_NET.FTDI.FT_EEPROM_DATA.Manufacturer = "FTDI" |
Manufacturer name string
| string FTD2XX_NET.FTDI.FT_EEPROM_DATA.ManufacturerID = "FT" |
Manufacturer name abbreviation to be used as a prefix for automatically generated serial numbers
| UInt16 FTD2XX_NET.FTDI.FT_EEPROM_DATA.MaxPower = 0x0090 |
Maximum power the device needs
| UInt16 FTD2XX_NET.FTDI.FT_EEPROM_DATA.ProductID = 0x6001 |
Product ID
| bool FTD2XX_NET.FTDI.FT_EEPROM_DATA.RemoteWakeup = false |
Determines if the device can wake the host PC from suspend by toggling the RI line
| bool FTD2XX_NET.FTDI.FT_EEPROM_DATA.SelfPowered = false |
Indicates if the device has its own power supply (self-powered) or gets power from the USB port (bus-powered)
| string FTD2XX_NET.FTDI.FT_EEPROM_DATA.SerialNumber = "" |
Device serial number string
| UInt16 FTD2XX_NET.FTDI.FT_EEPROM_DATA.VendorID = 0x0403 |
Vendor ID as supplied by the USB Implementers Forum
1.8.15