You are on page 1of 1

>> AT+CGATT=1 << OK >> AT+CGDCONT=1,"IP","<apn>" << OK >> AT+CSTT="<apn>"," ","" << OK >> AT+CIICR << OK >> AT+CIFSR

<< 10.190.245.172 << OK >> AT+CIPHEAD=1 << OK >> AT+CDNSORIP=1 << OK

- Attach to GPRS Service - Define PDP Context (cid, PDP type, APN) - Start Task & set APN, User ID, and password - Bring up wireless connection with - Get Local IP address

- to add an 'IP Header' to receive data

>> AT+CIPSTART="TCP","www.love.somee.com","80" - Start up TCP connection << OK << CONNECT OK - Indicates you've connected to the server >> AT+CIPSEND - Issue Send Command << > >> GET http://love.somee.com/default.asp?Data=iljsiojdci,jhsai HTTP/1.1(ctrl+z) ---------------Server will return data here-------------

Now goto www.love.somee.com

your data will be displayed there

You might also like