Description: 1, serial port control instructions of the program uses the common serial port control MSCOMM32.OCX VC6.0 to send to the serial port on the data collection and processing. Mainly use the serial port settings: m_Comm.SetSettings (" baud rate, parity mode, data bits, stop bits" ) to take serial data: m_Comm.GetInput () you must first identify a mscomm32.ocx only control in the system directory and has been under the control register windows, the program to run properly.
File list (Check if you may need any files):
串口温度数据采集并实时显示\readme.txt
..........................\src\comm.aps
..........................\...\comm.clw
..........................\...\comm.cpp
..........................\...\comm.dsp
..........................\...\comm.dsw
..........................\...\comm.exe
..........................\...\comm.h
..........................\...\comm.ncb
..........................\...\comm.opt
..........................\...\comm.plg
..........................\...\comm.rc
..........................\...\commDlg.cpp
..........................\...\commDlg.h
..........................\...\mscomm.cpp
..........................\...\mscomm.h
..........................\...\MSCOMM32.OCX
..........................\...\readme.txt
..........................\...\..s\comm.ico
..........................\...\...\comm.rc2
..........................\...\...\Serial.cpp
..........................\...\...\Serial.h
..........................\...\resource.h
..........................\...\StdAfx.cpp
..........................\...\StdAfx.h
..........................\Thumbs.db
..........................\串口数据采集实时显示程序说明.txt
..........................\串口程序流程.doc
..........................\串口程序说明.txt
..........................\原理.txt
..........................\src\res
..........................\src
串口温度数据采集并实时显示