Thanks - worked it out

Thanks I worked it out. If anyone was curious we did it this way:

AT

AT E0 //echo off

AT+CGDCONT=1,“IP”,“telstra.internet”,“0.0.0.0”,0,0

AT#USERID=“”

AT#PASSW=“”

AT+CGQMIN=1,0,0,0,0,0

AT+CGQREQ=1,0,0,0,0,0

AT#SKTSET=0,80,“www.google.com”;

AT#SKTOP

GET / HTTP/1.1

Connection: keep-alive

Nice! I was playing with the GPRS connection last night. Thanks for the comparative example.

-Nathan