Qt 6.11 is out! See what's new in the release
blog
add baudrate in baudRateBox above 115200
-
Hi,
I am increasing baudrate in terminal example. But, I am unable to that.
How can I add baudrate more than 115200 in baudRateBox?
I want to add the baudrate 921600.File: settingsdialog.cpp
m_ui->baudRateBox->addItem(QStringLiteral("115200"), QSerialPort::Baud115200); -
Hi,
I am increasing baudrate in terminal example. But, I am unable to that.
How can I add baudrate more than 115200 in baudRateBox?
I want to add the baudrate 921600.File: settingsdialog.cpp
m_ui->baudRateBox->addItem(QStringLiteral("115200"), QSerialPort::Baud115200);@mohit-tripathi said in add baudrate in baudRateBox above 115200:
I want to add the baudrate 921600
Does your hardware support this baud rate?