文件名称:com
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2016-08-30
- 文件大小:
- 64kb
- 下载次数:
- 0次
- 提 供 者:
- 科***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
电脑串口接收DS18B20温度测试程序
1、程序说明:
该例程演示了单片机采集温度,并将温度值
发送到电脑的测试程序,
2、实验操作
1、将跳线插座J11的跳线帽调至TDQ端。
2、将跳线插座J28的跳线帽跳到TxD1和RxD1。
打开STC-ISP下载软件中的串口助手,选择相应串口号,
选择波特率9600,8位数据位,1位停止位,无校验。
点打开串口 接收缓冲区选择“文本模式”
发送缓冲区选择“文本模式”
-
PC serial port to receive DS18B20 temperature test program
1. Program Descr iption:
This example demonstrates the single-chip collecting temperature and the temperature value
Sent to the computer test program,
2, experimental operation
1, the jumper socket J11 jumper cap adjusted TDQ end.
2, the jumper socket J28 jumpers to jump TxD1 and RxD1.
Open the STC-ISP download software serial assistant, the corresponding serial number,
Select the baud rate of 9600, 8 data bits, 1 stop bit, no parity.
Point to open the serial port receive buffer Text Mode
Transmit Buffer Select Text Mode
1、程序说明:
该例程演示了单片机采集温度,并将温度值
发送到电脑的测试程序,
2、实验操作
1、将跳线插座J11的跳线帽调至TDQ端。
2、将跳线插座J28的跳线帽跳到TxD1和RxD1。
打开STC-ISP下载软件中的串口助手,选择相应串口号,
选择波特率9600,8位数据位,1位停止位,无校验。
点打开串口 接收缓冲区选择“文本模式”
发送缓冲区选择“文本模式”
-
PC serial port to receive DS18B20 temperature test program
1. Program Descr iption:
This example demonstrates the single-chip collecting temperature and the temperature value
Sent to the computer test program,
2, experimental operation
1, the jumper socket J11 jumper cap adjusted TDQ end.
2, the jumper socket J28 jumpers to jump TxD1 and RxD1.
Open the STC-ISP download software serial assistant, the corresponding serial number,
Select the baud rate of 9600, 8 data bits, 1 stop bit, no parity.
Point to open the serial port receive buffer Text Mode
Transmit Buffer Select Text Mode
(系统自动生成,下载前可以参看下载内容)
下载文件列表
41_电脑串口接收温度采集试验\Application\Doc\readme.txt
...........................\...........\Header\ds18b20.h
...........................\...........\......\STC15W4K32S4.h
...........................\...........\Source\ds18b20.c
...........................\...........\......\main.c
...........................\...........\.tartup\STARTUP.A51
...........................\Lis\ds18b20.lst
...........................\...\main.lst
...........................\...\Serial_Temp.m51
...........................\...\STARTUP.lst
...........................\Obj\ds18b20.obj
...........................\...\main.obj
...........................\...\Serial_Temp
...........................\...\Serial_Temp.hex
...........................\...\Serial_Temp.lnp
...........................\...\Serial_Temp.plg
...........................\...\STARTUP.obj
...........................\...\STARTUP._ia
...........................\Serial_Temp.plg
...........................\Serial_Temp.uvgui.Administrator
...........................\Serial_Temp.uvgui_Administrator.bak
...........................\Serial_Temp.uvopt
...........................\Serial_Temp.uvproj
...........................\Serial_Temp_uvopt.bak
...........................\Serial_Temp_uvproj.bak
...........................\Application\Doc
...........................\...........\Header
...........................\...........\Source
...........................\...........\Startup
...........................\Application
...........................\Lis
...........................\Obj
41_电脑串口接收温度采集试验