Chat freely about anything...

User avatar
By lukas252
#9746
villTech wrote:i did not completely check your first post, just noticed the 2nd one.

you shoudnt be adding \r\n on your request. \r\n is meant to be cr lf or enter key.

if you are using arduino serial terminal, set it to send both cr lf, and press it twice.

also, cr lf or \r\n or enter key is 2 char. that is 0x0D 0x0A


Thank you, now I just pressed enter 2x and it works, thank you again. But now if I want arduino to send this command not me over the terminal to esp8266, I use \r\n for cr lf or something else?