GSM短信发送问题请教
时间:10-02
整理:3721RD
点击:
向各位达人请教GSM模块短信发送问题。希不吝赐教!
1. 如模判断手机信息已送到对方手机(不是本地发送成功)
2. 如何发送和接收超过140字符短信。(现在手机几乎都支持)
谢谢!
1. 如模判断手机信息已送到对方手机(不是本地发送成功)
2. 如何发送和接收超过140字符短信。(现在手机几乎都支持)
谢谢!
关注一下:
1. 如模判断手机信息已送到对方手机(不是本地发送成功)
——使用 catcher 工具可以看到相应的 log ,来加以判断就可以了。
建议参考:ps_cause_enum
TKS!
如果能再详细点就好了。
1. you can enable delivery report request, the BS will send you back if the delivery is done.
2. For the SMS messages more than 140 characters, there is concatenated SMS to over this limitation. There are some headers to indicate its type and sequence, you can find the information in web.
good question
问的好!
Thank you very much!