Serial Port Monitoring Control - ActiveX Component Library for RS232 Data Monitoring, API for Software Developers
Download Serial Port Monitoring Control Hide this button

How To Create a Monitor Object

This section describes the steps you need to carry in order to create a monitor object.

  1. Initialize the SerialMonitor object, as described in the this tutorial.

  2. Call the CreateMonitor method to create a monitor object and receive the IMonitoring interface.

    IMonitoringPtr pMonitor = pSerialMonitor->CreateMonitor();
    
    Monitor monitor = sm.CreateMonitor();
    

    You can create as many monitor objects as you need. Each Monitor object can be attached to one serial device at a time and can have as many native listeners or event handlers attached, as you need.