Add new comment

I get 2 piece ESP-201 from http://www.aliexpress.com/item/ESP8266-serial-WIFI-Industrial-stable-version-A-full-test-board-Full-IO-leads-ESP-201-IPX/32290998969.html and use PL-2303HXC to connect from ubuntu 14.04. I try many time with esptools.py, arduino IDE 1.6.5 and EXPlorer.
Connect:
Tx     -> Rx on PL2303
Rx     -> Tx
GND -> GND

VCC  -> 3.3V (onother power)
IO0   -> GND
IO15 -> GND
Chip_EN -> VCC

but can not connect, also try with all boudrate listed on ESPlorer and Arduino IDE.

But with Putty, when I use 115200, return "lb.lrl" ( code "6C 62 0E 6C 72 6C")
with Putty, I change IO0 to VCC, and float IO15, return "nn|..`." (code "6E 6E 7C 90 92 60 02")
when I change to another boud rate, some another code print out.
all time can not enter anything to Putty

Anyone can suggest me something to solve? Ihave try one day to change many speed but no result.