-->
Page 1 of 1

picocom on OS X with custom baud rates

PostPosted: Mon Dec 28, 2015 9:39 pm
by gtalusan
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!