›› 2014, Vol. 27 ›› Issue (2): 99-.

• 论文 • 上一篇    下一篇

基于MFC串口连续通信的简易实现

邓启亮,徐立涛,栗旭光   

  1. (西安电子科技大学 物理与光电工程学院,陕西 西安 710071)
  • 出版日期:2014-02-15 发布日期:2014-01-12
  • 作者简介:邓启亮(1990—),男,硕士研究生。研究方向:C++,MFC程序设计。E-mail:dengheng9058@163.com。徐立涛(1989—),男,硕士研究生。研究方向:数字图像处理。栗旭光(1989—),男,硕士研究生。研究方向:图像视频系统设计与信号处理。

Simple Implementation of Serial Port Continuous Communication Based on MFC

 DENG Qi-Liang, XU Li-Tao, LI Xu-Guang   

  1. (School of Physics Optoelectronic Engineering,Xidian University,Xi'an 710071,China)
  • Online:2014-02-15 Published:2014-01-12

摘要:

设计了一种在MFC中实现与串口连续通信的简易方法,利用微软提供的MSComm控件,仿照MODBUS-RTU协议,并根据数据包之间的时间间隔T,将间隔<T的数据作为一个数据包,在定时器中进行数据处理。通过调试发现,计算机的CPU速度越快,数据包越小,数据处理函数则越简单,而时间间隔T可设的值也越小,数据包连续串口通信的效果也就越好。

关键词: MFC, MSComm, 串口通信, 数据包

Abstract:

This paper designs a simple method for continuous packets transmission in serial port communication in MFC.This method applies MSComm control provided by Microsoft,models on MODBUS-RTU protocol,takes data whose time interval is less than T as a packet data,and processes the data in the timer.Debugging shows that the faster the CPU of computer,the smaller packets and the simpler data processing function are,and the smaller value of time interval can be set.This means the result of continuous packets transmission in serial port communication will be better.

Key words: MFC;MSComm;serial communication;packets

中图分类号: 

  • TP391