What is a syntax of AT+CUSD ?

darius2

Well-Known Member
Joined
Feb 27, 2009
Messages
122
Hi,

please tell me, what is a full syntax of AT+CUSD command
for sending balance check request
like this
AT+CUSD=1,"*111#",15

The last parameter stays for what and what options are available ?

Darius
 

darius2

Well-Known Member
Joined
Feb 27, 2009
Messages
122
thanks,

what I mean is, what set of values <dsc> can assume,
so <dsc> = 15 in
the following examples
AT+CUSD=0,"*111#",15
stays for what and why "15" and not "0" or no <dcs> at all ?


==
- if <dcs> indicates that 3GPP TS 23.038 [25] 7 bit default alphabet is used:
- if TE character set other than "HEX" (refer command Select TE Character Set +CSCS): MT/TA
converts GSM alphabet into current TE character set according to rules of 3GPP TS 27.005 [24]
Annex A
- if TE character set is "HEX": MT/TA converts each 7-bit character of GSM alphabet into two IRA
character long hexadecimal number (e.g. character Π (GSM 23) is presented as 17 (IRA 49 and 55))
- if <dcs> indicates that 8-bit data coding scheme is used: MT/TA converts each 8-bit octet into two IRA
character long hexadecimal number (e.g. octet with integer value 42 is presented to TE as two characters
2A (IRA 50 and 65))
<dcs>: 3GPP TS 23.038 [25] Cell Broadcast Data Coding Scheme in integer format (default 0)

---
Just noticed.
My 100th post.
Best regards to all of you from sunny Europe.

AT language is really very complicated ;)
 
Last edited:

usman_aamsons

New Member
Joined
Mar 20, 2012
Messages
1
what is the syntax of at*psstk="get input"?

AT*PSSTKI=1
OK
AT+CMGF=1
OK
AT*PSSTK="SETUP MENU",1,1
OK

*PSSTK: "END SESSION"
AT*PSSTK="GET ITEM LIST",8
*PSSTK: "GET ITEM LIST",1,1,4,"Top-Up Customer",0,0,0

*PSSTK: "GET ITEM LIST",2,2,4,"Top-Up Retailer",0,0,0

OK
AT*PSSTK="MENU SELECTION",1
OK

*PSSTK: "SELECT ITEM",1,4,"Top-Up Customer",0,0,1,0,0,6
AT*PSSTK="GET ITEM LIST",6
*PSSTK: "GET ITEM LIST",1,1,4,"Balance Transfer",0,0,0

*PSSTK: "GET ITEM LIST",2,2,4,"Balance Inquiry",0,0,0

*PSSTK: "GET ITEM LIST",3,3,4,"Last Transaction",0,0,0

*PSSTK: "GET ITEM LIST",4,4,4,"Check Trans ID",0,0,0

*PSSTK: "GET ITEM LIST",5,5,4,"Change PIN",0,0,0

*PSSTK: "GET ITEM LIST",6,6,4,"U-Top Up Help Line",0,0,0

OK
AT*PSSTK="SELECT ITEM",1,2,0,0
OK

*PSSTK: "GET INPUT",1,0,4,0,4,"Enter Customer Mobile Number",0,0,255,"",11,11,0


*PSSTK: "GET INPUT",1,0,4,0,4,"Enter Top-Up Amount",0,0,255,"",2,4,0
AT*PSSTK="GET INPUT",1,4,"03425100762",0,0
ERROR

plz tell me the exact syntax of get input so that error didnot occur
Thanks
 
Top