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].
For more options, visit this group at
http://groups.google.com/group/smslib?hl=en.