qt修改linux波特率,Qt串口传输波特率问题。-CSDN博客

网站介绍:文章浏览阅读584次。void MainWindow::on_comboBox_Freq_currentTextChanged(const QString &arg1){//设置波特率if (my_serialport != NULL){switch (ui->comboBox_Freq->currentText().toInt()){case 50:my_serialport->setBau..._qt修改串口波特率