Error on checking balance via USSD

a 夏天 提交于 2019-12-01 10:42:30

Ok, I finally found the way to fix this. Apparently there was a problem in the encoding. Here is what I did:

AT+CSCS="GSM" // change character set to GSM
AT+CUSD=1,"*111#",15 // Issued balance check ussd code

It now works fine.

The default encoding was UCS2, I'd appreciate if someone can share how to convert ussd codes to UCS2 encoding in putty.

Have you tried issuing request by AT+CUSD=1,"*111#" ? (without last parameter) AT cmmands sometimes differ due to manufacturer implementation.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!