Made a mistake while using QSerialPort::setPortName(QString) . Please help.
Unsolved
Qt 6
-
-
@OkLetsGiveItAShot Seems like a typical case of:
"Your serialport instance is not initialised"
I hope you know how to fix that.
also please do not post screen shots of your code, use the code tags ``` instead
-
yup just figured it out. serial = new QSerialPort(). Gave it a last attempt before sleeping . Thank you so much.