欢迎来到天天文库
浏览记录
ID:16321640
大小:888.50 KB
页数:47页
时间:2018-08-09
《基于c 的rs通信协议模拟终端毕业论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、密级:公开基于C++的RS232通信协议模拟终端AnalogTerminalForRS232CommunicationProtocolBasedOnC++学院:专业班级:学号:学生姓名:指导教师:2013年06月I摘要随着科技的迅猛发展,通信技术已经成为社会经济、环境、生活、工作、学习不可缺少的一部分。通信的方式多种多样,以何种方式实现通信主要取决于通信设备。在工业控制系统和实验室中,由于串行通信具有实现简单、使用灵活方便等优点,串行通信是计算机与外部设备进行数据通信时经常使用的方式之一。围绕串行通信技术,本文主要介
2、绍了串行通信接口——RS232标准串口,阐述了RS232串行通信基本原理和CRC校验,通过VC界面编程实现串行通信。传输过程中通过CRC对数据进行校验。在研究RS232串行通信原理中,主要介绍了RS232标准协议、串口以及串口通信原理。详细的分析了几种主要的通信参数。按照其工作原理及RS232串口的标准协议最终采用串行全双工的方式实现其通信,本文中的接口使用的是计算机上的USB口。在软件实现方面,本设计在比较了多种方法之后,最终选择了基于C++的MFC应用程序。利用MSCommActiveX串行通信控件来实现串行通信
3、。文中详细地介绍了VC下的Windows平台先进的ActiveX控件技术,即MSComm控件等。最终实现了两台PC间的串行通信。串行通信以其成本低、结构简单等优点被人们广泛应用。用RS-232协议实现两台PC机间的串行通信为以后实现更加复杂的设备间通信奠定了基础。关键词:RS232标准;串行通信;C++;CRC校验IAbstractWiththerapiddevelopmentofscienceandtechnology,communicationtechnologyhasbecomeanindispensablep
4、artofsocialeconomy,environment,livingandlearning.Therearemanykindsofcommunicationmodes.Theselectionofcommunicationmodemainlydependsonthecommunicationequipment.Inindustrialcontrolsystemsandlaboratory,serialcommunicationiswidelyusedincomputerandexternalequipmentd
5、uetothesimpleandflexibleadvantage.Aroundserialcommunicationtechnology,thispapermainlyintroducestheserialcommunicationinterface-RS232serialport,andexpoundsthebasicprincipleofRS232serialcommunicationandCRCcheck.ItiscompletedtorealizeserialcommunicationbyVCprogram
6、ming.ItcancheckthedataduringtheprocessoftransmissionthroughtheCRC.InthestudyofRS232serialcommunicationprinciple,thisdesignmainlyintroducestheprincipleofserialcommunication,serialportandRS232protocol,andanalyzescommunicationparametersindetail.ConsideringRS232ser
7、ialportandworkingprinciple,thisdesignadoptsserialfull-duplexmodetorealizecommunication.Inthearticle,theinterfaceistheUSBportonthePC.Intheaspectofsoftwarerealization,afterseveralmethodsarecompared,thisdesignselectstheMFCapplicationprogramwhichisbasedonC++.Thedes
8、ignrealizetheserialcommunicationbyusingMSCommActiveXserialcommunicationcontrol.ThisarticleintroducestheActiveXcontroltechnology--MSCommcontrol.Finally,thedesignrealizesseria
此文档下载收益归作者所有