Serial Port Monitor ActiveX Control User Guide

Serial Port Monitor ActiveX Control User Guide

OnTimeouts
The OnTimeouts event occurs when other application changes the timeouts parameters of the virtual serial port.  OnTimeouts(   LONG ReadIntervalTimeout, ...
Tue, 19 Oct, 2021 at 8:35 PM
OnWrite
The OnWrite event occurs when other application writes data to the sniffed port. (See OnWriteData event)    OnWrite(    VARIANT& Data   ); Parame...
Tue, 19 Oct, 2021 at 8:39 PM
OnWriteData
The OnWriteData event occurs when other application writes data to the sniffed port. (See OnRead event)    OnWriteData(    BYTE *Buf  // Pointer to the ...
Tue, 19 Oct, 2021 at 8:42 PM
IsSniffed
The IsSniffed property returns information about the current state of a serial port: whether it is sniffed or not. BOOL IsSniffed; Property Values   If t...
Tue, 19 Oct, 2021 at 2:13 PM
CountPorts
Get the number of serial ports, currently present in a system. LONG GetPorts;   Property Value The total number of serial ports in a system.   ...
Tue, 19 Oct, 2021 at 2:13 PM