资源描述:
《can总线通信研究与软件设计》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、更多相关参考论文设计文档资源请访问http://www.docin.com/lzj781219CAN总线通信研究与软件设计摘 要现场总线,又称现场网络,是一种工业数据通信总线。在当今时代,现场总线的发展速度非常之快,它的出现为工业的发展提供了非常好的技术保障,为分布式控制系统中的各个节点之间的数据通信提供了非常好的技术保障。CAN总线是一种半双工通信的串行通信网络,属于现场总线的一种,它的数据通信功能强大,能够有效的支持分布式控制或实时控制系统。相比与其它现场总线,CAN总线具有通信快、效率高、易实现、可靠性高等优势
2、,现在已经在很多领域中都得到了应用。本文主要研究CAN总线通信技术的原理及其技术特点,研究了CAN通信的具体流程,包括初始化流程以及发送接收数据流程。运用C语言编写相关单片机程序以及CAN的通信程序实现通信。本次软件设计是在keil4开发环境下进行的,主要编写了串口程序,SPI接口程序以及CAN的初始化、发送和接收数据程序,并与相关硬件设计结合,实现两个CAN节点之间的相互的数据通信。关键词:现场总线;CAN总线;软件设计;通信本参考设计材料,包含项目源代码,屏幕录像指导、项目运行截图、项目设计说明书、任务书、报告书
3、以及文献参考翻译等,完整的设计文件及源代码,资料请联系68661508索要更多相关参考论文设计文档资源请访问http://www.docin.com/lzj781219CANbuscommunicationresearchandsoftwaredesignAbstractFieldbus,alsocalledthenetwork,isakindofindustrialdatacommunicationbus.Intoday'sera,thedevelopmentoffieldbusspeedisveryfast,it
4、providesaverygoodtechnicalsupportforthedevelopmentofindustry,fordatacommunicationbetweeneachnodeindistributedcontrolsystemprovidesaverygoodtechnicalsupport.CANbusisahalf-duplexcommunicationserialcommunicationnetwork,belongstoakindoffieldbus,ithaspowerfuldatacom
5、municationfunction,CANeffectivelysupportdistributedcontrolorreal-timecontrolsystem.Comparedwithotherfieldbus,CANbuscommunicationisfast,highefficiency,easyrealizeandhighreliabilityadvantages,nowhasbeenappliedinmanyfields.Inthispaper,theprincipleoftheCANbuscommun
6、icationtechnologyanditstechnicalcharacteristics,researchtheCANcommunicationprocess,includingtheinitializationprocessandtheprocesstosendandreceivedata.UsingClanguagetowritethemicrocontrollerprogram,andCANcommunicationprogramtorealizecommunication.Thesoftwaredesi
7、gnisundertheenvironmentofkeil4development,mainlytowriteaserialprogram,SPIinterfaceprogramandCANtheinitialization,sendandreceivedata,andcombinedwithrelevanthardwaredesign,thetwoCANachievedatacommunicationbetweennodes.Keywords:Thefieldbus;CANbus;Thesoftwaredesign
8、;Communication;本参考设计材料,包含项目源代码,屏幕录像指导、项目运行截图、项目设计说明书、任务书、报告书以及文献参考翻译等,完整的设计文件及源代码,资料请联系68661508索要更多相关参考论文设计文档资源请访问http://www.docin.com/lzj781219目 录摘 要iAbstractii1绪论11.1课题背景