Hi Thanasis, thank you for the answer. Your assumption was correct. I changed the waiting time and the modem now runs stable. There are some inactive periods(1.5 - 2 min) before receiving the status reports, but the modem is not restarted. So it is ok.
Thanks for the help. On 31 Jan., 08:46, Thanasis <[email protected]> wrote: > Hi, > > A 500ms refresh is extremely small and probably stresses your modem. > Can you run a couple of tests with, lets say, 10-15 seconds refresh > and see if this problem still exists? > > On Jan 30, 11:17 pm, mjf <[email protected]> wrote: > > > Hi all! > > > We use a Siemens MC35i modem with smslib-3.3.3. We send a SMS with the > > following parameters: > > > OutboundMessage msg = new OutboundMessage(recNo, text); > > msg.setEncoding(MessageEncodings.ENC7BIT); > > msg.setStatusReport(true); > > msg.setValidityPeriod(8); > > > We do not use message notification but the application reads the modem > > every 500 ms. If the message was sent, the next reading cycle "hangs" > > and we get a timeout. The modem is marked for restart. After > > restarting the modem, we get the status report message. > > > If we disable status reports (msg.setStatusReport(false)) everything > > works fine and the modem is never marked for restart. > > > So, what went wrong? > > > Thanks for answers. > > > Greetings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SMSLib User Group" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/SMSLib?hl=en -~----------~----~----~----~------~----~------~--~---
