搜索资源列表
WaveDispay
- 从串口接收到数据后,实时显示波形或数据。初衷是用来显示msp430 sd16 发送的数据,波特率不能太大。
MNPCOM
- 这是一个基于串口编程的程序,它把从DDE SEVER(如上位机监控软件中)读取的数据发往指定串口,这里是通过串口发数据并驱动模拟屏(水厂用的)在模拟屏上实时显示相关数据
src
- 串口数据采集实时显示程序。本程序使用VC6.0的通用串口控件MSCOMM32.OCX来对发送到串口的数据进行采集处理。
OscopeDemo
- 一个以位图切换技术实现波形实时显示的程序-a bitmap switching technology to achieve real-time waveform display procedures
s2trace
- 同时监测两个串口的数据,并实时显示和存盘。-two simultaneous monitoring serial data and real-time display and archiving.
串口温度数据采集并实时显示
- 串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,同样的也是将多个数据分成一个一个的,然后这一
labview_serial
- labview中实现串口数据采集和实时显示-Serial labview in data acquisition and real-time display
chuanxingtongxunheshishiquxian
- 通过串口接收数据并实时画出曲线。将含有单片机,AD模数转换器等芯片的电路板通过USB数据线与电脑相连,可通过计算机实时显示出数据和绘制出图形-Through the serial port to receive data and real-time to draw curves.
MessageViewXXX
- 一个调试实时显示代码,及进程通信简洁通信-A real-time display debug code, and the process of communication simple and Communication
11
- 串口发送,上位机曲线实时显示接收到的数据-Serial transmission, PC curve data received real-time display
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
serial-to-curve
- 接收串口数据并以曲线实时显示,显示适度和温度-Receiving serial data and real-time display of the curve
MFC-COscilloscopectrl_demo
- 用VC++MFC编写的上位机软件,它可以通过rs232串口接收下位机发送来的数据并实时显示,还可以对波形作频率幅度检测,还可以做更多普通示波器做的事情。-Prepared using VC++MFC software, it can be through the RS232serial port to receive the client to send data and display in real time, but also on the wave frequency amplitude
serial_communication
- MATLAB,基于GUI的串口的调试工具,并将接收到的数据实时显示在坐标轴上。-MATLAB, the serial port of the GUI-based debugging tools, and data received in real time is displayed in the axis.
chuankoucaiji
- 使用串口采集温度数据,并实时显示温度数据-Serial collected temperature data
Serial-real-time-display
- VC6.0下的串口温度数据采集并实时显示界面,可以实时绘制波形,查看历史数据,保存串口接收数据。-VC6.0 under serial temperature data acquisition and real-time display interface, real-time can draw the waveform view historical data, save the serial port to receive data.
COMLine
- VC6.0平台下对串口接收到的数据进行实时显示,但是数据长度是512.使用时候注意。-VC6.0 platform to receive serial data real-time display, but the data length is 512. Use the time to pay attention.
AutoOpenCarton
- VC6.0的机械自动化控制真实项目,采用运动控制卡控制机械实现PC端的自动化。主要技术特点:自动化循环控制,故障处理,运动控制卡的应用,伺服控制,access数据库,状态信息的实时显示。-VC6.0 control real machinery automation project, using motion control card machine to automate the PC side. Main technical features: automatic cycle control
iHv
- 安卓系统与单片机的USB传输 摄像头实时显示图像-Andrews and microcontroller USB transfer real-time camera image display
串口数据实时采集显示例程
- 通过调用API函数实时采集来自串口的数据,并将数据实时显示在界面中(function: sample data come from serio port and display information in form)