Esp8266 (server) AT+CIPSEND (closed)
Posted: Tue Sep 03, 2019 2:57 am
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
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