diff --git a/src/comm/SerialLink.cc b/src/comm/SerialLink.cc index 085648b..3e345f6 100644 --- a/src/comm/SerialLink.cc +++ b/src/comm/SerialLink.cc @@ -216,6 +216,8 @@ bool SerialLink::_hardwareConnect(QSerialPort::SerialPortError& error, QString& return false; // couldn't open serial port } + _port->setDataTerminalReady(true); + qCDebug(SerialLinkLog) << "Configuring port"; _port->setBaudRate (_config->baud()); _port->setDataBits (static_cast (_config->dataBits()));