Interface Code:

Instruction to Make interface.exe

Using Microsoft Visual C++

1)File->New->Projects->Win32 Console Application
2)Project->add to Project->files->add files below
3)Build(F7)
4)You should now have monitor.exe

C++ code

SerialPort.h
SerialPort.cpp
MessageData.h
Interface.cpp

Back