-
串口温度数据采集并实时显示
串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,同样的也是将多个数据分成一个一个的,然后这一个数据的大小就是画图的某一个点的纵坐标,横坐标同样为数据的序号,再将这些点用线连起来就是曲线图. 图形能移动的原理,是我们首先改变的只是数据,图形并没有变,但图形的形式是由这些数据来确定的,当数据发生变化后,我们通过刷新显示区来变化的.(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
-
comm
VB写的串口通讯软件,简单易学,适合初学者(Written in VB serial communication software, is easy to learn)
- 2010-03-16 15:19:09下载
- 积分:1
-
seria
VS2010实现串口通信,帮助大家轻松搞定串口通信(VS2010 realize serial communication, and help you easily get the serial communication)
- 2012-05-21 21:05:43下载
- 积分:1
-
VB
说明: 对松下FP系列PLC通讯串口的调试,了解串口使用的方法(Panasonic FP series PLC serial communications debugging of serial use)
- 2013-01-24 15:51:31下载
- 积分:1
-
SerialPortTest
基于VC++的,多个串口的,带通讯协议的应用程序,两个通讯口,可分别接受,发送协议数据包.()
- 2008-04-04 01:29:36下载
- 积分:1
-
CharTerminal
说明: 简单的串口通讯例子,有主机,目标机组成,发送数据,接受数据(Simple example of serial communication, a host, target composition, send data, receive data)
- 2011-04-10 18:48:55下载
- 积分:1
-
1Button-Devices
1 button device with bascom avr
- 2019-05-06 19:09:58下载
- 积分:1
-
VS2010--MFC
这是一个简单的VS2010之MFC串口编程教程,它可以指导初学者学习MFC简单入门编程(This is a simple tutorial serial programming MFC VS2010 it, it can be a simple guide for beginners to learn MFC introductory programming)
- 2014-11-30 20:03:07下载
- 积分:1
-
comm
用vc写的向串口发十六进制数据。
文件中有整个工程文件。(Vc wrote with hex data sent to the serial port.
File in the project file.)
- 2012-01-09 22:29:28下载
- 积分:1
-
vc_assist
VC串口调试助手源代码,很不错的例子,非常适合初学者使用!!(VC serial debugging aides source code, it is a good example, very suitable for beginners! !)
- 2011-10-21 10:05:30下载
- 积分:1