FtVspcCreatePortByNum Function
Creates virtual serial port.
BOOL FtVspcCreatePortByNum( UINT unPortNo );
Parameters
unPortNo
[in] The number of virtual serial port (1-255).
Return Value
TRUE - the port has been created successfully, FALSE otherwise.
Errors
ftvspcErrorFailed | 1 | The operation has not been completed. |
---|---|---|
ftvspcErrorInvalidParameter | 2 | Invalid parameter. |
ftvspcErrorPortAlreadyExists | 100 | This port already exists. |