SparkFun Forums 

Where electronics enthusiasts find answers.

All things pertaining to wireless and RF links
By ungureanuvlad
#138899
I am trying to get a webpage but no results at all. Only the socket is active and after I issue the AT+SSTRSEND command the connection is automatically closed. I am using the following set of commands :
AT+CGATT=1
AT+CGDCONT=1,"IP","wnw"
AT+CGPCO=0,"wnw","wnw", 1
AT+CGACT=1,1
AT+SDATACONF=1,"TCP","www.google.com",80
AT+SDATASTART=1,1
AT+SDATASTATUS=1
AT+SSTRSEND=1,"GET /search?q=Arduino HTTP/1.0"
AT+SDATAREAD=1
Any idea why is not working. I am using the shield directly in a terminal app with a serial -> usb convertor . All my commands respond with OK at the end.
By bitos2002
#139057
Hello,

I'm having the same problem, I can see the follo string return with status, +SOCKSTATUS: 1,1,0102,101,101,0, but the string don't goes out.

I want to make a GET to a Servlet, but i can not find the way to do it, I've tried many, many forms, but nothing.

Can you help me if you have resolve the way to do it.

Thanks in advance.
Oscar