Tomer Abramovich wrote:I tried to connect to my ESP-08 via FTDI but I can't open the serial connection from my computer. I found that Windows assigned it to COM6 and when I open this port via Putty and hard reset the module I receive a few garbage characters (maybe 4-8) and that's it. I also tried a few different baud rates but all results in the same thing. Is there something else I need to configure? Like data bits, stop bits, parity, flow control, etc...
EDIT:
Using 76800 baud rate I receive [a] message:
ESP8266s bark out that initial stuff at 76800, then start communicating at their preset rate (default 115200). So if your terminal's at 115200, you'll always see initial garbage characters, then you should see something intelligible which ends in 'OK'. At that point you can start trying AT commands - eg AT+RST.
Note that you need to enter a carriage return AND a newline after an AT command. I recommend getting the Termite serial console because you can set it to do that automatically when you hit ENTER.