Team,
I am following the exact same steps given in the AirPrime_HL6_and_HL8_Series_AT_Commands_Interface_Guide_Rev19_0 page number 780 How to Use TCP Commands but i am not able to create the successful TCP connection.
As soon as I Get CONNECT response from Modem, i send “GET / HTTP/1.0 but i do not get any response after that.
it stays here for 1 min, after that timeout happens.
It looks like i am not getting any response from HTTP/1.0 page?
any help will be greatly appreciated!
AT+KTCPSND=1,18
Send data with KPATTERN string at the end. e.g. “GET / HTTP/1.0
CONNECT
I am getting +KTCP_NOTIF:1, 8, and then +KTCP_NOTIF: 1,4
so it looks like it is waiting for more or less characters as per the manual.
I wanted to know how many bytes I should mention in AT+KTCPSND=1,
when i request below
“GET / HTTP/1.0–EOF–Pattern–