Results 1 to 2 of 2

Thread: Using qextserialport

  1. #1
    Join Date
    Apr 2011
    Posts
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Using qextserialport

    Dear All,

    I downloaded Qt 4.0 for Windows and started building from traditional Hello World sample.

    I am looking for serail port communicaiton and found qextserialport as relevant for my purpose. I downloaded, builded the required qextserialport library. In the build folder, only qextserialport.a and qextserialport.dll are generated but no qextserialport.prl.

    When I include qextserialport.a library in my simple console application, the applications is not returning after the call to the following:

    QextSerialPort * port = new QextSerialPort("COM1", QextSerialPort::EventDriven);

    Can somebody kindly provide the pointer to the missing things about the library usage.

    Regards.

  2. #2
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Using qextserialport

    only qextserialport.a and qextserialport.dll are generated but no qextserialport.prl.
    What do you need the *.prl file for?
    When I include qextserialport.a library in my simple console application, the applications is not returning after the call to the following:
    Can you explain exactly what you do to know its not returning?
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

Similar Threads

  1. Qextserialport
    By Max123 in forum Qt Programming
    Replies: 3
    Last Post: 27th March 2010, 22:53
  2. New Qextserialport
    By pherthyl in forum Qt Programming
    Replies: 0
    Last Post: 20th August 2009, 01:09
  3. QextSerialPort WaitForReadyRead()
    By kingslee in forum Qt Programming
    Replies: 9
    Last Post: 9th October 2008, 19:44
  4. QextSerialPort
    By Diph in forum Newbie
    Replies: 5
    Last Post: 13th September 2008, 19:18
  5. QExtSerialPort
    By baray98 in forum Qt Programming
    Replies: 1
    Last Post: 9th September 2008, 20:46

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.