diff --git a/Modem.cpp b/Modem.cpp index a912249..0a911f5 100644 --- a/Modem.cpp +++ b/Modem.cpp @@ -168,6 +168,8 @@ bool CModem::open() return false; } + readStatus(); + m_statusTimer.start(); m_inactivityTimer.start();