Results 1 to 14 of 14

Thread: FYI: Qt Feature Request: Serial port support

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2009
    Location
    Russia
    Posts
    309
    Thanks
    2
    Thanked 43 Times in 42 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: FYI: Qt Feature Request: Serial port support

    If you are using QSerialDevice - it is better to take from SVN:

    svn checkout svn://scm.fireforge.net/svnroot/qserialdevice

  2. #2
    Join Date
    Jun 2010
    Posts
    18
    Thanks
    9
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: FYI: Qt Feature Request: Serial port support

    Thanks. How do I repair the following build warnings?

    C:/Users/jnadelman/projects/2010/QSerialDevice/makefile:287: warning: overriding commands for target `build/lib/qintegratedserialdevice/obj/winregkeyreader.o'
    C:/Users/jnadelman/projects/2010/QSerialDevice/makefile:272: warning: ignoring old commands for target `build/lib/qintegratedserialdevice/obj/winregkeyreader.o'
    Quote Originally Posted by kuzulis View Post
    If you are using QSerialDevice - it is better to take from SVN:
    svn checkout svn://scm.fireforge.net/svnroot/qserialdevice

  3. #3
    Join Date
    Jan 2009
    Location
    Russia
    Posts
    309
    Thanks
    2
    Thanked 43 Times in 42 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: FYI: Qt Feature Request: Serial port support

    okay. it should be. me too lazy to remove these "warnings"

  4. The following user says thank you to kuzulis for this useful post:

    jnadelman (11th June 2010)

  5. #4
    Join Date
    Jun 2010
    Posts
    18
    Thanks
    9
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: FYI: Qt Feature Request: Serial port support

    Thanks a million kuzulis. I found QSerialDevice a good deal easier to work with than QextSerialPort. The SerialDeviceWatcher hasChanged signal is perfect for setting up a QComboBox. ABSTRACTSERIAL_DEBUG is also convenient. I did remove "baud" and "bit" from AbstractSerialPrivate::initialiseMap for a better interface with my serial port gui.

Similar Threads

  1. Serial Port communication
    By mgurbuz in forum Qt Programming
    Replies: 12
    Last Post: 22nd January 2011, 02:38
  2. serial port programming
    By sujatashooter in forum Qt Programming
    Replies: 1
    Last Post: 29th November 2008, 15:51
  3. Serial Port
    By b1 in forum Qt Programming
    Replies: 2
    Last Post: 18th January 2007, 02:05
  4. Serial Port access in Qt
    By Doug Broadwell in forum Newbie
    Replies: 2
    Last Post: 18th October 2006, 21:03
  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
  •  
Qt is a trademark of The Qt Company.