Esp8266 (server) AT+CIPSEND (closed)

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 8.

Moderator: Benj

Post Reply
viktor_au
Posts: 342
Joined: Fri Jan 26, 2018 12:30 pm
Location: South Australia
Has thanked: 44 times
Been thanked: 60 times
Contact:

Esp8266 (server) AT+CIPSEND (closed)

Post 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
Last edited by viktor_au on Tue Sep 03, 2019 8:50 am, edited 1 time in total.

viktor_au
Posts: 342
Joined: Fri Jan 26, 2018 12:30 pm
Location: South Australia
Has thanked: 44 times
Been thanked: 60 times
Contact:

Re: Esp8266 (server) AT+CIPSEND help

Post by viktor_au »

I think I should send the:
> 3E
< 3C
separately.
Is it correct?

viktor_au
Posts: 342
Joined: Fri Jan 26, 2018 12:30 pm
Location: South Australia
Has thanked: 44 times
Been thanked: 60 times
Contact:

Re: Esp8266 (server) AT+CIPSEND

Post by viktor_au »

Found a good article

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

Solved all my problems

Post Reply