欢迎来到天天文库
浏览记录
ID:53033666
大小:539.06 KB
页数:4页
时间:2020-04-14
《数据采集系统串口通信的设计与实现-论文.pdf》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、电子测量技术第38卷第6期ELECTR()NICMEASUREMENT]rECHN()LoGY2015年6月数据采集系统串口通信的设计与实现蒋萍花张楠(1.青岛远洋船员职业学院图文信息中心青岛266071;2.青岛大学自动化工程学院青岛266071)摘要:串口通信因其简单、可靠和高标准化在工业自动化和电子仪器控制中得到广泛的应用。介绍数据采集系统串口通信的设计和实现。首先以VisualC++的编程环境为例,给出了用MSComm控件实现计算机与下位机之间的串口通信关键代码设计,介绍了MSComm控件的创建和属性的设置后,又从数据的发送和接收2个方面详细阐述了其关键代
2、码的实例。然后,进行了通信传输协议的设计,以图形和代码示例详细展示了如何实现数据块的传输。接着给出了通信握手协议的设计,以流程图的形式讲述了上位机与下位机之间如何实现握手的。最后展示了系统运行的结果。还做了思路扩展,提出了实现计算机与下位机之间远程串口通信的2种方案。关键词:串口通信;MSComm控件;通信传输协议;通信握手协议;远程串口通信中图分类号:TP31文献标识码:A国家标准学科分类代码:510.1050ThedesignandimplementationofserialportcommunicationofdatacollectionsystemJian
3、gPinghuaZhangNan(1.QingdaoOceanShippingMarinersCollege,Centeroflibraryandinformation,Qingdao266071,China2.QingdaoUniversity,Automationengineeringcollege,Qingdao266071,China)Abstract:Asasimple,reliableandhighlystandardwayofcommunication,serialportcommunicationiswidelyusedinindustrialau
4、tomationandelectricalequipmentcontroller.Thepaperpresentsthewaytoimplementserialportcommunicationofadatacollectionsystem.TakeVisualC++programmingasexample,thekeycodeforMSCommcontrolispresentedtoimplementserialportcommunicationsbetweencomputerandlowercomputer.Itpresentshowtocreateandse
5、tuptheMSCommcontrolproperties.Detailedkeycodedesignisdiscussedfromsendingperspectiveandreceivingperspective.Thecommunicationtransferprotocolisdesignedindetailswithfigureillustrationandcodeexamples.Thecommunicationhandshakeprotocolisdesignedindetailswithprocesspresentedtoshowhowthehand
6、shakedoesbetweencomputerandlowercompute.Attheend,therunningresultforthesystemisshown.Thepaperalsoextendsitsstrategytolongdistancecommunicationsbetweencomputerandlowercomputer.Twodesignsarementioned.Keywords:serialportcommunication;MSCommcontrol;communicationtransferprotocol;communicat
7、ionhandshakeprotocol;longdistanceserialportcommunication输]。二是可采用直接嵌入汇编法,直接对串口进行操作]。1引言但这种方法容易对计算机的操作系统安全构成威胁,不建议串口通信因为其简单、便宜、可靠以及控制函数的高度标采用。三是利用现有的ActiveX控件实现。准化,在一些领域内得到广泛应用。这些领域包括工业自动介绍的是一个数据采集系统,计算机为上位机,连接一化系统、科学测量仪器系统、医疗仪器系统等。要实现串口通个或多个下位机,下位机连接传感器进行数据采集。上位信,方法很多。一是采用Windows提供的标准通
8、信API函
此文档下载收益归作者所有