/[projects]/smsdaemon/ModemTransceiver.cpp
ViewVC logotype

Diff of /smsdaemon/ModemTransceiver.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 214 by torben, Mon Dec 22 22:22:42 2008 UTC revision 224 by torben, Sat Apr 11 22:00:14 2009 UTC
# Line 149  void ModemTransceiver::SendSmsPdu(std::s Line 149  void ModemTransceiver::SendSmsPdu(std::s
149    
150          pdu.append("\032"); // \032 == Ctrl+Z          pdu.append("\032"); // \032 == Ctrl+Z
151          Command( pdu );          Command( pdu );
152          Util::Sleep( 50 );          Util::Sleep( 5000 );
153          Common::instance()->smsCounter.outgoing++;          Common::instance()->smsCounter.outgoing++;
154  }  }
155    

Legend:
Removed from v.214  
changed lines
  Added in v.224

  ViewVC Help
Powered by ViewVC 1.1.20