欢迎来到天天文库
浏览记录
ID:46227191
大小:420.17 KB
页数:43页
时间:2019-11-21
《毕业论文_基于C++的RS232通信协议模拟终端》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、基于C++的RS232通信协议模拟终端AnalogTerminalTheRS232CommunicationProtocolBasedOnC++随着科技的迅猛发展,通信技术已经成为社会经济、环境、生活、工作、学习不可缺少的一部分。通信的方式多种多样,以何种方式实现通信主要取决于通信设备。在工业控制系统和实验室中,曲于串行通信具有实现简单、使用灵活方便等优点,串行通信是计算机与外部设备进行数据通信时经常使用的方式之一。围绕串行通信技术,本文主要介绍了串行通信接口——RS232标准串口,阐述了RS232
2、串行通信基木原理和CRC校验,通过VC界面编程实现串行通信。传输过程屮通过CRC对数据进行校验。在研究RS232串行通信原理屮,主要介绍了RS232标准协议、串口以及串口通信原理。详细的分析了几种主要的通信参数。按照其工作原理及RS232串口的标准协议最终采用串行全双工的方式实现其通信,本文屮的接口使用的是计算机上的USB口。在软件实现方面,本设计在比较了多种方法之后,最终选择了基于C++的MFC应用程序。利用MSCommActiveX串行通信控件来实现串行通信。文中详细地介绍了VC下的Window
3、s平台先进的ActiveX控件技术,即MSComm控件等。最终实现了两台PC间的串行通信。串行通信以其成本低、结构简单等优点被人们广泛应用。用RS-232协议实现两台PC机间的串行通信为以后实现更加复杂的设备间通信奠定了基础。关键词:RS232标准;串行通信;C++;CRC校验AbstractWiththerapiddevelopmentofscienceandtechnology,communicationtechnologyhasbecomeanindispensablepartofsocial
4、economy,environmentJivingandlearning.Therearemanykindsofcommunicationmodes.Theselectionofcommunicationmodemainlydependsonthecommunicationequipment.Inindustrialcontrolsystemsandlaboratory.Serialcommunicationiswidelyusedincomputerandexternalequipmentduet
5、othesimpleandflexibleadvantage.Aroundserialcommunicationtechnology,thispapermainlyintroducestheserialcommunicationinterface-RS232serialport,andexpoundsthebasicprincipleofRS232serialcommunicationandCRCcheck.Finally,realizeserialcommunicationthroughVCpro
6、gramming.DuringtheprocessoftransmissionthroughtheCRCtocheckthedata.InthestudyofRS232serialcommunicationprinciple,thisdesignmainlyintroducestheprincipleofserialcommunication,serialportandRS232protocol,andanalyzescommunicationparametersindetail.Consideri
7、ngRS232serialportandworkingprinciple,thisdesignadoptedtoserialfullduplexmodetorealizecommunication.Inthisarticle,theinterfaceistheUSBportonthePC.Intheaspectofsoftwarerealization,thisdesignselecttheMFCapplicationprogrambasedonC++afterseveralmethodsareco
8、mpared.TorealizetheserialcommunicationbyusingMSCommActiveXserialcommunicationcontrol.ThisarticleintroducestheActiveXcontroltechnology—MSCommcontrol.Finally,thedesignrealizeserialcommunicationbetweentwocomputers.Becauseoftheadvantagesofl
此文档下载收益归作者所有