--- smsdaemon/GsmModem.cpp 2008/06/11 16:08:37 57 +++ smsdaemon/GsmModem.cpp 2008/06/11 16:14:28 58 @@ -170,10 +170,12 @@ void GsmModem::Init() { - Command( "ATZ" ); //Reset any previous setup + Command( "AT" ); if (_timeout) throw std::runtime_error("Modem did not respond!"); + Command( "ATZ" ); //Reset any previous setup + Command( "AT\\Q3" ); //Hardware flow control Command( "ATE0" ); //Disable echo