FTVSPC_PORT Structure

Contains configuration for virtual serial port.

struct FTVSPC_PORT {
	UINT unPortNo[32];
	CHAR cPortNameA[32];
	WCHAR cPortNameW[32];
};

Members

unPortNo

Number of the virtual serial port (1 means COM1). This parameter is used for COMx virtual serial ports only.

cPortNameA

ASCIIZ string containing the name of the virtual serial port.

cPortNameW

UNICODE string containing the name of the virtual serial port.