下你所需,载你所想!
汇集开发技术源码资料

qt 串口助手代码

:6.161KB :1 :2022-09-20 15:16:12

部分简介

qt 串口助手代码如果开发者对于本文件有需要的可以参考,
#include "widget.h"
#include "ui_widget.h"
#include

Widget::Widget(QWidget *parent) :
QWidget(parent),
ui(new Ui::Widget)
{
ui->setupUi(this);
textstate_receive = false;
textstate_send = false;
setWindowTitle("个人串口助手");
serialport = new QSerialPort;
find_port(); //查找可用串口

热门推荐

相关文章