JIMI 发表于 20:50

基于AT89C5单片机和TC35的短消息收发系统

论文编号:DZXX307  论文字数:12610,页数:33
摘要
 随着全球移动通信系统(GSM)移动通信网络的迅速普及和竞争的容易激烈,新技术和新业务的开发与应用都得到了普遍的重视。短消息服务业务作为GSM网络的一项基本业务,已经得到越来越多的系统运营商和系统开发商的重视,基于这种业务的各种应用也蓬勃的发展起来。
 本次毕业设计课题主要讨论了单片机短消息收发系统的组成以及单片机与手机通信模块TC35的接口方式,并学习了TC35的短消息AT控制指令。课题所涉及的短消息收发系统主要由无线通信模块TC35和单片机AT89C51组成,并在KHF-4实验箱搭建完成的。通过对单片机进行编程,软件实现单片机控制系统通过AT指令与TC35建立通信,达到短消息收发的功能。
关键词:AT指令,AT89C51,通信模块TC35,GSM
ABSTRACT
 With the fast popularization and the easily fierce competition of the mobile communication network in the global mobile communication system, the development and application of new technology and new business are universally been paid more and more attentions by people. As a fundamental business of the GSM network, SMS services business has been paid more and more attention by the system operators and developers. And the applications based on this business are developed thriving.
 This graduation design mainly discussed the component of SCM SMS transceiver system and the interfaces of the SCM and cell phone communication module TC 35, and also learned the TC35 AT Short Message Control Directive. Issues involving SMS transceiver system mainly consists of wireless communication module TC35 and the SCM AT89C51, and were completed in the experimental box structures KHF-4. Through the SCM programming, the software control system done the establishment of the communications through AT commands and TC35, then meet the functions of short message transceivers.
Key words :AT command,AT89C51,Communication module TC35,GSM
目录
摘要 I
ABSTRACT II
第1章 绪论 1
1.1 引言 1
1.1.1 课题的背景及意义 1
1.1.2 课题所涉及的方案和问题 1
1.2 GSM网络 2
1.3 短消息业务SMS 2
1.4 本章小节 3
第2章 系统硬件部分 4
2.1 系统模型 4
2.2 单片机AT89C51 5
2.2.1 AT89C51主要性能参数及引脚封装图 5
2.2.2 AT89C51的引脚功能 6
2.3 通信模块TC35 8
2.4 按键控制电路和指示电路 9
2.5 TC35与AT89C51的接口电路 10
2.5.1 RS-232C接口标准 10
2.5.2 MAX232电平转换芯片 10
2.5.3 MAX232与DB9的连接电路图 11
2.6 本章小节 12
第3章 TC35通信协议 13
3.1 AT指令简介 13
3.2 常用AT指令介绍 14
3.2.1 短信中心设置指令AT+CSCA 14
3.2.2 选择短信息格式指令AT+CMGF 14
3.2.3 短信息发送指令AT+CMGS 15
3.2.4 短信息读取指令AT+CMGR 16
3.2.5 短信息删除指令AT+CMGD 16
3.3 PDU数据格式简介 16
3.4 本章小节 17
第4章 系统软件部分 18
4.1 系统主程序 18
4.2 键盘扫描程序 20
4.3 本章小节 21
第5章 系统调试 22
5.1 KHF-4型CPLD实验箱介绍 22
5.1.1 实验装置概述 22
5.1.2 实验装置组成 22
5.2 下载工具介绍 24
5.3 系统调试总结 26
第6章 毕业设计总结 27
致谢 28
参考文献 29
页: [1]
查看完整版本: 基于AT89C5单片机和TC35的短消息收发系统