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
1 changed files with 2 additions and 0 deletions

View File

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