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 GPRS Modem connection error

Status
Not open for further replies.

ashueda

Newbie level 5
Joined
Apr 7, 2015
Messages
9
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
67
Hello all,

I am newbie using SIM300 GSM GPRS Modem and want to send data to my server,

First I got a net @G plan INR 5 = 20 MB on my AirTel sim

Then I inserteed sim in the sim slot, and connected my GSM GPRS Modem with 9600 baud, flow control none, 8 bits on Hyperterminal and issued the following commands
Call Ready
AT
OK
AT+CGATT=1
OK
AT+CIPCSGP=1,"airtelgprs.com"
OK
AT+CSTT
OK
AT+CIICR
OK
AT+CIFSR
100.74.199.149
AT+CDNSCFG="0.0.0.0","0.0.0.0"
OK
AT+CDNSORIP=1
OK
AT+CIPSPRT=1
OK
AT+CIPHEAD=1
OK
AT+CIPSTART="TCP","www.google.com","80"
OK

ERROR: 6

STATE: IP STATUS
AT+CIPSTART="TCP","www.google.com","8080"
OK

ERROR: 6

STATE: IP STATUS

I got the above error, what does it mean ?

Please help me, I am in a great need of it, please help me sooooooon,

Thanks in advance.
 
Last edited by a moderator:

thanks ud23 for your reply, but your tutorial not worked I tried twice, but same error 6 in
Code:
AT+CIPSTART="tcp","raviyp.in","80"
OK

ERROR: 6

STATE: IP STATUS

Please some body help me
 

Can you try AT+CIPSHUT before issuing AT+CIPSTART

and better give command with the IP of the website which you want to access as follows
AT+CIPSTART="TCP","74.125.224.72","8080"
 

I think there are several wrong assumptions in the previous post.

- Obviously ashueda is showing the AT command responses, not sending "OK".
- The OK response indicates that the commands are correctly formatted
- I believe that the GPRS and IP related commands won't be answered O.K. without network registration, in so far it's unlikely a SIM PIN error
- I don't think that ERROR: 6 is a CME ERROR
 

i DON'T KNOW WHAT IS HAPPENING BUT NO LUCK PLEASE HELP ME
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top