picocom on OS X with custom baud rates
Posted: Mon Dec 28, 2015 9:39 pm
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:
How-to:
Enjoy!
Code:
Code: Select all
https://github.com/gtalusan/picocom/commit/03e4f19f9268b13e730db0afddefc7b63053db16
How-to:
Code: Select all
picocom --imap lfcrlf -b 74880 /dev/tty.<YOUR USB SERIAL>
Enjoy!