A place users can post their projects. If you have a small project and would like your own dedicated place to post and have others chat about it then this is your spot.

User avatar
By Hari K
#67915 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.