| View previous topic :: View next topic |
KevinMasters
Joined: 09 Jul 2007 Posts: 4
|
Posted: Thu Jul 26, 2007 12:38 pm Post subject: How to receive GSM delivery reports ?? |
|
|
|
Hi,
I wrote a program to send SMS messages using my PC using AT commands in SMS Text mode.
I have a question: How can i request delivery reports ?
Kevin |
|
| |
|
|
John1977
Joined: 10 Jul 2007 Posts: 12
|
Posted: Sun Jul 29, 2007 9:35 am Post subject: |
|
|
|
Hello Kevin,
To enable GSM delivery reports in text mode you have to set the "AT+CSMP" command. Using this command you can set some parameters which are normally encoded in the SMS PDU. Before submitting your message using "AT+CMGS" execute the following command first:
AT+CSMP=33,169,0,0
For an explenation of this command, have a look at this document:
[url]http://www.smssolutions.net/tutorials/gsm/sendsmsat/[/url]
John |
|
| |
|
|
|
|
|
|
|