搜索资源列表
src
- 串口数据采集实时显示程序。本程序使用VC6.0的通用串口控件MSCOMM32.OCX来对发送到串口的数据进行采集处理。
串口温度数据采集并实时显示
- 串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,同样的也是将多个数据分成一个一个的,然后这一
labview_serial
- labview中实现串口数据采集和实时显示-Serial labview in data acquisition and real-time display
MFCCommAssist
- 利用VC++编的串口数据采集程序,利用本程序时,注意开通串口(包括虚拟串口)。-This program depitcs the process of serial ports,and it deserves learning.
mcbsp
- mcbsp串口编程,接收接受32位字,外部提供时钟及帧信号,RRDY信号触发中断-McBSP serial port programming, receiving 32 to accept the word, the external clock and frame signal to provide, RRDY trigger signal interruption
communicationPC
- 数据采集与工业控制、串口通信、虚拟设备编程、监控组态软件编程-Data acquisition and industrial control, serial communication, virtual device programming, monitoring, configuration software programming
serial
- 串口数据采集资料,包括一个串口读写的程序-Serial Data Acquisition Data
SerialCommuication
- 智能仪表与计算机通过RS232串行端口进行通信的数据采集程序,VB代码,仪表为XMT3001,不同的仪表仅通信协议不同-Intelligent Instrument and computer to communicate through the RS232 serial port data acquisition program, VB code, and instrumentation for the XMT3001, a different instrument is only a diff
datacollection
- 通过MSCOMM,串口进行的电子称数据采集系统,可改变窗口大小-Through the serial port of electronic data acquisition system, said
VSPM
- 虚拟串口软件可以将TCP/IP、UDP广播映射成本机的虚拟COM 口,应用程序通过访问虚拟串口,就可以完成远程控制、数据传输等功能。 通过扩展DLL,可以实现串口互通、协议分析、数据采集等功能,提供例程代码。 此软件可免费用于商业用途,例如串口服务器、GPRS模块配套等 -VSPM
GpsRecv
- 通过调用Win32通信API函数,可以使程序打开一个串口,并对这个串口进行基本配置。GPS数据采集程序主要实现了配置串口,创建串口数据接收线程,使用重叠操作方式读取串口数据及如何处理接收到的数据的基本方法。-Communication by calling the Win32 API function, you can make the program opens a serial port, serial port and the basic configuration. GPS data a
LABVIEWserilwritedata
- LABVIEW把串口采集的数据(8位)写入TXT文件,保存起来-LABVIEW the serial acquisition of data (8) write TXT file, saved
ysi
- YSI水质传感器的串口数据采集以及数据的窗口编辑框的显示-YSI water quality sensors serial data acquisition and data display window of the edit box
com
- 串口数据采集并实时显示,使用串口控件使用说明 本程序使用VC6.0的通用串口控件MSCOMM32.OCX来对发送到串口的数据进行采集处理。com对初学者有用-Serial data acquisition and real-time display, use the serial port control instructions of the program using VC6.0 to generic serial port control MSCOMM32.OCX sent to th
Uart
- 单片机串口数据采集,主要是测电压,并在上位机上显示出波形-Microcontroller serial data acquisition, mainly voltage measurement
SerialPortTest
- 电子秤称重仪表函数库: ScalePort.dll封装了Windows API函数完成通信功能,可代替常用的串口控件完成串口数据采集。 内部封装了国内知名称重仪表公司的通信接口。支持如:柯力,耀华,托利多等公司的主流称重仪表通信。-Electronic scales weighing instrument library: ScalePort.dll encapsulates the Windows API function to complete the communication
USB与串口通讯
- 本程序实现利用CH376将串口的数据采集并储存的到U盘中,可以利用此程序开发数据存储器。
YEWEITEST-CRC16-save
- MODBUS485协议的串口数据采集工具-Data collect of MODBUS485
串口数据实时采集显示例程
- 通过调用API函数实时采集来自串口的数据,并将数据实时显示在界面中(function: sample data come from serio port and display information in form)
集成测试-现场和远程监控端
- 现场通过串口采集仪表数据,远程通过TCP/IP监控数据及控制现场。(The instrument collects data through serial port and monitors data and control the scene remotely through TCP/IP.)