Functions

FtVspcCreatePortThe CreatePort method creates new virtual serial port.
FtVspcCreatePortOverlappedThe CreatePortOverlapped method creates new virtual serial port which can have the same name as existing physical port (e.g. COM1).
FtVspcRemovePortThe RemovePort method removes previously created virtual serial port.
FtVspcReadThe Read method reads buffered data from a virtual port.
FtVspcReadArrayThe ReadArray method reads buffered data from a virtual port. This method is Visual Basic specific.
FtVspcWriteThe Write method writes data to virtual serial port.
FtVspcWriteArrayThe WriteArray method writes data to virtual serial port. This method is Visual Basic specific.
FtVspcGetLastErrorRetrieves last error code.