Great! It works fine now. And yes, I had to use the "SMME" otherwise I get duplicate messages.
Thanks a lot Thanasis :) Cheers! On Fri, Jan 8, 2010 at 4:55 PM, Thanasis <[email protected]> wrote: > Edit the ReadMessages source. Locate the line: > > SerialModemGateway gateway = new SerialModemGateway("modem.com1", > "COM1", 57600, "Nokia", ""); > > After this line, add the following one: > > gateway.getATHandler().setStorageLocations("SMMTME"); > > Recompile and run once more. If you get duplicate inbound messages, > modify the line as follows: > > gateway.getATHandler().setStorageLocations("SMME"); > > and try once more. > > -- > You received this message because you are subscribed to the Google Groups > "SMSLib for Java User Group" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<smslib%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/smslib?hl=en. > > > >--
You received this message because you are subscribed to the Google Groups "SMSLib for Java 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.
