Discussion in "Embedded GSM Development" started by    majoka    Jun 8, 2011.
Wed Jun 08 2011, 12:42 am
#1
hello everybody
i am trying to connect sim300DZ modem with Google just for getting stated that how we can use GPRS
i read many threads on different forums that guys are getting some feed back from Google but i am not getting
can anyone help in this regard
these are reference pages
even i follow almost every method but not getting proper output
http://www.8051projects.net/forum-t18327.html
http://www.edaboard.com/thread117475.html
this is my service information that sim i am using

Homepage: wap.ufone.com
User: ufone
Password: ufone
IP Address: 172.016.013.023
Proxy: 8080
Access Point: ufone.ppt.wap2



at
OK
at+cgdcont=1,"IP","ufone.ppt.wap2","",0,0
OK
at+cstt="ufone.ppt.wap2"
OK
at+ciicr
OK
at+cifsr
10.2.229.244
at+cipstart="TCP","74.125.232.147","80"
OK

CONNECT OK
at+cipsend
> GET http://www.google.com.pk HTTP/1.1
SEND OK

Wed Jun 08 2011, 01:55 am
#2


at+cipstart="TCP","74.125.232.147","80"
OK

CONNECT OK
at+cipsend
> GET http://www.google.com.pk HTTP/1.1
SEND OK[/blockquote]

majoka



The www.google.com.pk is taken care of
by at+cipstart="TCP","74.125.232.147","80"
leaving something like
"GET index.htm HTTP/1.1" for the actual request.

Extra cr/lf's are also important to end your request with a blank line.


[ Edited Wed Jun 08 2011, 01:59 am ]
Sun Jun 12 2011, 12:18 pm
#3
I suggest you test it on telnet first then move to modem. See what Phil has suggested.

GET [pagename] HTTP/1.1\r\n
HOST: www.example.com\r\n
\r\n

thats it... the above is the actual http request. no ^M or anything needed in httprequest.

Get Social

Information

Powered by e107 Forum System

Downloads

Comments

ChrisLub
Tue Apr 23 2024, 05:21 pm
Davidbab
Tue Apr 23 2024, 10:41 am
Richardrit
Tue Apr 23 2024, 09:54 am
HenryLaf
Mon Apr 22 2024, 03:50 pm
bleradrar
Mon Apr 22 2024, 06:38 am
ppu-pro_ka
Sun Apr 21 2024, 07:39 pm
Infewow
Sun Apr 21 2024, 06:30 pm
HumanTak
Sun Apr 21 2024, 12:26 pm