ESP8266 Command Termination

For questions and comments on programming in general. And for any items that don't fit into the forums below.

Moderators: Benj, Mods

Post Reply
georgp
Posts: 37
Joined: Tue Sep 03, 2013 8:29 am
Has thanked: 8 times
Been thanked: 4 times
Contact:

ESP8266 Command Termination

Post by georgp »

Hi after a lot of firmware issues finally got something that talks back to me. When I use flowcode to talk to the ESP8266 I can see all the right AT commands but no response back. It seems like the command termination is not correct. I am doing this on an Arduino UNO board with sparkfun shield, actually I tried it on the Wee with and Xbee shield and the same result. Dont think the Return is going through.
Any ideas on this. THX

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: ESP8266 Command Termination

Post by Benj »

Hello,

The component should have a "Command Termination" property that selects the correct command termination. Newer modules require the "\r\n" mode to correctly terminate commands.

Post Reply