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.