CSerial is the base serial class, which provides a wrapper around the Win32 API. It is a lot easier to use, because it combines all relevant calls in one single class. It allows the programmer to mix overlapped and non-overlapped calls, provides rea
commtest.h This is the main header file for the application. It includes other project specific headers (including Resource.h) and declares the CCommtestApp application class. commtest.cpp This is the main application source file that contains the a