nitingautam / smslib

Automatically exported from code.google.com/p/smslib
0 stars 0 forks source link

Use ZTE MF622 AT handler for ZTE MF633 #376

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
ZTE MF633 modem does not work correctly with the generic AT handler but works 
fine with the the ZTE MF622 handler.  Should use the MF622 handler when MF633 
is passed in as the model.

Original issue reported on code.google.com by j...@teleyah.com on 22 Jul 2010 at 10:32

GoogleCodeExporter commented 9 years ago
Hi and thank you for your feedback.

Generally speaking, its always a good idea to use the nearest-model handler 
available.

Original comment by T.Delenikas on 31 Jul 2010 at 4:39

GoogleCodeExporter commented 9 years ago
I use ZTE MF633 model but can not send messages with examples of SMSLIB. Error 
is:
 org.smslib.GatewayException: The GSM modem does not support the protocol PDU.
at org.smslib.modem.AModemDriver.connect (AModemDriver.java: 194)
at org.smslib.modem.ModemGateway.startGateway (ModemGateway.java: 189)
org.smslib.Service at $ 1Starter.run (Service.java: 275)
Even when I try to change MF633 with MF622.
Somebody help me?

Original comment by toanmhaht on 29 Sep 2010 at 3:56