Skip to content

Commit

Permalink
Merge pull request #672 from pasha745/master
Browse files Browse the repository at this point in the history
Add 3000000 baudrate mode for Lawicel device
  • Loading branch information
collin80 authored Dec 7, 2023
2 parents 9da747d + 76924fd commit 8826592
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion connections/newconnectiondialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ void NewConnectionDialog::selectLawicel()
ui->cbSerialSpeed->addItem("500000");
ui->cbSerialSpeed->addItem("1000000");
ui->cbSerialSpeed->addItem("2000000");
ui->cbSerialSpeed->addItem("3000000");
}

}
Expand Down Expand Up @@ -330,7 +331,7 @@ QString NewConnectionDialog::getPortName()
case CANCon::CANSERVER:
case CANCon::CANLOGSERVER:
return ui->cbPort->currentText();

default:
qDebug() << "getPortName: can't get port";
}
Expand Down

0 comments on commit 8826592

Please sign in to comment.