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.

Need Help with GPRS and SIM900... unable to connect to remote server

Status
Not open for further replies.

sa4250mnpo70

Newbie level 6
Joined
Jul 19, 2011
Messages
13
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,397
Hello everyone

I am stuck with this GPRS thing.... I am totally new here... Please help

I need to connect to a remote server and send some data using SIM900 and GPRS...
I am using the following commands and getting the proper reply...
but i keep getting this error no matter what I do when i try to connect to remote server...

an example code is here:

Code:
at


OK

AT+CGATT=1


OK
AT+CGDCONT=1,"IP","TATA.DOCOMO.DIVE.IN"


OK

AT+CSTT="TATA.DOCOMO.DIVE.IN","wap","wap"


OK
AT+CIICR


OK
AT+CIFSR

10.114.105.232

AT+CIPHEAD=1

OK
AT+CIPSTART="TCP","www.google.com","80"


OK


STATE: [B][COLOR="#00FF00"]IP STATUS[/COLOR][/B]


[B][COLOR="#FF0000"]STATE: TCP CLOSED
CONNECT FAIL
[/COLOR][/B]

AT+CIPSTART="TCP","209.85.175.99","80" // IP of Google.com

OK

STATE: TCP CLOSED
CONNECT FAIL

at+cipstatus

OK

STATE: TCP CLOSED
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top