美文网首页
Qt学习笔记(一)

Qt学习笔记(一)

作者: thrombin | 来源:发表于2017-01-19 21:10 被阅读0次

    画图

    qcustomplot

    串口通信

    Qt5以后自带QSerialPort

    1 在工程文件(即.pro文件)中增加serialport

    QT+=serialport

    2 加入QSerialPort头文件

    #include <QSerialPort/QSerialPort>

    #include <QSerialPort/QSerialPortInfo>

    相关文章

      网友评论

          本文标题:Qt学习笔记(一)

          本文链接:https://www.haomeiwen.com/subject/cfzibttx.html