Monitor Code:

Instruction to Make monitor.exe

Using Microsoft Visual C++

1)File->New->Projects->Win32 Console Application
2)Project->add to Project->files->add files below
3)Project->settings->general->under Mircrosoft foundation classes->use MFC in a Static Library
4)Build(F7)
5)You should now have monitor.exe

C++ code

Stdafx.h
Stdafx.cpp
SerialPort.h
SerialPort.cpp
Smtp.h
Smtp.cpp
MessageData.h
Monitor.cpp

back