dpmjoshi
Newbie level 3

hi ,
i ve made the gprs connection using SIM300 but not getting any response from server, i want to open google home page on hyperterminal.
i ve used following commands:
AT+CGATT=1
OK
AT+CIPMODE=0
OK
AT+CGDCONT=1,"IP","aircelwap"
OK
AT+CSTT="aircelwap"
OK
AT+CIICR
OK
AT+CIFSR
10.182.152.119
AT+CDNSORIP=1
OK
AT+CIPHEAD=1
OK
AT+CDNSCFG="202.148.202.3","202.148.202.4"
OK
AT+CIPSTART="TCP","www.google.com",80
OK
CONNECT OK
AT+CIPSEND
ccept-Language: en-usxt/html /1.1
SEND OK
CLOSED
i think i am having problem while sending the http request , the problem is with <CR> <LF> .
please tell me if any have any sort of solution to it.
i ve made the gprs connection using SIM300 but not getting any response from server, i want to open google home page on hyperterminal.
i ve used following commands:
AT+CGATT=1
OK
AT+CIPMODE=0
OK
AT+CGDCONT=1,"IP","aircelwap"
OK
AT+CSTT="aircelwap"
OK
AT+CIICR
OK
AT+CIFSR
10.182.152.119
AT+CDNSORIP=1
OK
AT+CIPHEAD=1
OK
AT+CDNSCFG="202.148.202.3","202.148.202.4"
OK
AT+CIPSTART="TCP","www.google.com",80
OK
CONNECT OK
AT+CIPSEND
ccept-Language: en-usxt/html /1.1
SEND OK
CLOSED
i think i am having problem while sending the http request , the problem is with <CR> <LF> .
please tell me if any have any sort of solution to it.