Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi i'm a biggner in AT command and i want to know my balance using hyperterminal note that

Send:AT+CSCS=?

Recieve: +CSCS: ("UCS2","GSM","PCCP437","PCDN","IRA","8859-1","HEX","UTF-8")

even on changing CSCS to other result will be same as it is

even PDU set to 0,1 still same

Required result is

Recieve: AT+CUSD=1,"*786#",15 
Recieve: +CUSD: 1,"Dear Customer, your Account Registration request is in progress. Please enter your CNIC Issuance Date (DDMMYYYY) to complete the process
Recieve: ",15
Recieve: OK
Recieve: +CUSD:<1> [,<>,<15>]


i set it to GSM like this :

What I have tried:

AT+CSCS="GSM"
OK
and i wrote this :
AT+CUSD=1,"*786#",15



Recieve: +CUSD: 1,"c47258e1ad6e7f477bb2c6781f2efba1c141c8fdf75371d242d9fd373ba3c4c4fbfdd2079395e2fcfe9a0f41c947683e0f2f7595e9ecf5d2028bb1c9e97416537bd2c7e5df753968e84ce41c9f9bc1e768fcb2062985e6a188c466339bcd665320fa1b347eb7e1ec32bdca2a3cb20b8fc3d2ecfe7",15
Recieve: OK
Posted
Updated 20-Apr-21 23:37pm
v2
Comments
Richard MacCutchan 21-Apr-21 5:12am    
And? Do you have a question?
Unique Stories 21-Apr-21 5:42am    
HOW TO MAKE THIS RENDOM TEXT READ ABEL
Richard MacCutchan 21-Apr-21 5:48am    
I have no idea what that means. Please provide a proper, detailed, explanation of what you are trying to achieve, instead of shouting a few random words.
Unique Stories 21-Apr-21 6:09am    
https://www.codeproject.com/Questions/5300476/At-command-problem-in-the-result-of-an-USSD-code

Update here
Richard MacCutchan 21-Apr-21 6:17am    
OK.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900