文件名称:chuankouxianshi
- 所属分类:
- Internet/网络编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 204kb
- 下载次数:
- 0次
- 提 供 者:
- 刘**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1、串口控件使用说明
本程序使用VC6.0的通用串口控件MSCOMM32.OCX来对发送到串口的数据进行采集处理。主要使用方法
串口设置:m_Comm.SetSettings(“波特率,校验方式,数据位数,停止位数”)
取串口数据:m_Comm.GetInput()
你只首先要确定一个mscomm32.ocx控件在system目录下并且该控件已经被windows注册,本程序才能正常运行。-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.
本程序使用VC6.0的通用串口控件MSCOMM32.OCX来对发送到串口的数据进行采集处理。主要使用方法
串口设置:m_Comm.SetSettings(“波特率,校验方式,数据位数,停止位数”)
取串口数据:m_Comm.GetInput()
你只首先要确定一个mscomm32.ocx控件在system目录下并且该控件已经被windows注册,本程序才能正常运行。-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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
串口温度数据采集并实时显示\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
串口温度数据采集并实时显示
..........................\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
串口温度数据采集并实时显示