(Official C/C development engineer QQ group (1090119), please enter your ID for verification. The essential function of the serial port is to act as a transcoder between the CPU and the serial device. When data is sent from the CPU through the serial port, the bytes of data are converted to serial bits. When data is received, the serial bits are converted to byte data. In the Windows environment (WindowsNT, Win98, Windows2000), the serial port is a part of the system resources. To use the program to use the serial port for communication, it is necessary to make a resource request (open the serial port) to the operating system before use, and it is necessary to release the resource (close the serial port) after the communication is realized.
CSCommTest\Debug\CSCommTest.bsc
CSCommTest\Debug\CSCommTest.exe
CSCommTest\Debug\CSCommTest.ilk
CSCommTest\Debug\CSCommTest.obj
CSCommTest\Debug\CSCommTest.pch
CSCommTest\Debug\CSCommTest.pdb
CSCommTest\Debug\CSCommTest.res
CSCommTest\Debug\CSCommTest.sbr
CSCommTest\Debug\CSCommTestDlg.sbr
CSCommTest\Debug\mscomm.obj
CSCommTest\Debug\mscomm.sbr
CSCommTest\Debug\StdAfx.obj
CSCommTest\Debug\StdAfx.sbr
CSCommTest\Debug\vc60.idb
CSCommTest\Debug\vc60.pdb
CSCommTest\res\CSCommTest.ico
CSCommTest\res\CSCommTest.rc2
CSCommTest\CSCommTest.aps
CSCommTest\CSCommTest.clw
CSCommTest\CSCommTest.cpp
CSCommTest\CSCommTest.dsp
CSCommTest\CSCommTest.dsw
CSCommTest\CSCommTest.h
CSCommTest\CSCommTest.ncb
CSCommTest\CSCommTest.opt
CSCommTest\CSCommTest.plg
CSCommTest\CSCommTest.rc
CSCommTest\CSCommTestDlg.cpp
CSCommTest\CSCommTestDlg.h
CSCommTest\mscomm.cpp)