Hi all,
i have one doubt regarding that How to get confirm the message sent sucessfully ?
and How to get Delivery report of message sent?
i seen one event ADL_SMS_EVENT_SENDING_OK ,but without this event is there any confirmation of sending message sucesses?
In firmware How to implement to get confirmation of message sending ?
please help me regarding this.
Thanks & Advance
regards
Nagendra
awneil
December 8, 2010, 7:08am
2
There is no specific API - you just have to use the normal AT commands.
See: New Features - Complete API
Use AT+CSMP? (“17.3 Set Text Mode Parameters” in the AT command interface guide)
AT+CSMP=,,,
Examples:
AT+CSMP=177,3,0,241 //20 mins validity period with delivery receipt (177 = $B1 = %1011 0001)
AT+CSMP=145,3,0,241 //no delivery receipt (145 = $91 = %1001 0001)
Note that the AT command interface guide references other documents although I can’t find which documents are referenced?
The scheme is documented in GSM 03.38:
mobilecity.cz/doc/GSM_03.38_5.3.0.pdf
…although I’ve noted this from a tutorial somewhere:
240 = GSM coding, and SM sent to destination terminal directly
241 = GSM coding, and SM SIM card storage
According to GSM 03:38, “241” (= $F1 = %1111 0001) means:
“Data coding/message class”
Default alphabet
Class 1 - default-meaning - ME-specific
When a mobile terminated message is Class 1, the MS shall send an acknowledgement to the SC when
the message has successfully reached the MS and can be stored. The MS shall normally store the
message in the ME by default, if that is possible, but otherwise the message may be stored elsewhere,
e.g. in the SIM. The user may be able to override the default meaning and select their own routing.
Hi awniel and jason,
Thanks for reply.
at+csmp is only for setting ,is it?
once set the parametrs like at+csmp=177,3,0,241
after at+csas stored ine2p
but i quereied same setting parametrs displayed.
at+csmp?
+csmp 177,3,0,241
i have doubt is this only setting ? How to use this command to detect delivery report?
please let me know .
thanks &i regards
nagendra