Page 1 of 1

Esp8266 (server) AT+CIPSEND (closed)

Posted: Tue Sep 03, 2019 2:57 am
by viktor_au
Hello

I do study the AT-commands and have managed to move through the setup commands until I stopped at AT+CIPSEND command.
I cannot figure out the proper command sequence and cannot move forward.

Please help me to understand: what is the correct way to do it?

1. AT+CIPSEND=id,length (length for multiple) (Set command)
2. "AT+CIPSEND=<html><p>test</p></html>" ( Execute ->Send data)

Or:
1. AT+CIPSEND=id,length (length for multiple) (Set command)
2. <html><p>test</p></html>\r\n" ( Execute ->Send data)

PS
Should I enclose the "AT+CIPSEND=" and "<html><p>test</p></html>\r\n"?

Thanks

Re: Esp8266 (server) AT+CIPSEND help

Posted: Tue Sep 03, 2019 7:03 am
by viktor_au
I think I should send the:
> 3E
< 3C
separately.
Is it correct?

Re: Esp8266 (server) AT+CIPSEND

Posted: Tue Sep 03, 2019 8:50 am
by viktor_au
Found a good article

https://www.elecrow.com/wiki/index.php? ... le_ESP8266

Solved all my problems