1 / 66
文档名称:

毕业设计(论文)-基于单片机设计的自动售货机系统设计.doc

格式:doc   页数:66页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

毕业设计(论文)-基于单片机设计的自动售货机系统设计.doc

上传人:3346389411 2012/12/4 文件大小:0 KB

下载得到文件列表

毕业设计(论文)-基于单片机设计的自动售货机系统设计.doc

文档介绍

文档介绍:基于单片机设计的自动售货机系统设计
作者:
单位(或系别):
专业:电子信息工程
学号:
指导教师:
日期:
摘要
我所设计的自动售货机装置是以INTEL 公司的8751单片机为核心的控制系统。
本文详细介绍了自动售货机系统的方案设计、硬件选择、软件规划和编写,并重点描述了自动售货机系统的工作原理、系统设计、软件编程的原则和技巧。该系统以单片机8751芯片为核心,采用集中控制方式实现了对自动售货机全过程的自动控制。本系统选择4×4矩阵式键盘按键作为货物选择端, 采用了2个可编程并行接口8255A实现并行接口的扩展,这样解决了单片机8751芯片输入/输出口引脚紧张的问题,实现了货物的掉出以及货币数的显示功能。此外,系统程序采用keil软件进行程序的编写和编译,该软件具有编程简单、查错方便、阅读容易等特点。汇编语言是程序的基本语言,具有容易理解,便于记忆和使用等特点。
[关键词]:自动售货机;单片机8751;8255A键盘/显示;
Abstract
The system that I design is an automat basing on microcontroller 8751to control the sell goods system .
In the following paper introduce the system design and handware sellection software design and write . and emphases describe the automat system worke principle system design and sofeware programing technique The master mcu 8751 is pany. The system has some prominent excellences by concentrate control. It is very steady and credible,my system use 4*4keyboard to sellecting goods useing two programing parallel interface 8255 to resolve i/o tensional problem make goods dorp and coin display function
. I program the system by software named keilc51, The whole of programmer is writed by asembeling software makes my programmer easier and check work more convenient.
[Key words]: automat;MCU8751;8255A keyboard/display
目录
绪论……………………………………………………………………………………………………………………………(1)
1 自动售货机的简介…………………………………………………………………………………………………………(2)
自动售货机的发展历史及发展趋势……………………………………………………………………………………(2)
自动售货机的发展历史 ……………………………………………………………………………………………(2)
自动售货机的发展趋势 ……………………………………………………………………………………………(2)
自动售货机的意义 …………………………………………………………………………………………………(3)
2 自动售货机的系统结构……………………………………………………………………………………………………(4)
自动售货机的总体系统结构……………………………………………………………………………………………(4)
自动售货机的系统概述………………………………………………………………………………………………(4)
自动售货过程的控制子系统简述……………………………………………………………………………………(5)
自动售货过程的通讯子系统简述……………………………………………………………………………………(6)
自动售货机的功能介绍…………………………………………………………………………………………………(6)
此次设计的自动售货机的功能简介…………………………………