| 1 |
these are extracted from S45_ME45/AT-Commands/GPRS_AT_CommandSet.pdf |
| 2 |
|
| 3 |
|
| 4 |
AT Command Set - Hayes Standard: |
| 5 |
|
| 6 |
A/ Repeat last command |
| 7 |
AT... Prefix for all other commands |
| 8 |
ATA Accept call |
| 9 |
ATD<str>; Dial the dialing string <str> with the voice utility |
| 10 |
Valid dial modifiers: :"I" (restrict AT+CLIR), "i" (suppress AT+CLIR) for next |
| 11 |
call ,T (tone dialing), P (pulse dialing) is ignored. |
| 12 |
The character ; is important, for this tells the phone that the call should be set |
| 13 |
up with the voice utility. Otherwise an attempt is made to set up a data call, |
| 14 |
which the phone immediately acknowledges with ERROR. |
| 15 |
The dial command returns OK to the user immediately after starting a voide call. |
| 16 |
Other behavior like *# sequences in the dial command and also data calls |
| 17 |
remain unchanged. |
| 18 |
ATD><n>; Dial the telephone number from the current telephone book location number |
| 19 |
<n> |
| 20 |
The telephone book is selected with the command AT+CPBS (or AT^SPBS). |
| 21 |
ATD><mem><n>; Dial the telephone number from the telephone book <mem> location number |
| 22 |
<n> |
| 23 |
ATDL Dial last telephone number |
| 24 |
ATE0 Deactivate command echo |
| 25 |
ATE1 Activate command echo |
| 26 |
ATH[0] Separate connection |
| 27 |
ATQ0 Display acknowledgments |
| 28 |
ATQ1 Suppress acknowledgments |
| 29 |
ATV0 Display acknowledgments as numbers |
| 30 |
ATV1 Display acknowledgments as text |
| 31 |
AT&F[0] Reset to factory profile |
| 32 |
ATZ Set to default configuration |
| 33 |
&C[n] Circuit 109 (Received line signal detector / DCD) behaviour |
| 34 |
&C0 DCD always ON |
| 35 |
&C1 DCD ON if carrier detected |
| 36 |
&D[n] Circuit 108 (Data terminal ready / DTR) behaviour |
| 37 |
&D0 DTR ignored |
| 38 |
&D1 On DTR ON to OFF: go to online command mode, don't disconnect |
| 39 |
&D2 On DTR ON to OFF: disconnect go to command mode. Automatic answer is |
| 40 |
disabled while DTR OFF. |
| 41 |
\Q[n] Local flow control selection (DTE « DCE) |
| 42 |
\Q0 Disable flow control |
| 43 |
\Q1 XON-XOFF software flow control |
| 44 |
\Q2 CTS only flow control |
| 45 |
\Q3 RTS/CTS flow control |
| 46 |
|
| 47 |
Acknowledgments for normal data communication: |
| 48 |
OK 0 Command executed, no errors |
| 49 |
RING 2 Ring detected |
| 50 |
NO CARRIER 3 Link not established or disconnected |
| 51 |
ERROR 4 Invalid command or command line too long |
| 52 |
NO DIALTONE 6 No dial tone, dialing impossible, wrong mode |
| 53 |
BUSY 7 Remote station busy |