JIMI 发表于 20:50

基于红外数据传输系统

论文编号:DZXX122  论文字数:12885,页数:45
摘  要
 
 红外数据传输是目前使用最广泛的一种通信手段,由于红外装置具有体积小、功耗低、功能强、成本低等一系列优点,因而在彩电、音响设备、空调以及玩具等其它电器装置上也纷纷采用红外系统,用来实现数据的传输。在工业领域,使用红外设备来传输很广泛,采用红外数据传输不仅安全可靠而且没有电气干扰。
 本毕业设计的题目是基于单片机红外数据传输系统,主要由AT89S52单片机控制模块、4×4键盘输入、LED数码管显示、红外发射模块、红外接收等模块组成,通过单片机进行编程控制以及红外发射端和接收端相结合,主要功能是实现主机到从机的红外数据传输及所传输数据的显示。该系统取代了传统有线的数据传输方式,而采用红外来解决点对点之间的数据传输,因此数据之间的传输具有更加快速、稳定、可靠等特点。
 
关键词:AT89S52单片机,LED数码管显示,红外数据传输

Abstract
   
     IR data transfer is used widely in data communication. Infrared devices have got a series of advantages such as small sizes,low power consume,cheapness and so on. It is applied in colorful TV,audio equipments,air conditioners and other electrical appliances and toy devices have also used infrared systems. In the industrial field, data transmissions with infrared devices is more popular. Using infrared data transfer is not only safe and reliable, but also has got lower electrical interference.
    The subject of design is based on the SCM infrared data transmission system,it mainly consists of the AT89S52 SCM control module,the 4×4 keyboard input module,the display module, the infrared transmitter module,the infrared receiver modules and so on. By the SCM Programmed controlling, Main function of the system is to achieve infrared data from a primary station to the secondary station and showing the data what was communicated at the same time,By infrared devices to solve the point-to-point data transmission, the system is instead of the traditional wired data transmission. Thus the system has got good functions such as rapidly speed, stableness, reliability and so on.
 
Key words:AT89S52 SCM, LED Digital Display , Infrared Data Transfer

目录
摘  要 I
Abstract II
第一章  引言 1
    1.1  课题背景 1
    1.2  设计任务 1
第二章  方案论证与比较 2
    2.1  数据传输实现方案 2
    2.2  控制部分实现方案 2
    2.3  方案论证 4
第三章  系统总体设计及主要芯片介绍 5
    3.1  系统总体设计 5
    3.2  主要芯片的介绍 6
第四章  系统硬件设计 12
    4.1  键盘模块 12
    4.2  LED显示模块 13
    4.3  ISP模块 13
    4.4  红外发射模块 14
    4.5  红外接收模块 15
第五章   系统软件设计 16
    5.1  软件总体流程图 16
    5.2  各子程序说明 17
        5.2.1键盘扫描子程序 17
        5.2.2显示子程序 20
        5.2.3发射子程序 21
第六章   毕业设计总结和进一步的改进 24
    6.1  毕业设计总结 24
    6.2  进一步的改进 25
致    谢 26
参考文献 27
附    录 29
    附录1 总电原理图 29
           红外数据传输主机图 29
           红外数据接收从机图 29
    附录2 元器件清单 30
    附录3 实际硬件图 31
    附录4 程 序 32
          主机:main 32
          主机:uart 38
          从机:main 39
          从机:uart 42
页: [1]
查看完整版本: 基于红外数据传输系统