1、 微机原理课程设计微机原理课程设计报告报告 时时 间间 2013.12 2013.12 _ _ 学学 院院 自动化自动化 _ _ 专业班级专业班级 _ _ 姓姓 名名 _ _ 学学 号号 合合 作作 者者 _ _ 指导教师指导教师 _ 成成 绩绩 _ - 1 - 摘 要 8086 是 Intel公司设计生产的CPU,是计算机发展史上的里程碑。通过学习 8086CPU 的工作原理,可以帮助我们理解计算机的工作原理。实践动手能力是电子信息 类应用型人才必须具备的基本素质。本次微机原理课程设计,通过设计一个热电偶温度 检测器,并将测量得到的数据显示到LCD 屏幕上。其中使用到8086,ADC0809
2、, 8255,8279,经过一周的练习,锻炼了我们的编写程序能力,逻辑分析能力,解决问题 的能力,查找文献的能力。 关键词:关键词:8086 热电偶热电偶 ADC0809 Abstract 8086 is A CPU designed by Intel and a milestone in the history of the development of the computer. Studying the working principle of 8086 CPU can help us understand the working principle of the computer. P
3、ractice ability is basic qualities of students who majored in electronic and information. The microcomputer principle course ,we designed a thermocouple temperature detector and displayed the measured data on the LCD screen. It used 8086, ADC0809, 8255827.After a week of practice, we promote our abi
4、lity to write programs, logic analysis ability and problem solving skills and the ability of searching reference. Key Words:8086 thermocouple ADC0809 - 1 - 目目 录录 摘 要 1 Abstract. 1 引 言 1 K 型热电偶传感器实验 . 2 1 实验内容. 2 2 实验设备. 2 3 实验设计原理 . 2 3.1 热电偶原理 . 2 3.2 AD转换电路 . 3 4 设计思路. 4 4.1 AD转换采集数据 . 4 4.2 数据显示到数码管上 4 4.3 数据显示到 LCD上 . 5 4.4 报警 5 4.5 显示柱形图 . 5 5 程序流程. 6 5.1 主程序流程图 . 6 5.2 LCD 显示程序流