Results 1 to 14 of 14

Thread: making GUI for serial port communication using qt creator

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Jan 2011
    Posts
    6
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: making GUI for serial port communication using qt creator

    Hi,

    you might want to have a look at http://code.google.com/p/qextserialport/
    This is a Qt extension library to access the serial port on Windows and Unix.

    Basically your steps will be the same as with any Qt application: You can define the UI with QtCreator, and then implement the behavior in C++ by connecting signals to slots - the qextserialport library provides a couple of signals which you can use to react on data received from the serial port. In any case, if you are really new to Qt, you should definitely start with working through one of the many tutorials available on the net - start with implementing a small demo application, and add the serial communication once you are more comfortable with Qt.

    If you have questions specifically on qextserialport, I might be able to help - I am using it in a current project.

    Thanks,

    Andreas

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

    jerkymotion (7th March 2011)

Similar Threads

  1. Serial Port communication
    By mgurbuz in forum Qt Programming
    Replies: 12
    Last Post: 22nd January 2011, 02:38
  2. Replies: 4
    Last Post: 10th July 2010, 17:34
  3. Replies: 1
    Last Post: 1st July 2009, 00:37
  4. serial port and USB communication
    By shamik in forum Qt Programming
    Replies: 5
    Last Post: 4th December 2006, 10:40
  5. Serial Port Communication
    By soldstatic in forum Qt Programming
    Replies: 6
    Last Post: 22nd June 2006, 16:05

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.