文件名称:intelligent_thermometer
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- 李**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
/*智能型温度感测器:
(1)8051的PORT1连接LCD显示器,PORT3的P3.3,P3.4,P3.5分别连接到LCD控制线,程序执行时可以在LCD显示器显示时间和日期
(2)温度感应组件AD590通过ADC0804将感应到的温度转换数字数据,然后通过PORT0输入8051
(3)8051的第10只和第11只引脚RXD和TXD分别连接到MAX232,然后连接到PC的COM端口
(4)8051实验板每小时读入ADC0804转换的数字温度数据,然后记录在串行EEPROM93C66中
(5)8051实验板可以通过RS232将记录在串行EEPROM93C66中数字温度数据传送到PC端
*/-/* Intelligent Temperature Sensor: (1) 8051 PORT1 to connect LCD displays, PORT3 of P3.3, P3.4, P3.5, respectively, to connect to the LCD line of control, program execution can be displayed in the LCD displays the time and date (2) AD590 temperature sensor components will be through the ADC0804 the temperature sensor to digital data conversion, and then through PORT0 enter 8051 (3) 8051 No. 10 and 11, respectively TXD pin RXD and connect to the MAX232, and then connect to the PC The COM port (4) 8051 Experimental ADC0804 plates per hour read digital temperature data conversion, and then recorded in the serial EEPROM93C66 in (5) 8051 can board RS232 serial EEPROM93C66 will be recorded in digital temperature data to PC client* /
(1)8051的PORT1连接LCD显示器,PORT3的P3.3,P3.4,P3.5分别连接到LCD控制线,程序执行时可以在LCD显示器显示时间和日期
(2)温度感应组件AD590通过ADC0804将感应到的温度转换数字数据,然后通过PORT0输入8051
(3)8051的第10只和第11只引脚RXD和TXD分别连接到MAX232,然后连接到PC的COM端口
(4)8051实验板每小时读入ADC0804转换的数字温度数据,然后记录在串行EEPROM93C66中
(5)8051实验板可以通过RS232将记录在串行EEPROM93C66中数字温度数据传送到PC端
*/-/* Intelligent Temperature Sensor: (1) 8051 PORT1 to connect LCD displays, PORT3 of P3.3, P3.4, P3.5, respectively, to connect to the LCD line of control, program execution can be displayed in the LCD displays the time and date (2) AD590 temperature sensor components will be through the ADC0804 the temperature sensor to digital data conversion, and then through PORT0 enter 8051 (3) 8051 No. 10 and 11, respectively TXD pin RXD and connect to the MAX232, and then connect to the PC The COM port (4) 8051 Experimental ADC0804 plates per hour read digital temperature data conversion, and then recorded in the serial EEPROM93C66 in (5) 8051 can board RS232 serial EEPROM93C66 will be recorded in digital temperature data to PC client* /
(系统自动生成,下载前可以参看下载内容)
下载文件列表
intelligent_thermometer.c