摘要本课题的研究内容—基于MSP430单片机的GPRS通讯的软件设计,主要是在对于MSP430单片机充分了解的基础上,利用MSP430单片机的特点,基于此单片机设计出稳定的、可靠的GPRS通讯软件,为无线测控提供基础。本文采用了SIM300 GPRS通讯模块,利用其体积小,效率高的特点,设计出了方便实用的通讯系统。给出了硬件的设计思路和过程。在IAR集成开发环境中写出代码,给出了程序的流程图和详细的程序说明。阐述了此系统的理论基础和设计思路。使用NetAssis软件进行TCP/UDP调试,给出了最终的调试结果。63753
毕业论文关键词 MSP430单片机 GPRS通讯 SIM300
Abstract Research of this subject - one GPRS communication software design based on MSP430 MCU, mainly concentrates on the full understanding of the MSP430 microcontroller. Based on the features of MSP430 SCM, design a stable , reliable GPRS communication software, provide the basis for wireless monitoring and control. This paper uses SIM300 GPRS communication module, using its small size, high efficiency, to design a convenient and practical communication systems.Shows the process of the hardware design.Shows a flowchart of the program and detailed description of the procedures. Gives the final debugging results.
Keywords MSP430 SCM GPRS communication SIM300
摘 要 I
Abstract II
1 绪论 1
1.1 研究背景和意义 1
1.2.1 现行串口标准及通信方式研究概况 1
1.2.2 MSP430单片机研究概况 1
1.2.3 GPRS通讯系统的研究现状 1
1.3 本文主要工作 2
2 MSP430单片机的结构体系 2
2.1 MSP430单片机的主要功能部件 2
2.2 MSP单片机的结构特征 3
2.3 USART异步串行通讯模块 4
2.4 本章小结 4
3 系统硬件设计 4
3.1 系统框图 5
3.1.1 系统框架图 5
3.1.2 硬件结构图 5
3.2 SIM300模块 5
3.2.1 本设计中SIM300特性简述 6
3.2.2 本设计中SIM300部分引脚说明 7
3.3 硬件连接思路 8
3.4 硬件连接原理图 8
3.4.1 JTAG下载程序和仿真器 8
3.4.2 电源 10
3.4.3 单片机最小系统 11
3.4.4 按键 13
3.4.5 LED指示灯 13
4 控制程序设计 14
4.1 程序设计思路 14
4.1.1 IAR集成开发环境 14
4.1.2 单片机与SIM300互发信息的转换