• 大小: 247KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-02
  • 语言: 其他
  • 标签: QT  串口工具  

资源简介

基于QT开发的串口工具,实现发送和接收,包括十六进制接收发送,界面仿友善的串口工具

资源截图

代码片段和文件信息

#include 
#include “serialwidget.h“

int main(int argcchar** argv)
{
    QApplication app(argcargv);

    SerialWidget widget;
    widget.show();



    return app.exec();
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-08-01 03:46  SerialPort-master\
     文件          76  2018-08-01 03:46  SerialPort-master\README.md
     文件         470  2018-08-01 03:46  SerialPort-master\images.qrc
     目录           0  2018-08-01 03:46  SerialPort-master\images\
     文件        4497  2018-08-01 03:46  SerialPort-master\images\1075670.png
     文件        3182  2018-08-01 03:46  SerialPort-master\images\1075672.png
     文件        2915  2018-08-01 03:46  SerialPort-master\images\1075673.png
     文件        4266  2018-08-01 03:46  SerialPort-master\images\1075674.png
     文件        4790  2018-08-01 03:46  SerialPort-master\images\1075708.png
     文件        4990  2018-08-01 03:46  SerialPort-master\images\1075709.png
     文件       36113  2018-08-01 03:46  SerialPort-master\images\add.png
     文件       12976  2018-08-01 03:46  SerialPort-master\images\clear.png
     文件       39102  2018-08-01 03:46  SerialPort-master\images\easyicon_201805290953403345.zip
     文件       22020  2018-08-01 03:46  SerialPort-master\images\exit.png
     文件       16876  2018-08-01 03:46  SerialPort-master\images\log.png
     文件       25628  2018-08-01 03:46  SerialPort-master\images\next.png
     文件        3230  2018-08-01 03:46  SerialPort-master\images\pause.png
     文件       25817  2018-08-01 03:46  SerialPort-master\images\previous.png
     文件       29584  2018-08-01 03:46  SerialPort-master\images\reduce.png
     文件       10108  2018-08-01 03:46  SerialPort-master\images\set.png
     文件        3389  2018-08-01 03:46  SerialPort-master\images\start.png
     文件        2527  2018-08-01 03:46  SerialPort-master\images\stop.png
     文件         706  2018-08-01 03:46  SerialPort-master\images\www.easyicon.net.txt
     文件         190  2018-08-01 03:46  SerialPort-master\main.cpp
     文件         144  2018-08-01 03:46  SerialPort-master\mySerial.pro
     文件       23577  2018-08-01 03:46  SerialPort-master\mySerial.pro.user
     文件       23574  2018-08-01 03:46  SerialPort-master\mySerial.pro.user.3d325fd
     文件       23544  2018-08-01 03:46  SerialPort-master\mySerial.pro.user.ff4691a
     文件       18142  2018-08-01 03:46  SerialPort-master\serialwidget.cpp
     文件        3347  2018-08-01 03:46  SerialPort-master\serialwidget.h

评论

共有 条评论