Introduction - If you have any usage issues, please Google them yourself
Introduction: Introduction of how to deal with Win32 serial port. Serial communication can realize through a variety of technologies, such as: ActiveX, I/O access and file operations. This article describes the Win32 platform by file operation technique using the serial port. Programmers can use Microsoft Visual C++ Version 6.0 provided by kernel32.lib. In Microsoft Windows (2000, Me, XP and 95/98), the serial port as a file handle. Windows files can be created through the open serial port function. Article not only introduces serial communications, also introduced in the serial communication applications realize multi-tasking, multi-mission can make serial communication applications at the same time handle more tasks, for example: mission time data, send data task Missions such as GUI.
Packet : 111186726comcool_code.zip filelist
ReadMe.txt
RES/
Resource.h
RES/DSC00612.bmp
RES/SerialApp.ico
RES/SerialApp.rc2
RES/Thumbs.db
SerialApp.clw
SerialApp.cpp
SerialApp.dsp
SerialApp.dsw
SerialApp.h
SerialApp.rc
SerialAppDlg.cpp
SerialAppDlg.h
SerialCtl.cpp
serialCtl.dsp
SerialCtl.hpp
serialThread.cpp
serialThread.hpp
StdAfx.cpp
StdAfx.h
介绍.txt