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.

Help needed in GPRS to acces the web pages.

Status
Not open for further replies.

Rohi231

Member level 2
Joined
Mar 21, 2012
Messages
53
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,673
Hello everyone. I am trying to access the web page through gprs sim 900 modem.

Code:
at+cipstart="tcp","www.google.com","80"
OK

CONNECT OK
at+cipsend
 GET /HTTP/1.1
SEND OK
Code:

After these commands what can i do. I am really very weak in networking. please help me out.
 

it looks as though you have set up a TCP connection to the web page and have a HTTP session.
What do you want to do ? e.g. receive a web page and extract data, send information, ??
 

it looks as though you have set up a TCP connection to the web page and have a HTTP session.
What do you want to do ? e.g. receive a web page and extract data, send information, ??

I just wanted to extract the data and send information.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top