Now am getting:
--------------------Configuration: <Default>--------------------
Example: Read messages from a serial gsm modem.
SMSLib: A Java API library for sending and receiving SMS via a GSM modem or
other supported gateways.
This software is distributed under the terms of the Apache v2.0 License.
Web Site: http://smslib.org
Version: 3.5.1
log4j:WARN No appenders could be found for logger (smslib).
log4j:WARN Please initialize the log4j system properly.
>>> Gateway Status change for modem.com5, OLD: STOPPED -> NEW: STARTING
>>> Gateway Status change for modem.com5, OLD: STARTING -> NEW: STARTED
Modem Information:
Manufacturer: Manufacturer
Model: USB MODEM
Serial No: 354491022004793
SIM IMSI: ** MASKED **
Signal Level: -63 dBm
Battery Level: 0%
java.lang.StringIndexOutOfBoundsException: String index out of range: -7
at java.lang.String.substring(String.java:1938)
at org.smslib.modem.ModemGateway.readMessagesPDU(ModemGateway.java:544)
at org.smslib.modem.ModemGateway.readMessages(ModemGateway.java:210)
at org.smslib.Service.readMessages(Service.java:500)
at org.smslib.Service.readMessages(Service.java:388)
at modem.ReadMessages.doIt(ReadMessages.java:108)
at modem.ReadMessages.main(ReadMessages.java:169)
>>> Gateway Status change for modem.com5, OLD: STARTED -> NEW: STOPPING
>>> Gateway Status change for modem.com5, OLD: STOPPING -> NEW: STOPPED
Process completed.
So how should i go about this?
--
You received this message because you are subscribed to the Google Groups
"SMSLib Discussion 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.