Hey there. I just got a 2N EasyGate telular box, and have been trying
to get SMSLib to send and receive messages from it.
I have been using smsj, which works like a charm when sending SMS, but
sadly the library is limited to sending, and I need to be able to send
and receive SMS.
I tried initializing as several Siemens modems, like
new SerialModemGateway("modem.ttyUSB0", "/dev/ttyUSB0", 115200,
"Siemens", "MC35i", modem);
But it always fails at Service.getInstance().startService();, with the
error
org.smslib.TimeoutException: No response from device.
at org.smslib.modem.AModemDriver$CharQueue.get(AModemDriver.java:535)
at org.smslib.modem.AModemDriver.getResponse(AModemDriver.java:338)
at org.smslib.modem.AModemDriver.getResponse(AModemDriver.java:313)
at org.smslib.modem.athandler.ATHandler.getSimStatus(ATHandler.java:
145)
at org.smslib.modem.AModemDriver.connect(AModemDriver.java:132)
at org.smslib.modem.ModemGateway.startGateway(ModemGateway.java:189)
at org.smslib.Service$1Starter.run(Service.java:276)
I'd love some help getting this to work, I'm not very familiar with AT
Commands, but Gnokii, which is another project, likes to debug the AT
Commands used to send the SMS, I could provide some help to write the
missing class file and officially support this modem.
Thanks!
--
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.