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.

[SOLVED] Telit GL868-DUAL always responds "NO CARRIER" for ATD; command

Status
Not open for further replies.

war4one

Member level 1
Joined
Jun 26, 2010
Messages
32
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,288
Location
Russia
Activity points
1,435
Telit GL868-DUAL always responds "NO CARRIER" for ATD; command

Log:

me: printf("AT\r");
Telit: AT OK
me: printf("AT#SIMDET=1\r");
Telit: AT#SIMDET=1 OK
me: printf("AT#QSS?\r");
Telit: AT#QSS? #QSS: 0,1
me: printf("AT+CSQ\r");
Telit: +CSQ: 24,0
me: printf("AT+CREG?\r");
Telit: +CREG: 0,1
me: printf("ATD8917xxxxxxx\n\r");
Telit: NO CARRIER

What wrong?

**broken link removed**, if it is necessary.
 
Last edited:

the syntax is ATD+91xxxxxxxxxx; followed by terminating string..

dont forget to put semicolon at the end after the number....

---------- Post added at 14:29 ---------- Previous post was at 14:28 ----------

+(country code) ( mobile number);
 

ATD+7xxxxxxxxxx; not work (+7 = Russia code).

Incoming calls is visible, i see RING.
 
Last edited:

Do you use pre-paid or post paid SIM, please check the balance and validity of it once.. its a common problem i have seen ..

No, i use ordinary SIM-cards. I checked three different SIM cards.
 

Does all 3 sim behave in the same way????????
seems to be problem with modem.

I found the solution:
printf("AT#SIMDET=1\r");
printf("ATD8917XXXXXXX;\r");

If printf("ATD8917XXXXXXX;\r"); replaced by printf("ATD8917XXXXXXX;\r\n"); this causes an error.
Thank you for attempts to help, ckshivaram.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top