Open any ewebsite address using SIMCOM300,over Hyperterminal

Status
Not open for further replies.

imcoolmann4u

Newbie level 3
Joined
Jan 18, 2010
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,301
Hello Friends , i just want to link to any website address by its name like http://www.google.com http://www.yahoo.com http://www.matlab.com
i have already gone through different at commands , i am able to send data using vodafone India Sim, but fixed address, and commands are,,
AT+CGATT=1
AT&D1
AT+CGDCONT=1,"IP","portalnmms"
AT+CSTT="portalnmms","username","password"
AT+CDNSORIP=0
AT+CIICR ( Results in "Ok" )
AT+CIFSR ( Results in an ip xxx.xxx.xxx.xxx )

at+cipstart="TCP","10.10.1.100","9401"
( is this IP address remain fixed or has to change with IP address of site that i wants to link. and PORT address ?)
OK
at+cipsend
>data to send,,
ΛZ
Sent Ok
:|
 
Last edited by a moderator:

AT
OK
AT+CGATT=1
OK
AT&D1
OK
AT+CGDCONT=1,"IP","spice"
OK
AT+CSTT="spice"
OK
AT+CDNSORIP=0
OK
AT+CIICR
OK
AT+CIFSR
10.64.48.132
AT+CIPSTART="TCP","10.11.12.13","9401"
OK
CONNECT OK
AT+CIPSEND
> GET https://google.com
SEND OK

at+cipsend
> get https://www.google.com
SEND OK

at+cipshut
SHUT OK



All is fine but i am not able to understand what should i write in
command
{AT+CIPSTART="TCP","10.11.12.13","9401"}
rather than "10.11.12.13" it is address for spice
and port number for spice port 9401

is this the address for page we wants to open or what?
How can i link a page like :https://www.google.com
"www.eespl.com"
please help me i am stuck in this stuff from last one week.
I am new to at commands for GPRS .. ,
what if there is a reply from modem , http: service not available.,Question
and i also receive data from, server as in this case..

at+cipshut
at+cipstart="tcp","10.10.1.100","9401"
> put https://www.google.com
SEND OK

RECV FROM:10.10.1.100:9401
+IPD187:HTTP/1.0 503 Service Unavailable
Content-Type: text/vnd.wap.wml
Proxy-Connection: close

<wml><card id="error" title="Error">

Service Unavailable, Please try later</p
></card></wml>
CLOSED
 
Last edited by a moderator:

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…