Changeset 10778 in ntrip


Ignore:
Timestamp:
Nov 5, 2025, 2:00:29 PM (5 weeks ago)
Author:
stuerze
Message:

CHANGE: back to the class QextSerialPort because the QT5 internal class QSerialPort seems to have a bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncnetquerys.cpp

    r10776 r10778  
    9292  }
    9393
    94   _serialPort = new QextSerialPort(_portString); cout << "_portString: " << _portString.toStdString().c_str() << endl;
     94  _serialPort = new QextSerialPort(_portString);
    9595
    9696  // Baud Rate
Note: See TracChangeset for help on using the changeset viewer.