Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

GSM AT Command for issuing service command

Status
Not open for further replies.

traxonja

Advanced Member level 4
Joined
Apr 6, 2004
Messages
109
Helped
2
Reputation
4
Reaction score
1
Trophy points
1,298
Activity points
1,184
siemens m35i at+cusd

Hello,

Is there an AT command for dialing /issuing gsm service commands?

For example, when you dial on your phone's keypad: *43# and press YES you would see "Requesting..." or something like that. That's cool.

The question is, how to do that by using AT commands?

I have tried:

ATD*43#
ATD*43#;

The result is the same, it never "dials" as "service" command but tries to establish plain data or voice call.

I don't need it for call waiting, I need this for refilling my prepaid account. The command I will need to issue is:

*124*PREPAID_NUMBER#

:cry:

Thanks!
 

you can refer to rhe AT instuction
 

AT+CCWA Call Waiting
3GPP TS 27.007, Section 7.12 /2/. Controls call waiting supplementary service and presentation of +CCWA unsolicited result code. When the status request response from the network indicates that SS is active for specific data bearer services (for example, ‘circuit async’), the AT interface shall only indicate ‘data’ (<class>=2) (‘not active’ case is displayed only when SS is not active for any service; that is, +CCWA: 0,7). Supported <class> values are 1, 2, 4, 5, and 7.
63_1165723898.gif
 

traxonja said:
...I don't need it for call waiting, I need this for refilling my prepaid account. The command I will need to issue is:
*124*PREPAID_NUMBER#
...
:|

The phone I am using is Siemens M35 or S25 or similar junk.
 

Is the AT command set for siemens is the same as that of NOkia or are there some difference?
 

Well, 80% AT commands are the same. The rest is phone-based AT commands which are not the same. Here is a pdf document in attachment - AT commands for siemens and AT+CUSD is not listed :cry:

AT Command set file:
 

I have some comments, and it works, see:
 

try ussd as follow
AT+CUSD=1,"your_code_here_as_*32*1#",15
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top