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. readyRead not emmiting signal, Ubuntu 14.04
Forum Update on Monday, May 27th 2025

readyRead not emmiting signal, Ubuntu 14.04

Scheduled Pinned Locked Moved Solved General and Desktop
4 Posts 3 Posters 858 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.
  • B Offline
    B Offline
    bbell
    wrote on last edited by bbell
    #1

    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
    0
    • yeckelY Offline
      yeckelY Offline
      yeckel
      wrote on last edited by
      #2

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

      1 Reply Last reply
      0
      • K Offline
        K Offline
        kuzulis
        Qt Champions 2020
        wrote on last edited by kuzulis
        #3

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

        1 Reply Last reply
        0
        • B Offline
          B Offline
          bbell
          wrote on last edited by
          #4

          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
          0

          • Login

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