FTDI Device node extends generic Bsl430NetDevice. Use requires D2XX library (FTD2XX.dll or libftd2xx.so) and driver installed (ftdibus.sys).
More...
|
| | FTDI_Device (int Vid, int Pid, string Type, string Serial, string Name, string Desc, string Fulldesc, Mode Mode) |
| | FTDI_Device constructor. More...
|
| |
| | FTDI_Device () |
| | FTDI_Device parameterless constructor for serialization. More...
|
| |
| override string | ToString () |
| | Short string general information about this device. More...
|
| |
| | Bsl430NetDevice () |
| | Bsl430NetDevice constructor More...
|
| |
| | Bsl430NetDevice (Bsl430NetDevice Dev) |
| | Bsl430NetDevice copy constructor More...
|
| |
| | Bsl430NetDevice (string DeviceName) |
| | Bsl430NetDevice constructor More...
|
| |
| | Bsl430NetDevice (string DeviceName, string Description, string FullDesc, Mode Mode, string Kind) |
| | Bsl430NetDevice constructor More...
|
| |
| override string | ToString () |
| | FormattedDescription of current device. More...
|
| |
|
| int | Vid [get, set] |
| | FTDI device VID eg. VID: 0x0403. More...
|
| |
| int | Pid [get, set] |
| | FTDI device PID eg. 0x6001. More...
|
| |
| string | Type [get, set] |
| | FTDI device type eg. FT232R. More...
|
| |
| string | Serial [get, set] |
| | FTDI device serial number. More...
|
| |
| string | Name = "" [get, set] |
| | Name is unique string that serves as main key to handle devices in this library eg. COM1, FTDI2, libtfi3, USB4 .. More...
|
| |
| string | Description = "" [get, set] |
| | Device description. More...
|
| |
| string | Kind = "" [get, set] |
| | Device kind. [FTDI, libftdi, COM (Serial), USB] More...
|
| |
| string | FormattedDescription = "" [get, set] |
| | Device general formated description eg. 'V/PID: 1234-5678 [Dev1] SN: 0123456' More...
|
| |
| Mode | Mode = Mode.UART_Serial [get, set] |
| | Device mode. More...
|
| |
FTDI Device node extends generic Bsl430NetDevice. Use requires D2XX library (FTD2XX.dll or libftd2xx.so) and driver installed (ftdibus.sys).
◆ FTDI_Device() [1/2]
| BSL430_NET.Comm.FTDI_Device.FTDI_Device |
( |
int |
Vid, |
|
|
int |
Pid, |
|
|
string |
Type, |
|
|
string |
Serial, |
|
|
string |
Name, |
|
|
string |
Desc, |
|
|
string |
Fulldesc, |
|
|
Mode |
Mode |
|
) |
| |
◆ FTDI_Device() [2/2]
| BSL430_NET.Comm.FTDI_Device.FTDI_Device |
( |
| ) |
|
FTDI_Device parameterless constructor for serialization.
◆ ToString()
| override string BSL430_NET.Comm.FTDI_Device.ToString |
( |
| ) |
|
Short string general information about this device.
◆ Pid
| int BSL430_NET.Comm.FTDI_Device.Pid |
|
getset |
FTDI device PID eg. 0x6001.
◆ Serial
| string BSL430_NET.Comm.FTDI_Device.Serial |
|
getset |
FTDI device serial number.
◆ Type
| string BSL430_NET.Comm.FTDI_Device.Type |
|
getset |
FTDI device type eg. FT232R.
◆ Vid
| int BSL430_NET.Comm.FTDI_Device.Vid |
|
getset |
FTDI device VID eg. VID: 0x0403.
The documentation for this class was generated from the following file:
- D:/PROJECTS/C#/BSL430.NET/src/BSL430.NET/CommFTD2XX.cs