-
串口温度数据采集并实时显示
串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,同样的也是将多个数据分成一个一个的,然后这一个数据的大小就是画图的某一个点的纵坐标,横坐标同样为数据的序号,再将这些点用线连起来就是曲线图. 图形能移动的原理,是我们首先改变的只是数据,图形并没有变,但图形的形式是由这些数据来确定的,当数据发生变化后,我们通过刷新显示区来变化的.(Serial temperature data acquisition and real-time serial data reading the principle is, as long as when a serial data to the data, the computer will automatically writes data to a specific buffer, we can write specific procedures read that the buffer zone would be fine. Serial data to be sent, process data can be received, the receiving of data is the character, then transform data into digital type, and then the size of the data as a drawing of a point Ordinate, the abscissa serial data. these points will be used to link line is a curve, this is the graphic display the basic tenets. View the original data is the same principle, the difference is, the data from the file, the same data also will be divided into a number one, and then this one is the size of the data to draw a certain point )
- 2020-06-26 07:40:02下载
- 积分:1
-
ProfiNet通讯样例程序_V14
说明: 两个1200之间用智能设备通信,使用西门子S7通信,基本没有延时,可以作为远程IO使用(TWO simatic1200 PLC,connect with eacharthre,)
- 2020-06-20 12:20:02下载
- 积分:1
-
高级例程-基于STM32 USB 虚拟串口 控制IO 端口
关于多块板子利用485总线 采用MODBUS协议实现开关量采集与控制采集,串口打印。(On the use of 485 bus and MODBUS protocol to realize switch data acquisition and control acquisition, serial port printing.)
- 2019-08-08 10:43:48下载
- 积分:1
-
CAMERTERMINAL
串口拍照源程序,通过串口得到摄像头部分的JPEG数据,再把数据还原成JPG图像(Serial camera source, camera part of the JPEG data through the serial port, and then restore the data into a JPG image)
- 2013-01-30 21:26:21下载
- 积分:1
-
SerialPortToolV1.0
说明: 文件为上位机开发实例,用C#进行编程实现。(The file is an example of the development of the host computer, and is implemented by programming in C#.)
- 2020-06-21 11:40:02下载
- 积分:1
-
SEEDdrivers
合众达提供的两个驱动,可以添加自己的算法。一个是串口的,一个是实时系统的。(America to the two drivers, they can add their own algorithms. 1 serial port, a real-time system.)
- 2007-06-11 09:53:13下载
- 积分:1
-
SCOMMV23
一个功能比较全面的串口调试工具。你值得拥有。(A more comprehensive functional serial debugging tools. You deserve.
)
- 2013-07-19 16:10:07下载
- 积分:1
-
CAN基本知识
说明: CAN基础知识教程,CAN总线的基础教程(CAN BUS basics tutorial)
- 2020-06-19 08:40:01下载
- 积分:1
-
ComMonitor
监控串口,数据带时标,能够分行,理想的串口监控工具(Monitoring serial port, data tape time mark, can branch, ideal serial monitoring tool)
- 2017-09-27 17:01:25下载
- 积分:1
-
PLC-RS232-labwindows
说明: 用labwindows和PLC联合编写的串口通信程序,利用PLC做数据采集卡,在labwindows中编写串口通信显示程序。(Prepared jointly by labwindows and the PLC serial port communication program, the use of PLC for data acquisition card, write the serial communication in labwindows display program.)
- 2011-02-19 10:58:00下载
- 积分:1