登录
首页 » Visual C++ » COMPlot

COMPlot

于 2020-06-29 发布 文件大小:1848KB
0 558
下载积分: 1 下载次数: 232

代码说明:

  QT开发的能够接收串口数据并将其转化为波形同步实时显示的上位机(QT development can receive serial data and converting it into waveform synchronous real-time display of the upper machine)

文件列表:

build-COMPlot-Desk-Release
..........................\bin
..........................\...\COMPlot.exe,788992,2015-03-29
..........................\...\ConfigData.txt,558,2015-01-25
..........................\Makefile,5786,2015-03-29
..........................\Makefile.Debug,8169,2015-03-29
..........................\Makefile.Release,8196,2015-03-29
..........................\temp
..........................\....\moc
..........................\....\...\moc_frmmain.cpp,4382,2015-03-29
..........................\....\...\moc_qcustomplot.cpp,157888,2015-03-29
..........................\....\...\moc_qextserialport.cpp,6089,2015-03-29
..........................\....\obj
..........................\....\...\frmmain.o,69805,2015-03-29
..........................\....\...\main.o,1817,2015-03-29
..........................\....\...\moc_frmmain.o,10262,2015-03-29
..........................\....\...\moc_qcustomplot.o,172157,2015-03-29
..........................\....\...\qcustomplot.o,854669,2015-03-29
..........................\....\...\qextserialport.o,35281,2015-03-29
..........................\....\...\qextserialport_win.o,17076,2015-03-29
..........................\....\ui
..........................\....\..\ui_frmmain.h,17295,2015-03-29
build-COMPlot-Desk5-Release
...........................\bin
...........................\...\COMPlot.exe,773632,2015-03-29
...........................\...\ConfigData.txt,558,2015-01-25
...........................\debug
...........................\Makefile,20483,2015-03-29
...........................\Makefile.Debug,190071,2015-03-29
...........................\Makefile.Release,190092,2015-03-29
...........................\release
...........................\temp
...........................\....\moc
...........................\....\...\moc_frmmain.cpp,6962,2015-03-29
...........................\....\...\moc_qcustomplot.cpp,237282,2015-03-29
...........................\....\...\moc_qextserialport.cpp,9687,2015-03-29
...........................\....\obj
...........................\....\...\frmmain.o,76940,2015-03-29
...........................\....\...\main.o,1476,2015-03-29
...........................\....\...\moc_frmmain.o,11588,2015-03-29
...........................\....\...\moc_qcustomplot.o,355431,2015-03-29
...........................\....\...\qcustomplot.o,861348,2015-03-29
...........................\....\...\qextserialport.o,34591,2015-03-29
...........................\....\...\qextserialport_win.o,19631,2015-03-29
...........................\....\ui
...........................\....\..\ui_frmmain.h,16654,2015-03-29
COMPlot
.......\COMPlot.pro,902,2015-03-21
.......\COMPlot.pro.user,19949,2015-03-29
.......\ConfigData.txt,558,2015-01-25
.......\frmmain.cpp,11752,2015-03-29
.......\frmmain.h,1500,2015-03-21
.......\frmmain.ui,15005,2015-03-21
.......\main.cpp,237,2015-03-20
.......\myhelper.h,5232,2015-03-20
.......\qcustomplot.cpp,842538,2014-12-28
.......\qcustomplot.h,149211,2014-12-28

.......\serialportapi
.......\.............\qextserialport.cpp,32794,2015-03-20
.......\.............\qextserialport.h,7245,2015-03-20
.......\.............\qextserialport_global.h,2641,2015-03-20
.......\.............\qextserialport_p.h,7191,2015-03-20
.......\.............\qextserialport_unix.cpp,15351,2015-03-20
.......\.............\qextserialport_win.cpp,15069,2015-03-20

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

发表评论

0 个回复

  • Pelco-D-based-dll-project-for-PTZ
    基于Pelco-D协议的云台串口控制动态链接库(Pelco-D based dll project for PTZ)
    2014-10-10 14:28:07下载
    积分:1
  • Com
    串口通讯类及其例子程序,很有用的串口调试范列(Serial Communication category and examples of procedures, useful for debugging serial Fan out)
    2007-09-11 18:40:57下载
    积分:1
  • VisualPCPPP
    串口调试助手源码,mfc,用控件编写,包括自动发送和十六进制显示(Serial debugging assistant source)
    2016-11-30 17:27:09下载
    积分:1
  • My_Send_Recive
    用vb6.0做的一个小的串口测试程序.可以实现正常通信(Used vb6.0 to do a small test program serial)
    2013-11-19 15:00:41下载
    积分:1
  • SerialPortTest
    基于VC++的,多个串口的,带通讯协议的应用程序,两个通讯口,可分别接受,发送协议数据包.()
    2008-04-04 01:29:36下载
    积分: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
  • communication
    使用VC.NET编写串口通信程序,是很好的串口调试软件(Use VC.NET write serial communication program is a very good serial debugging software)
    2020-11-22 13:59:35下载
    积分: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
  • 通信
    一个很好的COM口通讯类(An uart mfc example)
    2020-06-26 10:00:02下载
    积分:1
  • chuankou
    实现串口编程的功能,使用vc语言,功能比较多,可实现端口、流量等控制 (To achieve serial programming function, use the vc language)
    2010-03-03 17:21:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载