-
串口温度数据采集并实时显示
串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,同样的也是将多个数据分成一个一个的,然后这一个数据的大小就是画图的某一个点的纵坐标,横坐标同样为数据的序号,再将这些点用线连起来就是曲线图. 图形能移动的原理,是我们首先改变的只是数据,图形并没有变,但图形的形式是由这些数据来确定的,当数据发生变化后,我们通过刷新显示区来变化的.(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
-
GpsRecv
该程序用MFC实现串口通信,包括串口通信的整个过程,和各种参数的设置(MFC realize the program with serial communication, including the serial communication of the whole process, and various parameters set)
- 2008-02-25 14:53:04下载
- 积分:1
-
Serial-debugging-aides_VB
串口调试助手VB.zip
我想大家都用过 串口调试助手,
也都期望自己能够制作出同样的通信界面;
那么这里的工具,让你如愿……
采用VB编程,超级简单实用。(Serial debugging assistant VB.zip I would like that we have used serial debugging assistant, also expect to be able to produce the same communication interface where the tool that allows you to do so ... using VB programming, super simple and practical.)
- 2012-08-04 12:26:47下载
- 积分:1
-
串口自动检测
串口通信,对串口发出的数据进行读取和处理,进行检测(Serial communication, read and process the data sent by the serial port, and detect it.)
- 2020-06-17 10:40:02下载
- 积分:1
-
wendushujuxianshi
VC++的MFC开发串口调试助手源代码,包括数据发送,接收,显示制式等 (VC++ of MFC development of serial debugging assistant source code, including data transmission, reception, display formats, etc.)
- 2016-04-21 08:49:27下载
- 积分:1
-
531469b0ca56
并口程序 测试PC并口输入输出文件,挺不错的一个程序 分享(this is a little )
- 2014-09-11 11:49:42下载
- 积分:1
-
Visual-CPP_MSComm2
利用面向对象的C++语言的MFC编写的串口通信程序(The use of object-oriented language C++ MFC prepared by the serial communication program)
- 2013-10-25 22:26:22下载
- 积分:1
-
645-376.1
支持电力规约645,376.1等相关规约的485代码,支持常用电表控制信令代码,(Support the power of the Statute 645,376.1 Statute 485 and other related code, support for common control signaling code meter,)
- 2020-09-09 21:08:03下载
- 积分:1
-
com
vC++做上位机实现串口通讯,符合RS485通信协议(vC++ do PC Serial communication line RS485 communication protocol)
- 2010-08-10 16:55:57下载
- 积分:1
-
710MUX
Windows CE 串口通信协议里面的710MUX协议。(the implement of 710 MUX on Windows CE)
- 2014-09-02 22:48:18下载
- 积分:1