Page 3 of 3 FirstFirst 123
Results 41 to 47 of 47

Thread: serial port programming in qt

  1. #41
    Join Date
    Dec 2006
    Posts
    123
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: serial port programming in qt

    hi,

    i did by using linux syscalls.I used these codes in my qt application. but the i could not get the output i desired. Thats what i went for this package. but this also did not work. Looking for some other way..

  2. #42
    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: serial port programming in qt

    Are you working with Qt or QTopia?
    ==========================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.

  3. #43
    Join Date
    Dec 2006
    Posts
    123
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: serial port programming in qt

    I'm working with qt-embedded -3.3.5 version.

  4. #44
    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: serial port programming in qt

    I'm working with qt-embedded -3.3.5 version.
    It could be the reason this is not working, since it could be that the low level port handling is diefferent on your embeded system.
    ==========================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.

  5. #45
    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: serial port programming in qt

    In the docs of QexstSerialPort 0.70:
    Posix_QextSerialPort::Posix_QextSerialPort ( )


    Default constructor. Note that the name of the device used by a QextSerialPort constructed with this constructor will be determined by defined constants, or lack thereof - the default behavior is the same as _TTY_LINUX_. Possible naming conventions and their associated constants are:

    Constant Used By Naming Convention
    ---------- ------------- ------------------------
    _TTY_WIN_ Windows COM1, COM2
    _TTY_IRIX_ SGI/IRIX /dev/ttyf1, /dev/ttyf2
    _TTY_HPUX_ HP-UX /dev/tty1p0, /dev/tty2p0
    _TTY_SUN_ SunOS/Solaris /dev/ttya, /dev/ttyb
    _TTY_DIGITAL_ Digital UNIX /dev/tty01, /dev/tty02
    _TTY_LINUX_ Linux /dev/ttyS0, /dev/ttyS1
    <none> Linux /dev/ttyS0, /dev/ttyS1

    This constructor assigns the device name to the name of the first port on the specified system. See the other constructors if you need to open a different port.
    You might try one of these defines, in case your system is compatible with one of them.

    And next time post QTopia questions under the QTopia forum.
    Last edited by high_flyer; 8th May 2007 at 14:03.
    ==========================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.

  6. #46
    Join Date
    Jun 2007
    Posts
    1
    Thanks
    1
    Qt products
    Qt3
    Platforms
    Unix/X11

    Question Re: serial port programming in qt

    hello dear all,
    will anybody pls post any working qt3 example of qextserial.


    thanks in advance

  7. #47
    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: serial port programming in qt

    see post 21 in this thread.
    It is an example for Qt4, but the differences are minimal, or none.
    With reading the docs this example is more then enough to get started.
    Last edited by high_flyer; 13th June 2007 at 12:32.
    ==========================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.

  8. The following user says thank you to high_flyer for this useful post:

    jagdeep (16th June 2007)

Similar Threads

  1. Serial Port communication
    By mgurbuz in forum Qt Programming
    Replies: 12
    Last Post: 22nd January 2011, 02:38
  2. First attempt to display serial port data on GUI
    By ShaChris23 in forum Newbie
    Replies: 12
    Last Post: 4th May 2007, 09:14
  3. Replies: 12
    Last Post: 23rd March 2007, 09:23
  4. Serial Port access in Qt
    By Doug Broadwell in forum Newbie
    Replies: 2
    Last Post: 18th October 2006, 21:03
  5. Replies: 16
    Last Post: 7th March 2006, 15:57

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.