--- smsdaemon/GsmModem.cpp 2008/06/11 09:13:31 48 +++ smsdaemon/GsmModem.cpp 2008/06/11 10:21:47 49 @@ -135,7 +135,9 @@ message.append("\032"); // \032 == Ctrl+Z - Command(message); + Command( message.substr(0,160) ); //In textmode limit to 160 bytes + + Util::Sleep(50); //Give the modem some time to send the sms and be ready again Common::instance()->smsCounter.outgoing++; }