-->
Page 1 of 1

comsniff - a no-fuss way to debug the ESP8266 (windows only)

PostPosted: Tue Jul 04, 2017 1:04 pm
by Hari K
I just finished writing up comsniff, a very simple command-line program for windows that allows you to read from and write to the com port -- a sort of poor man's ESPlorer. I find it very useful in day-to-day debugging, mainly due to the ease of invocation, and thought there may be others looking for something like this. So here it is:

https://github.com/klarsys/comsniff

There's source code as well as a pre-built executable.

Re: comsniff - a no-fuss way to debug the ESP8266 (windows o

PostPosted: Tue Jul 04, 2017 2:19 pm
by rudy
8-) cool