登录
首页 » Visual C++ » RTDemo

RTDemo

于 2012-11-29 发布 文件大小:169KB
0 317
下载积分: 1 下载次数: 20

代码说明:

  经典VC++环境下从串口读取数据并实时绘制曲线图(Read data from the serial port classical VC++ environment and real-time rendering graph)

文件列表:

读取串口数据并画实时曲线的VC%2B%2B程序源码
......................................\ChildFrm.cpp,4087,2001-12-08
......................................\ChildFrm.h,1815,2000-03-10
......................................\ClassArr.h,8550,2000-03-13
......................................\ColorBtn.cpp,916,2000-03-15
......................................\ColorBtn.h,1253,2000-06-18
......................................\Graphics.cpp,19267,2000-05-10
......................................\Graphics.h,4934,2000-05-09
......................................\MainFrm.cpp,2381,2000-04-25
......................................\MainFrm.h,1401,2000-03-08
......................................\mscomm.cpp,8569,2008-04-17
......................................\mscomm.h,3221,2008-04-17
......................................\mscomm1.cpp,8570,2008-04-18
......................................\mscomm1.h,3224,2008-04-18
......................................\msflexgrid.cpp,29151,2000-03-09
......................................\msflexgrid.h,7388,2000-03-09
......................................\OwnList.cpp,2386,2000-04-25
......................................\OwnList.h,1035,2000-03-10
......................................\Random.cpp,1648,2008-04-23
......................................\Random.h,512,2000-05-02
......................................\ReadMe.txt,4766,2000-04-25
......................................\RealTime.cpp,15618,2000-06-18
......................................\RealTime.h,5017,2000-05-25
......................................\RES

......................................\...\RTDemo.rc2,398,2000-04-25


......................................\resource.h,3084,2008-04-18
......................................\RTDemo.aps,41136,2012-11-29
......................................\RTDemo.clw,13467,2012-11-29
......................................\RTDemo.cpp,4525,2008-04-19
......................................\RTDemo.dsp,7564,2008-05-11
......................................\RTDemo.dsw,625,2008-04-18
......................................\RTDemo.h,1356,2000-04-25
......................................\RTDemo.ncb,590848,2012-11-29
......................................\RTDemo.opt,62976,2012-11-29
......................................\RTDemo.plg,3977,2012-11-29
......................................\RTDemo.rc,24264,2008-04-23
......................................\RTDemoDoc.cpp,3325,2000-04-27
......................................\RTDemoDoc.h,1917,2000-04-27
......................................\RTDemoView.cpp,14185,2008-05-11
......................................\RTDemoView.h,3478,2008-04-19
......................................\RTDlg.cpp,14264,2000-06-18
......................................\RTDLG.H,4285,2000-03-16
......................................\RTForm.cpp,5083,2008-04-23
......................................\RTForm.h,1858,2008-04-19
......................................\RTSlider.cpp,1655,2000-04-25
......................................\RTSlider.h,1237,2000-03-08
......................................\StdAfx.cpp,316,2008-04-23
......................................\StdAfx.h,1211,2008-04-23
......................................\Str.cpp,7661,2008-04-23
......................................\Str.h,2900,2000-05-16
......................................\TimerSpeed.cpp,2034,2000-04-25
......................................\TimerSpeed.h,1336,2000-03-22

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Open
    说明:  Wincc使用MSComm控件串口通讯,VB中发送十六进制数据(Wincc uses MSComm control to communicate through serial port and sends hexadecimal data in VB)
    2020-06-16 22:40:01下载
    积分:1
  • VCComm
    VC从串口读取数据并实时绘制曲线图,非常好用。(VC data from the serial port to read real-time rendering curve is very useful.)
    2010-07-30 12:32:16下载
    积分:1
  • 自动检测
    说明:  串口通信,对串口发出的数据进行读取和处理,进行检测(Serial communication, read and process the data sent by the serial port, and detect it.)
    2020-06-17 10:40:02下载
    积分:1
  • mscomm
    串口收发字符型,没有选择COM口参数,固定为COMPROT 3 115200(Serial transceiver character type, no choice of COM port parameters, fixed to COMPROT 3 115200 )
    2016-04-25 19:20:18下载
    积分:1
  • Show_Curve
    Visual Basic基于天平称重,串口接收数据,在窗体上进行曲线显示(Show Curve)
    2011-01-20 16:26:37下载
    积分:1
  • 温度数据采集并实时显示
    串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,同样的也是将多个数据分成一个一个的,然后这一个数据的大小就是画图的某一个点的纵坐标,横坐标同样为数据的序号,再将这些点用线连起来就是曲线图. 图形能移动的原理,是我们首先改变的只是数据,图形并没有变,但图形的形式是由这些数据来确定的,当数据发生变化后,我们通过刷新显示区来变化的.(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
  • XWP
    XWP仪表参数的读取,是帮1个朋友编写的(Instrument parameters XWP read, is to help a friend prepare the)
    2007-11-28 12:07:41下载
    积分:1
  • serial_test_Programs
    几种常用的串口调试软件,注意:那个sscom32不能使用奇偶校验(several serial test programs)
    2014-05-29 14:34:16下载
    积分:1
  • ModbusRTU_Setup
    modbusRTU Communications with RS485
    2018-04-05 12:42:55下载
    积分:1
  • MSComm
    实例321——利用MSComm控件进行串口通信(Examples 321 use MSComm control serial communication)
    2016-06-03 13:17:57下载
    积分:1
  • 696518资源总数
  • 105685会员总数
  • 30今日下载