Chat freely about anything...

User avatar
By gtalusan
#37354 Using Arduino's serial console is a pain. Seeing the ESP's 74880 baud junk at a POSIX-supported baud rate is equally painful, so I made picocom bend to my will.

Code:
Code: Select allhttps://github.com/gtalusan/picocom/commit/03e4f19f9268b13e730db0afddefc7b63053db16

How-to:
Code: Select allpicocom --imap lfcrlf -b 74880 /dev/tty.<YOUR USB SERIAL>

Enjoy!