Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. add baudrate in baudRateBox above 115200
Forum Updated to NodeBB v4.3 + New Features

add baudrate in baudRateBox above 115200

Scheduled Pinned Locked Moved Solved Mobile and Embedded
3 Posts 3 Posters 634 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Mohit Tripathi
    wrote on last edited by Mohit Tripathi
    #1

    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);
    
    JKSHJ 1 Reply Last reply
    0
    • hskoglundH Offline
      hskoglundH Offline
      hskoglund
      wrote on last edited by
      #2

      Hi, just guessing, but you could try

      m_ui->baudRateBox->addItem(QStringLiteral("921600"), 921600);
      
      1 Reply Last reply
      3
      • M Mohit Tripathi

        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);
        
        JKSHJ Offline
        JKSHJ Offline
        JKSH
        Moderators
        wrote on last edited by
        #3

        @mohit-tripathi said in add baudrate in baudRateBox above 115200:

        I want to add the baudrate 921600

        Does your hardware support this baud rate?

        Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

        1 Reply Last reply
        2

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved