Click here to Skip to main content
15,891,943 members
Articles / Desktop Programming / Win32

Simple Serial Port Monitor

Rate me:
Please Sign up or sign in to vote.
4.94/5 (35 votes)
1 May 2012CPOL9 min read 246.3K   52.7K   123  
Very simple serial port monitor.
==============================================================================
DkPortMon
------------------------------------------------------------------------------

==============================================================================
1. Structure of this packet
------------------------------------------------------------------------------
|
+-Article
|
+-Bin
|  +-Win7
|  +-WinXP
|    
+-Sources
     +-DkPortMon02
     +-DkPortMonGui

Bin directory contain binary (PE file) DkPortMonGui.exe, and it's sub directory
contain driver file, WinXP -> driver file for Windows XP plus inf file, 
Win7 -> driver file for Windows 7 (UNTESTED!) plus inf file.
Source directory contain sources for the driver and DkPortMon client (GUI).


==============================================================================
2. Warning!
------------------------------------------------------------------------------
This software is provided "AS IS". I will not responsible for any efects that 
may caused by using this software.
Because this is driver software, you may experience the (un)famous "Blue Screen
of Death" in your computer, and in the worst case may lost your 
data and even damage you computer. So you have been warned.


==============================================================================
3. License
------------------------------------------------------------------------------
Use BSD License

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Indonesia Indonesia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions