I use qextserialport a lot for knocking up little test programs. I'm an embedded C engineer rather than GUI/C++ type of person, but have just about enough ability to knock up Mickey Mouse Qt programs for testing embedded systems.
I've started writing a program using Qt6 for the first time and am having a problem with getting errors in some of the qextserialport source, where it's telling me that QRegExp is not found.
A quick Google gives a hit on this web site saying that QRegExp is depricated and we should now use QRegularExpression. Howver, even going against all training and attmepting to mod a third party library, using QRegularExpression brings up a whole host of extra issues.
I've tried Googling Qt6 qextserialprt and not found a single hit which I find unlikely.
Is anyone able to advise on whether qextserialort is now unusable with Qt6 and should be using QtSerialPort maybe? I cannot see any qextserialport newer than what I have and the web site says:
QextSerialPort can be used with Qt2, Qt3, Qt4 and Qt5.
Does QtSerialPort work as well as qextserialport? I have so many apps using the latter, would be a ral pain to have to change them all.