Serial Port Monitor ActiveX Control User Guide

Serial Port Monitor ActiveX Control User Guide

OnDSR
The OnDSR event occurs when the DSR signal state is changed. OnDSR(   BOOL On // DSR signal state ); Parameters On [in] Determines the state of DSR ...
Tue, 19 Oct, 2021 at 8:08 PM
OnDTR
The OnDTR event occurs when other application changes the DTR (data-terminal-ready) signal state. OnDTR(   BOOL On // DTR signal state Parameters On ...
Tue, 19 Oct, 2021 at 8:09 PM
OnHandFlow
The OnHandFlow event occurs when other application changes flow control parameters of the sniffed serial port.  OnHandFlow(    LONG ControlHandShake,  /...
Tue, 19 Oct, 2021 at 8:12 PM
OnIrp
The OnIrp event provides low-level to device driver.    OnIrp(    LONG MajorFunction,  // Major I/O request function    LONG IoControlCode,  // Devic...
Thu, 21 Oct, 2021 at 7:10 PM
OnLineControl
The OnLineControl event occurs when other application changes line control parameters of the sniffed serial port. OnLineControl(   BYTE StopBits, // Sto...
Tue, 19 Oct, 2021 at 2:10 PM
OnOpenClose
The OnOpenClose event occurs when other application opens or closes sniffed serial port.   OnOpenClose(   BOOL Opened // Port state   BSTR Path // th...
Tue, 19 Oct, 2021 at 2:10 PM
OnRead
The OnRead event occurs when other application reads data from the sniffed port (see OnReadData event).    OnRead(    VARIANT& Data  // Pointer to t...
Tue, 19 Oct, 2021 at 8:25 PM
OnReadData
The OnReadData event occurs when other application reads data from the sniffed port (see OnRead event).   OnReadData(   BYTE *Buf // Pointer to the buff...
Tue, 19 Oct, 2021 at 8:30 PM
OnRing
The OnRing event occurs when the ring indicator was detected. OnRing()
Tue, 19 Oct, 2021 at 2:12 PM
OnRTS
The OnRTS event occurs when other application changes the RTS (ready-to-send) signal state.   OnRTS(   BOOL On // Pointer to RTS signal state ); Para...
Tue, 19 Oct, 2021 at 8:33 PM