Results 1 to 2 of 2

Thread: QSocketNotifier activated() not firing

  1. #1
    Join Date
    Jan 2009
    Posts
    5
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default QSocketNotifier activated() not firing

    I am trying to key off of the activated signal, but it doesnt seem to be triggering. I am using a USB serial device, and opening it up as a QFile, then passing the file descriptor into the QSocketNotifier on construction. The activated signal will fire on one computer with the same device hooked up, but won't on another computer. Is there some kernel configuration I'm missing? I looked at inotify and dnotify support, and both are enabled.

  2. #2
    Join Date
    Jan 2009
    Posts
    5
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: QSocketNotifier activated() not firing

    I finally got this working, after many hours of fighting with the port settings. Nothing to do with Qt at all

Similar Threads

  1. Replies: 7
    Last Post: 12th October 2016, 08:48
  2. Replies: 0
    Last Post: 28th April 2008, 15:17

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.