文件名称:mlgb
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [Windows] [Visual C] [Basic/ASP] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 190kb
- 下载次数:
- 0次
- 提 供 者:
- 谭**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本温度采集系统是利用DS18B20把温度读出,然后通过单片机解码发送给6位数码管,数码管显示出当前的温度值。DS18B20返回的温度值是两字节的十六进制数据。负数用反码表示。单片机直接通过串口把两字节的十六进制数据传送到上位机,上位机对温度数据进行解码变显示。
单片机的串口参数可以通过,下面两个宏来设置:
#define XTAL 11059200 // CUP 晶振频率
#define baudrate 9600 // 通信波特率
默认设置如上。
-The temperature acquisition system is to use DS18B20 to read the temperature, and then through the single-chip decoding is sent to the 6 digital tube, digital tube displays the current temperature value. Return to the DS18B20 temperature value is two byte sixteen hexadecimal data. Negative with complement representation. MCU directly through the serial port to two bytes sixteen hexadecimal data transfer to PC, PC on temperature data are decoded into display.
MCU serial port parameters can be obtained by the following two macros to set:
# define XTAL 11059200/CUP oscillator frequency
# define baudrate 9600// communication baud rate
The default settings above.
单片机的串口参数可以通过,下面两个宏来设置:
#define XTAL 11059200 // CUP 晶振频率
#define baudrate 9600 // 通信波特率
默认设置如上。
-The temperature acquisition system is to use DS18B20 to read the temperature, and then through the single-chip decoding is sent to the 6 digital tube, digital tube displays the current temperature value. Return to the DS18B20 temperature value is two byte sixteen hexadecimal data. Negative with complement representation. MCU directly through the serial port to two bytes sixteen hexadecimal data transfer to PC, PC on temperature data are decoded into display.
MCU serial port parameters can be obtained by the following two macros to set:
# define XTAL 11059200/CUP oscillator frequency
# define baudrate 9600// communication baud rate
The default settings above.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
温度采集系统\项目说明.txt
............\原理图\温度采集系统.SCHDOC
............\......\温度采集系统原理图.pdf
............\上位机程序\FrmSet.frm
............\..........\FrmSet.frx
............\..........\MSSCCPRJ.SCC
............\..........\PARTS037.ICO
............\..........\PC与智能仪器串口通讯.frm
............\..........\PC与智能仪器串口通讯.frx
............\..........\PC与智能仪器串口通讯.log
............\..........\工程1.vbp
............\..........\工程1.vbw
............\..........\picture\PARTS037.ICO
............\..........\.......\zhaojun.jpg
............\C51程序\DS18B20-SHUMA-C51
............\.......\DS18B20-SHUMA-C51.C
............\.......\DS18B20-SHUMA-C51.C.bak
............\.......\DS18B20-SHUMA-C51.hex
............\.......\DS18B20-SHUMA-C51.lnp
............\.......\DS18B20-SHUMA-C51.LST
............\.......\DS18B20-SHUMA-C51.M51
............\.......\DS18B20-SHUMA-C51.OBJ
............\.......\DS18B20-SHUMA-C51.Opt
............\.......\DS18B20-SHUMA-C51.plg
............\.......\DS18B20-SHUMA-C51.Uv2
............\.......\DS18B20-SHUMA-C51_Opt.Bak
............\.......\DS18B20-SHUMA-C51_Uv2.Bak
............\.......\README.txt
............\上位机程序\picture
............\原理图
............\上位机程序
............\C51程序
温度采集系统
............\原理图\温度采集系统.SCHDOC
............\......\温度采集系统原理图.pdf
............\上位机程序\FrmSet.frm
............\..........\FrmSet.frx
............\..........\MSSCCPRJ.SCC
............\..........\PARTS037.ICO
............\..........\PC与智能仪器串口通讯.frm
............\..........\PC与智能仪器串口通讯.frx
............\..........\PC与智能仪器串口通讯.log
............\..........\工程1.vbp
............\..........\工程1.vbw
............\..........\picture\PARTS037.ICO
............\..........\.......\zhaojun.jpg
............\C51程序\DS18B20-SHUMA-C51
............\.......\DS18B20-SHUMA-C51.C
............\.......\DS18B20-SHUMA-C51.C.bak
............\.......\DS18B20-SHUMA-C51.hex
............\.......\DS18B20-SHUMA-C51.lnp
............\.......\DS18B20-SHUMA-C51.LST
............\.......\DS18B20-SHUMA-C51.M51
............\.......\DS18B20-SHUMA-C51.OBJ
............\.......\DS18B20-SHUMA-C51.Opt
............\.......\DS18B20-SHUMA-C51.plg
............\.......\DS18B20-SHUMA-C51.Uv2
............\.......\DS18B20-SHUMA-C51_Opt.Bak
............\.......\DS18B20-SHUMA-C51_Uv2.Bak
............\.......\README.txt
............\上位机程序\picture
............\原理图
............\上位机程序
............\C51程序
温度采集系统