基于qt 的串口上位机 原码

时间:2017-09-12 12:11:30
【文件属性】:

文件名称:基于qt 的串口上位机 原码

文件大小:250B

文件格式:CPP

更新时间:2017-09-12 12:11:30

qt串口

使用 qt 做的上位机,通过串口控制底层硬件


网友评论

  • 太差了,大家千万别下载,就一个.c文件 #include "contraldialog.h" #include "ui_contraldialog.h" ContralDialog::ContralDialog(QWidget *parent) : QDialog(parent), ui(new Ui::ContralDialog) { ui->setupUi(this); } ContralDialog::~ContralDialog() { delete ui; }