Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Solved readyRead not emmiting signal, Ubuntu 14.04

    General and Desktop
    3
    4
    678
    Loading More Posts
    • 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.
    • B
      bbell last edited by bbell

      Hi,
      I'll admit up front that I am a real greenhorn. Just installed creator 3.5.1 and tried to run the serial terminal example.
      I have an arduino connected which is sending out a continuous string of comma separated characters.
      When I attempt to connect to the port, I get a list of characters and then an error message saying "The resource is currently unavailable".

      In a simple test program I use waitForReadyRead() to poll the serial port and print to qDebug. This works as expected.

      it seems that readyRead is not emitting the signal to jump into my slot after the first read.

      Anyone have any insight here?

      1 Reply Last reply Reply Quote 0
      • yeckel
        yeckel last edited by

        Hi, could you post the code, that is not working?

        1 Reply Last reply Reply Quote 0
        • K
          kuzulis Qt Champions 2020 last edited by kuzulis

          It is Ubuntu's bug: https://bugreports.qt.io/browse/QTBUG-48304

          1 Reply Last reply Reply Quote 0
          • B
            bbell last edited by

            Thank you!!

            I just updated my kernel to 3.13.0-66. This has fixed the problem with the example code.

            I'm glad that you pointed me to this, I was really pulling my hair out.

            1 Reply Last reply Reply Quote 0
            • First post
              Last post