evildeejay
Newbie level 2
Hello everybody,
i'm new on this site, i've searched for another similar topic and i didn't found something good for my question.
I want to know how i can get the information from a server using the AT command on a SIM900.
I think the the needed passages are:
1) Start an GPRS connection
2) Start TCP connection to ip (like the ip of Google)
3) choose the port: 80 (http in this case)
4) send the command "GET / HTTP/1.1\n" to request the information
5) read the output of SIM900
i'm blocked on 4 point:
after choose the GPRS parameters
AT+CSTT="internet.wind" -> OK
after start connection
AT+CIICR -> OK
i've checked my ip and the output is real
AT+CIFSR -> 151.83.xxx.xxx
i started the connection with
AT+CIPSTART="TCP","[IP GOOGLE]","80" -> OK
and now i'm blocked...
someone can help me please?
Thank you so much!
i'm new on this site, i've searched for another similar topic and i didn't found something good for my question.
I want to know how i can get the information from a server using the AT command on a SIM900.
I think the the needed passages are:
1) Start an GPRS connection
2) Start TCP connection to ip (like the ip of Google)
3) choose the port: 80 (http in this case)
4) send the command "GET / HTTP/1.1\n" to request the information
5) read the output of SIM900
i'm blocked on 4 point:
after choose the GPRS parameters
AT+CSTT="internet.wind" -> OK
after start connection
AT+CIICR -> OK
i've checked my ip and the output is real
AT+CIFSR -> 151.83.xxx.xxx
i started the connection with
AT+CIPSTART="TCP","[IP GOOGLE]","80" -> OK
and now i'm blocked...
someone can help me please?
Thank you so much!