User Guide for Virtual Serial Port ActiveX Control

User Guide for Virtual Serial Port ActiveX Control

SetCTS Method
The SetCTS method sets or clears CTS (clear-to-send) signal. BOOL SetCTS(       BOOL On     // Set or clear CTS signal );   Parameters: On [i...
Wed, 8 Dec, 2021 at 5:31 PM
SetDCD Method
The SetDCD method sets or clears DCD (carrier detect) signal on virtual serial port. BOOL SetDCD(       BOOL On     // Set or clear DCD signal ); ...
Wed, 8 Dec, 2021 at 5:35 PM
SetDSR Method
The SetDSR method sets or clears DSR (data-set-ready) signal. BOOL SetDSR(       BOOL On     // Set or clear DSR signal );   Parameters: On [in...
Wed, 8 Dec, 2021 at 5:36 PM
SetRING Method
The SetRING method sets or clears RING signal on virtual serial port. BOOL SetRING(       BOOL On     // Set or clear RING signal );   Parameter...
Wed, 8 Dec, 2021 at 5:39 PM
SetTimeouts Method
SetTimeouts method sets timeouts for virtual serial port. Timeout values set by Application are overridden BOOL SetTimeouts(       LONG ReadIntervalT...
Wed, 8 Dec, 2021 at 5:41 PM
SetStrictBaudrate Method
The SetStrictBaudrate method enables or disables emulation of data transfer speed, according to the current virtual port Baudrate value. For Windows NT4, 20...
Wed, 8 Dec, 2021 at 5:43 PM
SetWiring Method
The SetWiring method sets connection type depending on parameters passed to this method BOOL SetWiring(       LONG Dtr,     // Transmit line signal ...
Wed, 8 Dec, 2021 at 5:47 PM
SetLineControl Method
The SetLineControl method sets the line control register (LCR). The line control register controls the data size, the number of stop bits, and the parity. ...
Wed, 8 Dec, 2021 at 5:53 PM
SetHandFlow Method
The SetHandFlow method sets the configuration of handshake flow control. BOOL SetHandFlow(       ULONG ControlHandShake,     // Handshake control par...
Wed, 8 Dec, 2021 at 6:00 PM
SetChars Method
The SetChars method sets the special characters, which are used for handshake flow control. BOOL SetChars(       CHAR EofChar,             CHAR Erro...
Wed, 8 Dec, 2021 at 6:26 PM