Libftdi Device node extends generic Bsl430NetDevice. Use requires libraries: libftdi, libusb, LibUsbDotNet
More...
|
| int | Vid [get, set] |
| | FTDI device VID eg. 0x0403. More...
|
| |
| int | Pid [get, set] |
| | FTDI device PID eg. 0x6001. 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...
|
| |
Libftdi Device node extends generic Bsl430NetDevice. Use requires libraries: libftdi, libusb, LibUsbDotNet
◆ Libftdi_Device() [1/2]
| BSL430_NET.Comm.Libftdi_Device.Libftdi_Device |
( |
int |
Vid, |
|
|
int |
Pid, |
|
|
string |
Name, |
|
|
string |
Desc, |
|
|
string |
Fulldesc, |
|
|
Mode |
Mode |
|
) |
| |
◆ Libftdi_Device() [2/2]
| BSL430_NET.Comm.Libftdi_Device.Libftdi_Device |
( |
| ) |
|
◆ ToString()
| override string BSL430_NET.Comm.Libftdi_Device.ToString |
( |
| ) |
|
Short string general information about this device.
◆ Pid
| int BSL430_NET.Comm.Libftdi_Device.Pid |
|
getset |
FTDI device PID eg. 0x6001.
◆ Vid
| int BSL430_NET.Comm.Libftdi_Device.Vid |
|
getset |
FTDI device VID eg. 0x0403.
The documentation for this class was generated from the following file:
- D:/PROJECTS/C#/BSL430.NET/src/BSL430.NET/CommLibftdi.cs