Handy console for serial communication with ESP8266 chip. Linux, OS X and Windows support.
sudo easy_install pyserial
sudo bash -c 'curl \
https://raw.githubusercontent.com/solusipse/esp8266-console/master/esp8266-console.py > \
/usr/bin/esp8266-console && chmod a+x /usr/bin/esp8266-console'
esp8266-console is used for serial communication with your ESP8266-based board. I use it with cheap USB-Serial converter PL2303HX
.
Example usage:
device /dev/device_name
Set path to serial port.
speed auto
Automatically detect baud rate.
speed 9600
Set baud rate to 9600.
connect
Connect to selected device at selected speed.
close
Disconnect from the device.
See LICENSE
.