Results 1 to 12 of 12

Thread: Qextserial on debian linux and readyRead slot

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Join Date
    Jan 2009
    Location
    Russia
    Posts
    309
    Thanks
    2
    Thanked 43 Times in 42 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qextserial on debian linux and readyRead slot

    Qt Code:
    1. YourClass::dataAvailable()
    2. {
    3. QByteArray b = mSerialPort.readAll();
    4. std::cout<<b.size()<<std::endl;
    5. }
    To copy to clipboard, switch view to plain text mode 

  2. The following user says thank you to kuzulis for this useful post:


Similar Threads

  1. Replies: 0
    Last Post: 1st August 2011, 13:06
  2. QtIOCompressor fix for Mac (Debian Linux?)
    By qdm in forum Qt Programming
    Replies: 0
    Last Post: 23rd June 2010, 02:17
  3. Replies: 1
    Last Post: 1st November 2007, 14:09
  4. Look and Feel on Debian Linux
    By Krish_ng in forum Qt Programming
    Replies: 1
    Last Post: 24th July 2007, 09:11
  5. QT4 minimum requirements Debian GNU/Linux Sarge
    By Everall in forum Installation and Deployment
    Replies: 10
    Last Post: 21st February 2006, 12:21

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
  •  
Qt is a trademark of The Qt Company.