• 大小: 845KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-18
  • 语言: 其他
  • 标签: Qt  串口收发  

资源简介

Qt界面,主要功能有1:串口收发数据 2:Qt实时显示串口接收数据

资源截图

代码片段和文件信息

#include “mainwindow.h“
#include 

int main(int argc char *argv[])
{
    QApplication a(argc argv);
    MainWindow w;
    w.show();

    return a.exec();
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1023  2019-04-04 18:31  uart2(new)\.qmake.stash

     文件     560796  2019-04-10 21:49  uart2(new)\debug\main.o

     文件     827205  2019-04-10 21:54  uart2(new)\debug\mainwindow.o

     文件       6723  2019-04-10 21:49  uart2(new)\debug\moc_mainwindow.cpp

     文件     576940  2019-04-10 21:49  uart2(new)\debug\moc_mainwindow.o

     文件       9895  2019-04-04 18:32  uart2(new)\debug\moc_predefs.h

     文件    1826294  2019-04-10 21:54  uart2(new)\debug\uart2.exe

     文件        183  2019-04-03 20:21  uart2(new)\main.cpp

     文件      13118  2019-04-10 21:50  uart2(new)\mainwindow.cpp

     文件       2451  2019-04-10 21:48  uart2(new)\mainwindow.h

     文件      13643  2019-04-10 21:54  uart2(new)\mainwindow.ui

     文件      29023  2019-04-10 20:56  uart2(new)\Makefile

     文件      55090  2019-04-10 20:56  uart2(new)\Makefile.Debug

     文件      55168  2019-04-10 20:56  uart2(new)\Makefile.Release

     文件       1082  2019-04-10 20:55  uart2(new)\uart2.pro

     文件      23801  2019-04-10 22:01  uart2(new)\uart2.pro.user

     文件      17744  2019-04-10 21:54  uart2(new)\ui_mainwindow.h

     目录          0  2019-04-10 21:54  uart2(new)\debug

     目录          0  2019-04-04 18:31  uart2(new)\release

     目录          0  2019-04-10 22:01  uart2(new)

----------- ---------  ---------- -----  ----

              4020179                    20


评论

共有 条评论