Results 1 to 5 of 5

Thread: Developing a Desktop application for interaction with the outer world

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Join Date
    Jun 2013
    Posts
    20
    Thanks
    8
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Developing a Desktop application for interaction with the outer world

    Quote Originally Posted by piyushpandey View Post
    Can you just elaborate it a little more , I mean only developing program in qt is not going to help but I need to develop another extra stuff of software for it so that it can communicate or act as connecting link between my Qt app and my development board.
    Qt does not offer a Serial Port by default. Youd would need to program one yourself.

    An easier way would be to use boost http://www.boost.org/. Look for Serial Port (http://www.boost.org/doc/libs/1_55_0...ial_ports.html). Although you will have to add an extra framework, its worth it. Much easier than developing it yourself in my opinion.

    EDIT://

    just looked it up and I am sorry. Qt DOES in fact offer a QSerialPort class, which you could use. Seems pretty straight forward. AFAIK its implemented since Qt5.3.
    Last edited by FreddyKay; 20th December 2014 at 15:04.

Similar Threads

  1. Qt-5.3.1/Qt-5.2.1 application is crashing on desktop
    By sanjeet in forum Installation and Deployment
    Replies: 5
    Last Post: 9th September 2014, 11:18
  2. Should I use Qt or QML for my desktop application?
    By Abdeljalil in forum Qt Programming
    Replies: 3
    Last Post: 19th August 2014, 09:29
  3. Access an Embdded Qt UI application from desktop Qt application
    By mehrdadbaqeri in forum Qt for Embedded and Mobile
    Replies: 2
    Last Post: 25th February 2014, 11:33
  4. how to write hello world sample QT application on windows mobile
    By pallavi Boyapat in forum Qt Programming
    Replies: 8
    Last Post: 3rd November 2008, 12:06
  5. IDE for developing Qtopia4.3 application
    By namita in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 7th March 2008, 05:29

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.