Jump to content

Search the Community

Showing results for tags 'QT'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Operating System Support
    • Windows Client OS Support
    • Windows Server Technologies
    • Mac, Linux, Chrome OS Support
  • Support and Discussion
    • Hardware Support and Discussion
    • Microsoft Application Support
    • General Software Support and Discussion
    • Internet, Networking and Security
    • Miscellaneous Support!
  • Essentials
    • Essential Guides
    • Essential Reviews
    • Essential Headlines
    • Essential Software
    • Essential Updates
  • Everything Else
    • The Game Zone
    • Programming, Debugging, Scripting...
    • Websites, Design and Code
    • Home Cinema, Television, Sky, Virgin Media, Freeview, Freesat
  • Windows Forum Chat
    • Windows Forum Related
    • Debates and Poll Station
    • Subscribers Lounge
    • The Lounge
    • NEW Members

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Skype


Website URL


Full Name


Location


Interests

Found 1 result

  1. Hey, I'm experiencing a very weird and annoying problem. While I record the data and I minimize or maximize the SW window I got corrupted data. BUT, If I first open the RealTerm and then open / close the port and then starting to record data with my SW then the problem is gone. P.S. it's happened in high rate - 400hz. Any suggestions? port = new QextSerialPort(portName,QextSerialPort::EventDriven); if(!port->open(QIODevice::ReadOnly )) return -1; connect( port, SIGNAL(readyRead()), this, SLOT(onReadyRead())); port->setBaudRate(BAUD691200); port->setDataBits(DATA_8); port->setParity(PAR_NONE); port->setStopBits(STOP_1); port->setFlowControl (FLOW_OFF); port->setRts( true ); port->setDtr( true ); My setup: Windows xp sp3 Serial port RS-422 BaudRate : 691200 Qt 4.7.0 Qextserialport 1.2 beata2.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy