Skip to content

Instantly share code, notes, and snippets.

@tstellanova
Last active January 7, 2021 19:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tstellanova/71c9ce71b310646344d020d680314153 to your computer and use it in GitHub Desktop.
Save tstellanova/71c9ce71b310646344d020d680314153 to your computer and use it in GitHub Desktop.
Particle serial logging interactive terminal settings (for eg cloud-debug) using picocom

Serial logger output tends to be ugly on raw terminal because of missing carriage returns. With picocom you can map raw LFs to CRLF:

picocom -b 115200 --imap lfcrlf  /dev/ttyACM0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment