Article ID: 274337 - Last Review: February 12, 2007 - Revision: 2.5 How To Automatically Launch REPLLOG Using the Notification SubsystemThis article was previously published under Q274337 SUMMARY
To automatically launch Repllog.exe when a serial cable gets connected to the target device you must perform the following:
MORE INFORMATION
Following is a sample of how to populate the DB_notify_events database by using the Project.db file of your Platform Builder project:
From your serial device driver, when it detects an RS232 cable event, call the CeEventHasOccurred function with the event notification code set to NOTIFICATION_EVENT_RS232_DETECTED (0x09). For an example, see the source code of the ODO serial driver sample located in the Platform Builder subfolder \PLATFORM\ODO\DRIVERS\SERIAL\P2IO.C (line 1681 for version 2.12, line 1675 for version 3.0). REFERENCES
For more information about the Windows CE notification subsystem, refer to the Microsoft Windows CE Platform Builder 3.0 documentation.
| Article Translations
|
Back to the top
