山东科技大学毕业设计山东科技大学本科毕业设计论文题目基于ARM的GPRS无线数据终端设计学院名称山东科技大学专业班级气工程及其自动化10-4班学生姓名学号201003201414时间:2012年6月5日山东科技大学毕业设计摘要随着嵌入式系统和GPRS无线网络的发展,GPRS无线数据终端为工业生产中的远距离数据传输带来了更佳的传输途径,摆脱了有线数据传输的局限性,极大地节省了后期维护费用,降低了成本,满足了日益增长的工业需求。GPRS无线数据终端的研究具有广泛的意义和良好的商业前景。本文主要设计并实现基于ARM的GPRS无线数据终端。该系统以ARM7系列微处理器为核心,通过AT指令控制自带有完整TCP/IP协议栈的无线数据模块。结合GPRS通信网络的特点分析无线数据传输嵌入式系统的设计过程,给出系统的具体实现方案,提出硬件、软件系统的设计流程、开发要点和实现过程。本系统经过几个月的设计制作,较好的完成了无线数据终端的各项功能。关键词:GPRS;嵌入式;ARM;AT指令;TCP/IP协议0山东科技大学毕业设计ABSTRACTWiththedevelopmentofembeddedsystemsandGPRSwirelessnetwork,GPRSwirelessdataterminalshasbroughtabetterwayoftransmissionforlong-rangedatatransmissioninindustrialproduction,gettingridofthelimitationsofwireddatatransmission,savingsignificantlyinthelatermaintenancecosts,reducingcostsandmeetingthegrowingindustrialdemand.TheresearchoftheGPRSwirelessdataterminalhasbroadmeaningsandgoodbusinessprospects.ThepapermainlydesignsandimplementstheGPRSwirelessdataterminalbasedonARM.ThesystemdependingonARM7familymicroprocessorcancontrolwirelessdatamodulewithacompleteTCP/IPprotocolstackthroughATcommands.Makeananalysisofthedesignprocessoftheembeddedsystemforwirelessdatatransmission,combinedwithGPRScommunicationnetworkcharacteristicsandgiveaspecificsystemimplementationincluding:thehardwareandsoftwaredesignprocess,developmentpointsandtheimplementationprocess.Thedesigniscompletedforseveralmonths,implementingvariousfunctionsofthewirelessdataterminal.Keywords:GPRS;Embedded;ARM;ATcommand;TCP/IPprotocol目录1山东科技大学毕业设计1绪论.................................................................................................11.1研究背景.................................................................................................11.2通讯方式的现状.....................................................................................21.3研究具体任务和目的.............................................................................42系统总体方案设计.........................................................................62.1系统功能要求.........................................................................................62.2系统组成.................................................................................................62.3系统主要器件选型.................................................................................72.2.1主控器件的选择..........................................................................72.2.2无线模块的选择..........................................................................92.3软硬件开发工具选择.............................................................................92.4系统语言与模块化结构.......................................................................102.4.1AT指令集..................................................................................102.4.2C语言程序模块化设计............................................................113硬件电路设计..........................................................................