Skip to content

solusipse/esp8266-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

esp8266-console

Handy console for serial communication with ESP8266 chip. Linux, OS X and Windows support.

Install

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'

Usage

esp8266-console is used for serial communication with your ESP8266-based board. I use it with cheap USB-Serial converter PL2303HX.

Example usage:

asciicast

Commands

device

device /dev/device_name

Set path to serial port.

speed

speed auto

Automatically detect baud rate.

speed 9600

Set baud rate to 9600.

connect

connect

Connect to selected device at selected speed.

close

close

Disconnect from the device.

License

See LICENSE.

About

Handy console for serial communication with ESP8266 chip

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages