欢迎来到天天文库
浏览记录
ID:35567375
大小:473.50 KB
页数:35页
时间:2019-03-28
《单片机串行通信功能设计论文》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、.沈阳化工学院本科毕业论文题目:单片机串行通信功能设计...摘要现代的单片机测控系统中通常以PC机作为控制中心,单片机将采集到的数据通过串口送给PC机进行各种处理,为保证数据传送的及时性和正确性,就必须建立可靠的通讯。在开发控制系统时,信号的测控及采集均由单片机系统自行完成,然后通过异步串行通信口将信号实时地传送给PC机进行处理。上位PC机使用VB进行串口通信的编程,下位单片机使用C51进行编程。本文详述了使用VB和C51实现PC机和单片机串行通信的开发方法,并简要地介绍了VB通讯控件及其使用方法,给出了调试程序。采用将置于现场MCS一51单片机应用系统挂在主机PC的串行通信上,通过串行通信
2、电路及系统控制软件与PC机和单片机进行数据交换的方式,实现了对现场数据的接收与发送。串行通信系统主机采用标准接口。该系统的通信是由PC机主动进行发信访问,各个MCS一51单片机处于被动通信状态,对PC机与单片机数据通信的校验采用奇校验方式。关键词:单片机;串行通信;VB程序设计;上位机...AbstractModernmicrocontrollermeasure-controlsystemusuallyregardPCasthecontrolcenter,themicrocontrollerwillsendthecollecteddatatoaPCforaserialport,toensur
3、ethatthetransmissionofallthetimelinessandaccuracydata,Itmustestablishreliablecommunication.Inthedevelopmentofthecontrolsystem,signalcontrolandcollectionofmicrocomputersystemitself,thenthroughasynchronousserialcommunicationtothereal-timesignaltransmittedPC.PCusingVBprogrammingforserialcommunication,
4、SCMC51useforprogramming.ThepaperdescribesusingVBC51andPCmachineandMCUdevelopmentmethodofserialcommunication,andbrieflyintroducesthemethodofusingVBcommunicationcontrolispresented,anddebugging.UsingplacedonsiteMCSa51SCMsysteminthePChosthangingontheserialcommunication,throughserialcommunicationcircuit
5、andcontrolsystemsoftwareandPCandMCUexchangedataonsite,receivingandsendingdata.Serialcommunicationsystemisusingstandardinterfacehost.ThesystemofcommunicationbythePCisactiveonavisiteachMCSkindheartedpassivecommunication51-seriesmicrocomputer.ForPCandcalibrationadoptssingle-chipdatacommunication'spari
6、ty.Keywords:SingleChip;Serialcommunication;VBprogramdesign;Hostcomputer...目录第一章绪论11.1单片机技术介绍11.2课题背景与意义21.3课题研究内容3第二章串行通信基础42.1串行通信协议42.2通信方式52.2.1串行通信52.2.2并行通信62.3串行通信方式62.3.1异步串行通信方式62.3.2同步串行通信方式72.4串行通信的制式82.4.1单工82.4.2半双工82.4.3全双工92.5波特率92.6串行通信的错误校验102.6.1奇偶校验102.6.2代码和校验102.6.3循环冗余校验102.7串行
7、通信的工作方式112.7.1方式0112.7.2方式1122.7.3方式2和方式3132.8本章小结14第三章系统开发基础153.1系统硬件153.1.1微处理器芯片89C51153.1.2显示芯片HD7279A173.1.3串行通信芯MAX232183.2软件工具及编程语言193.2.1选用VB开发上位机软件193.2.2MSComm控件的主要属性、事件193.2.3编程小结203.3系统方案设计21第四章
此文档下载收益归作者所有