I hope this message finds you well. I am currently working with the EC200UCNAAR03A08M08 module and am seeking assistance regarding the implementation of AT commands for retrieving the recharge status of a SIM card.
For the Airtel SIM, I am using the AT command AT+CUSD=1,"*123#" to query the recharge status, which works on a mobile phone and prompts a selection of options to view the data balance and recharge details. However, I am looking for guidance on how to implement this functionality using AT commands on my current module.
Could you kindly assist with the correct approach to retrieve the recharge and data balance information directly via AT commands without requiring a pop-up prompt, as seen on mobile phones?
I attempted an alternative approach to query the data balance using an Airtel SIM. When dialing *121*2# directly from a mobile device, it displays a popup with options. To retrieve the data balance, selecting option 3 is required.
I tried the following sequence using AT commands:
AT+CUSD=1,“1212#”,15
OK
+CUSD: 2,“Check your plan benefits, data usage, bills & get access to rewards, perks & privileges with Airtel Thanks App. Download now from Play/App Store.”,15
Subsequently, I attempted to send option 3
AT+CUSD=1,“3”,15
OK
+CME ERROR: 4
The final response was +CME ERROR: 4, indicating the operation is not allowed. Could you please advise on how to resolve this issue?