首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏跟Qt君学编程

    Qt官方示例-枚举器

    或在以下「Qt安装目录」找到: C:\Qt\{你的Qt版本}\Examples\{你的Qt版本}\serialport\enumerator 「相关链接」 https://doc.qt.io/qt-5/qtserialport-enumerator-example.html

    78730发布于 2020-04-01
  • 来自专栏Linux兵工厂

    Qt5.7.1添加支持openssl

    qtandroidextras \ -skip qtdeclarative \ -skip qtimageformats \ -skip qtmacextras \ `#-skip qtserialport

    2.1K40编辑于 2023-02-28
  • 来自专栏祥的专栏

    PyQT5编译安装[Python3.6.1 + VS2013 + QT5.5]

    Checking to see if the QtSerialPort module should be built... QtTest, QtWebKit, QtWebKitWidgets, QtWidgets, QtXml, QtXmlPatterns, QtDesigner, QtDBus, QtSensors, QtSerialPort Generating the C++ source for the QtSerialPort module... Generating the .pro file for the QtSerialPort module... 中可以禁掉的模块 'QtCore', 'QtAndroidExtras', 'QtDBus', 'QtGui', 'QtNetwork', 'QtNetworkAuth', 'QtSensors', 'QtSerialPort

    3K10发布于 2020-03-10
  • 来自专栏全栈程序员必看

    干货|手把手教你写一个串口调试助手「建议收藏」

    导入库 1、在项目.pro文件中加入serialport QT += core gui QT += serialport 2、引入qt中串口通信需要的头文件 #include <QtSerialPort /QSerialPort> #include <QtSerialPort/QSerialPortInfo> 二、配置串口初始化 1、查找可用的串口。

    4.2K22编辑于 2022-08-24
  • 来自专栏c++ 学习分享

    使用vc(vs2008)编译Qt5.4

    developer-build -opensource -nomake examples -nomake tests -mp -confirm-license -opengl desktop -no-icu -skip qtserialport

    49040编辑于 2023-07-06
  • 来自专栏c++ 学习分享

    linux下编译qt5.6.0静态库

    qt-everywhere-opensource-src-5.6.0/qtserialbus/lib -L/home/o/qt-src/qt-opensource-src-5.6.0/qt-everywhere-opensource-src-5.6.0/qtserialport

    3K31编辑于 2023-07-06
领券