Read the status early to avoid timeouts.

This commit is contained in:
Jonathan Naylor 2016-04-13 08:14:30 +01:00
parent 3a5b6c2798
commit 7c1fc0fbd0

View file

@ -168,6 +168,8 @@ bool CModem::open()
return false;
}
readStatus();
m_statusTimer.start();
m_inactivityTimer.start();