Results 1 to 15 of 15

Thread: i have a question about using qextserialport

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2008
    Posts
    44
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11
    Thanks
    21

    Default Re: i have a question about using qextserialport

    it seems no use, i give the path to find -lqextserialport as "Desktop/qextserialport/build/-lqextserialport", it gives out " No such file or directory". i try to copy the .so file to the folder i compile, it gives out "/usr/bin/ld: cannot find -lqextserialport
    "

    why? how to modify the path of "-lqextserialport"?
    or how to configure the qextserialport?

    help!!!!

    thanks very much!

  2. #2
    Join Date
    Apr 2008
    Posts
    44
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11
    Thanks
    21

    Default Re: i have a question about using qextserialport

    hi, everyone, i compile the qextserialport/examples/qespta succedly, but open the Icon it created , it shows nothing

    why?

  3. #3
    Join Date
    Apr 2008
    Posts
    44
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11
    Thanks
    21

    Default Re: i have a question about using qextserialport

    hi, everyone. i find a simple method to use qextserialport.

    if your Qt works on Windows, you just copy "win_qextserialport.cpp" "win_qextserialport.h""qextserialbase.cpp""qextser ialbase.h"to the path where your application at. then you can use any function the qextserialport has, but you should define your variable as "Win_QextSerialPort *RS232 = new Win_QextSerialPort("/dev/ttyS0");"

    if your Qt works on Unix, you just copy "posix_qextserialport.cpp" "posix_qextserialport.h""qextserialbase.cpp""qexts erialbase.h" to the path where your application at. Then define the variable type as "Posix_QextSerialPort *RS232 ".

    but i still don't know how to use it as a common class, it's so kind if someone can tell me

Similar Threads

  1. Replies: 4
    Last Post: 30th January 2008, 10:00
  2. any body using qextserialport?
    By yagabey in forum Newbie
    Replies: 4
    Last Post: 25th December 2007, 22:08
  3. Question about using the QextSerialPort~
    By coffeemorphism in forum Qt Programming
    Replies: 2
    Last Post: 1st February 2007, 14:16
  4. QExtSerialPort with com ports above com9
    By mightymark in forum Qt Programming
    Replies: 2
    Last Post: 29th May 2006, 08:16

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.