Results 1 to 6 of 6

Thread: How can I use QextSerialPort on two different serial ports in the same time?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Dec 2008
    Location
    France
    Posts
    93
    Thanked 23 Times in 22 Posts
    Qt products
    Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android

    Default Re: How can I use QextSerialPort on two different serial ports in the same time?

    Hi,

    Maybe it's not the matter, but it seems to me that you start 2 timers with a 0 interval time.
    Is it correct? Your CPU should run at full charge, maybe that cause some trouble in the reception? Have you try with a reasonable time interval (250ms for instance)?

    Loopback the wire can tell you if you're wrong on the protocol/in the serial configuration or if it's a software problem.

  2. #2
    Join Date
    Aug 2011
    Posts
    25
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: How can I use QextSerialPort on two different serial ports in the same time?

    Thank you for your feedback. I have tried to change the GSM terminal with something other, and then I got some input. The baudrate is correct. So something in my code is a little tricky.
    I will check the timers

Similar Threads

  1. Replies: 1
    Last Post: 3rd May 2011, 16:13
  2. Finding available COM ports with QextSerialPort
    By Ferric in forum Qt Programming
    Replies: 7
    Last Post: 26th October 2010, 19:16
  3. Serial comms on Windows Pc (Qextserialport)
    By SteveH in forum Qt Programming
    Replies: 19
    Last Post: 10th June 2010, 23:05
  4. Replies: 1
    Last Post: 1st July 2009, 00:36
  5. QExtSerialPort with com ports above com9
    By mightymark in forum Qt Programming
    Replies: 2
    Last Post: 29th May 2006, 08:16

Tags for this Thread

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.