文件名称:COMshow
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2013-12-07
- 文件大小:
- 2.47mb
- 下载次数:
- 0次
- 提 供 者:
- 阿*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
串口数据采集实时显示程序
本程序使用VC6.0的通用串口控件MSCOMM32.OCX来对发送到串口的数据进行采集处理。主要使用方法
串口设置:m_Comm.SetSettings(“波特率,校验方式,数据位数,停止位数”)
取串口数据:m_Comm.GetInput()
你只首先要确定一个mscomm32.ocx控件在system目录下并且该控件已经被windows注册,本程序才能正常运行。-Serial data acquisition in real time display program
This procedure using VC6.0 Universal Serial control MSCOMM32.OCX to sent to the serial port data acquisition and processing. The main use
Serial port settings: m_Comm.SetSettings ("baud rate, parity, data bits, stop bits.")
Take serial data: m_Comm.GetInput ()
You just have to determine first mscomm32.ocx control in a system directory and windows have been registered for the control of the program to run properly.
本程序使用VC6.0的通用串口控件MSCOMM32.OCX来对发送到串口的数据进行采集处理。主要使用方法
串口设置:m_Comm.SetSettings(“波特率,校验方式,数据位数,停止位数”)
取串口数据:m_Comm.GetInput()
你只首先要确定一个mscomm32.ocx控件在system目录下并且该控件已经被windows注册,本程序才能正常运行。-Serial data acquisition in real time display program
This procedure using VC6.0 Universal Serial control MSCOMM32.OCX to sent to the serial port data acquisition and processing. The main use
Serial port settings: m_Comm.SetSettings ("baud rate, parity, data bits, stop bits.")
Take serial data: m_Comm.GetInput ()
You just have to determine first mscomm32.ocx control in a system directory and windows have been registered for the control of the program to run properly.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
串口温度数据采集并实时显示
..........................\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
..........................\...\res
..........................\...\resource.h
..........................\...\...\comm.ico
..........................\...\...\comm.rc2
..........................\...\...\Serial.cpp
..........................\...\...\Serial.h
..........................\...\StdAfx.cpp
..........................\...\StdAfx.h
..........................\串口数据采集实时显示程序说明.txt
..........................\串口程序流程.doc
..........................\串口程序说明.txt
..........................\原理.txt