欢迎来到天天文库
浏览记录
ID:6891556
大小:472.50 KB
页数:45页
时间:2018-01-29
《精品毕业论文--基于51单片机的主从通信系统的设计与实现》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、目录摘要IAbstractII1绪论11.1本课题选取的目的及意义11.2目前国内外本课题研究状况21.3本文的主要工作32串行通信理论的有关概念52.1通信52.2通信参数62.3工作模式62.4同步通信与异步通信73几种常用串行总线协议及方案选取83.1IIC总线传输协议83.2SPI总线传输协议113.3串口通信传输协议133.3.180C51单片机的串行口的结构133.3.280C51串行口的控制寄存器133.3.380C51单片机串行口的工作方式143.4方案选取174主从通信系统设计184.1硬件原理图设计184.2软件的编写195主从式总线通信系统仿真2
2、26论文总结24致谢25参考文献26附录2742摘要在要监控的范围较大或监控点数较多的情况下,就需要把监控工作分散进行,而把监控结果集中管理。这就是所谓的分布式监控。而分布式监控比较常用的一种通信方式就是主从式通信了。本文介绍了一个单片机做主机,两个单片机做从机的小型主从式总线通信系统的设计与实现。系统不仅实现了主从机之间的通信,而且实现了从机之间的通信。本文以主从式通信系统的分析与设计为主线,首先了解串行通信理论的有关概念,由此引出了多台设备间的串行通信模式,并提出了一个按总线方式将多个RS-232的发送端并联的可行方案。同时也介绍了单片机之间的串行通信设计。主从式
3、通信的程序由两部分组成,一部分是主机的串行通信程序,别一部分是从机的串行通信程序。因此要设计一个协议管理主从机之间的通信。通信协议的设计主要解决了以下几个问题:1.对于主从式通信系统的设计通过通信协议进行管理,可以对主从机之间的通信进行规范化管理,使整个系统不会陷入混乱通信之中。2.设计了主机向从机发送通信方式的命令格式,从机向主机发送反馈命令的格式,以及通讯握手和发送/接收的具体处理流程关键字:主从式,多机通信,RS-232串行数据通信42AbstractAslargenumberofobservationpointsaremonitoredsimultaneous
4、ly,eachofthetaskscanbecontrolledthroughadistributedcontrolsysteminordertofocusontheresultofobservation.ThisiscalledtheDistributedMonitoring.Thedistributedcontroliscommonlyusedasawayofmaster-slavecommunication.Thisarticledescribesamicrocontrollertobethehostandtwosmallmicrocontrollertobet
5、heslaveandbythiswaytodesignamaster-slavebuscommunicationsystem.Systemnotonlyrealizesthecommunicationbetweenmasterandslave,butalsorealizesthecommunicationbetweentheslaves.Thisthesisfocusedonanalysisanddesignofacommunicationsplanforadistributedmonitoredcontrolsystem.Inthebeginningtheappli
6、cationbackgroundandthelayoutofthedevicesareintroduced,thisleadstotheserialcommunicationmodebetweenmultiple-device.AftertheintroductionafeasiblewaytoletseveralRS-232’sTXDbeinparallelviabusisdescribed.AlsointroducedthedesignofserialcommunicationbetweenMCU.Communicationprotocoldesignedmain
7、lytosolvethefollowingproblems:first,forthemaster-slavecommunicationsystemdesignmanagementthroughcommunicationprotocolscanbestandardizedmanagementthemasterslavecommunications.Bythisway,thewholesystemwillnotintochaoscommunications.second,Designofthehostmachinetosendacommunication
此文档下载收益归作者所有