搜索资源列表
串口温度数据采集并实时显示
- 串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,同样的也是将多个数据分成一个一个的,然后这一
串口编程
- C# 232串口编程 采集数据
采用Vb将串口采集到的数据实时曲线画出并显示
- 采用Vb将串口采集到的数据实时曲线画出并显示,一个小程序希望对大家有帮助,vbdrawline
AIGraph.zip 研华PCI1716-数据采集及图形绘制例程
- 研华PCI1716-数据采集及图形绘制例程,Advantech PCI1716-data acquisition and graphics rendering routines
电导率仪的上位机数据采集软件.rar
- 电导率仪的上位机数据采集软件,通过串口将单片机的AD转换结果传输到PC机,并可将数据保存到access数据库中,the PC data acquisition software MCU through a serial port to the AD converter transmission of the results of PC, data can be saved to the database access
DlgWaveComm
- 是个串口的数据采集界面程序,完成对采样数据的归一化处理和波形显示,适合现学现用。-Is a serial interface for data acquisition procedures, the completion of the sampling data, normalized, and waveform display, suitable for the current study is to use.
chuankouwendu
- 串口数据采集实时显示程序 包含了串口通信和实时显示的源代码-Serial data acquisition in real-time display program includes a serial communications and real-time display of the source code
MFCCommAssist
- 利用VC++编的串口数据采集程序,利用本程序时,注意开通串口(包括虚拟串口)。-This program depitcs the process of serial ports,and it deserves learning.
CommTest
- VB串口通讯,关于串口调试的工具,用VB进行串口实时数据采集例程-VB serial communication on the serial port debugging tool, with VB serial port real-time data acquisition routines
COMMonitor
- 串口编程代码-用于数据采集,可扩展性好,提供初学者学习-serial program
232mscomm
- labview使用rs232串口实现数据采集及控制,可接受及发送数据-labview using serial rs232 data acquisition and control, acceptable and send data
VC_for_Temperature_Data_Acquisition
- VC++使用串口控件实现温度数据采集并显示,无错误,测试通过。-VC++ using the serial control for temperature data acquisition and display, error-free, test.
portshowvc
- 采用vc++ 实现串口数据采集与波形显示功能,对于初学者掌握串口通讯和现实有帮助-Using vc++ Serial data acquisition and waveform display, for beginners to grasp the reality of serial communication and help
USB与串口通讯
- 本程序实现利用CH376将串口的数据采集并储存的到U盘中,可以利用此程序开发数据存储器。
串口数据实时采集显示例程
- 通过调用API函数实时采集来自串口的数据,并将数据实时显示在界面中(function: sample data come from serio port and display information in form)
comsetup
- 各类仪器仪表以及数据采集 串口通信控制器 模式: 1、上位机监控模式:可由上位机串口控制,实现串口监控; 2、脱机控制模式:在通过上位机设置好相关参数后,也可脱离上位机进行独立控制。(All kinds of instruments and meters and data acquisition)
TLC2543和串口
- 单片机利用A/D TLC2543实现数据采集的C语言代码和利用单片机向上位机发送数据的串口程序(A/D TLC2543 C language code)
测试程序
- 串口数据采集温度计算程序,将单片机采集到的AD数据通过串口采集进入上位机,并将之运算成温度值(Serial data acquisition temperature calculation program)
0-5V电压采集main
- 0-5V电压采集,串口数据传输,可以转USB接口(0-5V voltage acquisition, serial data transmission, can transfer USB interface)
串口采集程序4(封装好)
- 通过串口采集数据,用曲线控件显示,可以实时显示,类似示波器,可以放大,缩小,平移(Data can be collected through serial port and displayed by curve control. It can be displayed in real time. Similar to oscilloscope, it can be enlarged, reduced and shifted.)