文件名称:UART-DATA-Display
- 所属分类:
- 串口编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1.96mb
- 下载次数:
- 0次
- 提 供 者:
- 小*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本程序使用VC6.0的通用串口控件MSCOMM32.OCX来对发送到串口的数据进行采集处理。
读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了.-The program uses a common serial port control MSCOMM32.OCX VC6.0 to send to the serial port on the data acquisition and processing. Reading is the principle of serial data, as long as when there is data to send data to serial port, the computer will automatically write data to a specific buffer, we can just write a program to read that particular buffer on it.
读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了.-The program uses a common serial port control MSCOMM32.OCX VC6.0 to send to the serial port on the data acquisition and processing. Reading is the principle of serial data, as long as when there is data to send data to serial port, the computer will automatically write data to a specific buffer, we can just write a program to read that particular buffer on it.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
串口温度数据采集并实时显示\pic.JPG
..........................\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
..........................\...\Debug\comm.exe
..........................\...\.....\comm.ilk
..........................\...\.....\comm.obj
..........................\...\.....\comm.pch
..........................\...\.....\comm.pdb
..........................\...\.....\comm.res
..........................\...\.....\commDlg.obj
..........................\...\.....\mscomm.obj
..........................\...\.....\StdAfx.obj
..........................\...\.....\vc60.idb
..........................\...\.....\vc60.pdb
..........................\...\mscomm.cpp
..........................\...\mscomm.h
..........................\...\MSCOMM32.OCX
..........................\...\readme.txt
..........................\...\..s\comm.ico
..........................\...\...\comm.rc2
..........................\...\...\Serial.cpp
..........................\...\...\Serial.h
..........................\...\resource.h
..........................\...\StdAfx.cpp
..........................\...\StdAfx.h
..........................\串口数据采集实时显示程序说明.txt
..........................\串口程序流程.doc
..........................\串口程序说明.txt
..........................\原理.txt
..........................\src\Debug
..........................\...\res
..........................\src
串口温度数据采集并实时显示
..........................\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
..........................\...\Debug\comm.exe
..........................\...\.....\comm.ilk
..........................\...\.....\comm.obj
..........................\...\.....\comm.pch
..........................\...\.....\comm.pdb
..........................\...\.....\comm.res
..........................\...\.....\commDlg.obj
..........................\...\.....\mscomm.obj
..........................\...\.....\StdAfx.obj
..........................\...\.....\vc60.idb
..........................\...\.....\vc60.pdb
..........................\...\mscomm.cpp
..........................\...\mscomm.h
..........................\...\MSCOMM32.OCX
..........................\...\readme.txt
..........................\...\..s\comm.ico
..........................\...\...\comm.rc2
..........................\...\...\Serial.cpp
..........................\...\...\Serial.h
..........................\...\resource.h
..........................\...\StdAfx.cpp
..........................\...\StdAfx.h
..........................\串口数据采集实时显示程序说明.txt
..........................\串口程序流程.doc
..........................\串口程序说明.txt
..........................\原理.txt
..........................\src\Debug
..........................\...\res
..........................\src
串口温度数据采集并实时显示