Description: CSerialEx- Win32 message-based wrapper for serial communications
A lot of MS-Windows GUI based programs use a central message loop, so the application cannot block to wait for objects. This make serial communication difficult, because it isn t event
driven using a message queue. This class makes the CSerial based classes suitable for use with such a messagequeue. Whenever
an event occurs on the serial port, a user-defined message will be sent to a user-defined window. It can then use the standard message dispatching to handle the event.
To Search:
- [serialex] - Packaging the serial communication funct
File list (Check if you may need any files):
Serial\Serial.cpp
......\Serial.dsp
......\Serial.h
......\Serial.vcproj
......\SerialEx.cpp
......\SerialEx.h
......\SerialMFC.h
......\SerialWnd.cpp
......\SerialWnd.h
Serial