搜索资源列表
串口温度数据采集并实时显示
- 串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,同样的也是将多个数据分成一个一个的,然后这一
VC.rar
- 温度传感器VC源程序,用串口与51单片机通讯,VC source temperature sensor with serial and 51 single-chip communications
wendushishishuaxin
- Visual Basic 编的上位机软件,用于与单片机通信将单片机读取DS18B20的温度值实时刷新显示,简单好用,经本人调试过的,初学VB串口编程的人一定-Visual Basic series of PC software for communication with the single-chip will be read Singlechip DS18B20 refresh real-time temperature display, easy-to-use, as I have bee
xine001_vb
- 用VB编的界面程序:用51单片机控制AD,测量室温,并用串口上传到上位机,绘出温度曲线图。-Interface program with VB code: MCU with 51 AD, measurements at room temperature, and uploaded to the PC with a serial port, draw the temperature profile.
Temper232_bak
- c# USB串口通过串口读取温度,USB温度计源代码。-c# USB serial port to read the temperature through the serial port, USB thermometer source code.
VB+Printerport+DS18B20
- 用VB编写,控制计算机的打印口,利用打印口驱动温度传感器DS18B20,实现数字式测温。体积小,使用方便。-Prepared to use VB to control the computer s print port, the use of print port driver temperature sensor DS18B20, the realization of digital temperature measurement. Small size and easy to use.
vc
- 利用串口 和ds18B20进行温度测量在上位机的控制软件-temperature mearsument
Text4.0
- 通过传感器获取环境的温度信息,利用单片机把所得到的温度有关信息进行温度调节实现温度的自动控制,使温度保持在预先设定的温度值范围。 2. 当按下语音播放按键时,触发系统通过语音系统播放当前的温度。当温度超过设定温度时,系统自动播放警告信息。 3. 系统通过串口通信把所测到的温度数据传到PC上并进行记录,PC把把所得到的数据描绘成一天温度曲线,最终显示在屏幕上。 -OK
51andvc2005
- WINDOWS下VC2005编程,通过串口于单片机开发板进行双向通讯,具有控制板上资源以及接受温度数据上位机实时显示功能!-WINDOWS next VC2005 programming, through the serial port on the MCU development board to conduct two-way communication with the control panel resources and to receive real-time temperature
temperturecure
- 将串口上接收到的数据转换为温度数值并显示温度曲线-show temperture cure by mscom
SerialPort
- 使用c#语言实现的串口收发,等待回复,连续发送等功能,是为开发的温度测试仪配套编写的上位机程序,使用方便稳定,易于移植-Using the c# language implementation of the serial port transceiver, waiting for reply, send a continuous functions, is the temperature tester for the development of supporting the preparati
VC_for_Temperature_Data_Acquisition
- VC++使用串口控件实现温度数据采集并显示,无错误,测试通过。-VC++ using the serial control for temperature data acquisition and display, error-free, test.
vc2008串口助手
- vc2008串口调试助手 自制的串口调试助手,可以采集温度信息 可以参考
多路18B20温度采集
- c++builder编写的串口多路18B20温度采集、数据显示程序(C++builder prepared by the serial multi-channel 18B20 temperature acquisition, data display program)
wdcj
- 实时采集当前温度,并可通过串口通信上位机进行(Collect the temperature at that time, and communicate with PC through serial port)
测试程序
- 串口数据采集温度计算程序,将单片机采集到的AD数据通过串口采集进入上位机,并将之运算成温度值(Serial data acquisition temperature calculation program)
串口通信,可直接显示下位机发的任何信息
- 主要功能是实现温度上下限报警,创新点是可以通过在上位机设置下位机的温度上下限值,即实现了串口通信。(The main function is to realize the temperature and lower limit alarm. The innovation point is that the serial communication can be realized by setting the lower limit of the temperature of the lower
多点温度测量
- TI msp430温度测量的原文件 可以多点测量温度 串口通信(The original document of TI MSP430 temperature measurement)
DS18B20
- 51单片机,ds18B20测温,串口发送温度数据给电脑(Single chip microcomputer 18B20 temperature measurement serial transmission)
刘全WDSD
- 查看温度湿度,通过串口连接。方便好用,推荐新手,尝试串口连接获取数据,经行保存等操作。(Check the temperature and humidity,link through the serial port.)