Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. [SOLVED] Simple QSerialPort question

[SOLVED] Simple QSerialPort question

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 552 Views
  • 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.
  • D Offline
    D Offline
    deleted28
    wrote on last edited by deleted28
    #1

    Hello,

    I try to get behind a serial protocol used between PC and a Labdevice.
    The device sending messages and my application reads it using the
    readyRead signal. On the other hand I also must response to hhese
    mssages.
    Do I need to manage some busyflags or does the QSerialPort or the underlying UART prevents collision of Rx and Tx data ?

    1 Reply Last reply
    0
    • ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #2

      Hi,
      the hardware has dedicated wires and buffers for sending and receiving so collisions can not occur.

      1 Reply Last reply
      0

      • Login

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