You are correct. The CMMS command is supposed to keep the GSM link
open during message sending in order to speed up things (due to less
handshake per message). SMSLib used to use the CMMS command but it was
removed some versions ago. From personal experience, using Nokia and
Wavecom devices, I haven't seen any performance gain by using the CMMS
command. I don't know if my implementation was right or wrong, but I
didn't notice any speed improvements...

If you want to add the CMMS command again, then the sendMessage()
method is the correct method to modify. This will not affect the
background sending though...

A question from me: do you know the "scope" of the CMMS command? I
mean, once you issue CMMS=1 for how long or until what action is the
command in effect?

On Aug 21, 5:29 am, Pietro <[email protected]> wrote:
> I put the request, but investigated some more. You can write the
> message to phone and after send the fist time, can execute several AT
> +CMSS commands changing the destination number, but in a Nokia forum
> the experts says AT+CMMS=1 command is much better because the
> connection doesn't close waiting for the next message.
>
> With that information, I saw the smslib 3.4.1 code to find where you
> send several messages at time. I found you do it in AGateway class,
> but because is generic gateway and the change only works in the
> subclass ModemGateway, I must override  the method sendMessages in
> ModemGateway in order to put the AT+CMMS=1 if there are more than 1
> output message pending, and set it to 0 before sending the last
> message.
>
> Not all modems / networks support that command, and I must to use try-
> catch sequence. Am I correct?. I know 3.4.2 is the last stable
> version, but can't change it right now.
>
> Thanks in advance
>
> Pietro
>
> On Aug 21, 12:59 am, Thanasis <[email protected]> wrote:
>
>
>
> > Hello,
>
> > > I can send the same message to some group of phones (1 by 1), or send
> > > to a group of phones (I think SMSlib support this feature directly),
> > > but my question is: what way goes faster?. Someone did some test?.
>
> > As far as the speed, its the same thing. So pick the one that suits
> > your style :)
>
> > > Can SMSserver support group sending?
>
> > Not at the moment (I mean, not out of the box), but you can file your
> > enhancement request here:http://code.google.com/p/smslib/issues/list
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to