diff --git a/commhandler.cpp b/commhandler.cpp index 5e592f0..437d88d 100644 --- a/commhandler.cpp +++ b/commhandler.cpp @@ -53,6 +53,7 @@ commHandler::commHandler(QString portName, quint32 baudRate, quint8 wfFormat, QO stopbits = 1; this->portName = portName; this->PTTviaRTS = false; + init(); }