GNU/Linux xterm-256color bash 601 views

picocom access to the marlin serial console:


picocom -b 115200 --imap lfcrlf  -c     /dev/ttyACM0
^         ^             ^         ^     ^
|         |             |         |     |---- serial port to connect to
|         |             |         |---- toggle "local echo" mode 
|         |             |---- remap all line-feed characters to a carriage return and line feed 
|         |---- baud rate 
|---- command 

terms:

local echo: display all locally typed characters to the terminal

line-feed: https://en.wikipedia.org/wiki/Newline

carriage return: https://en.wikipedia.org/wiki/Carriage_return

baud rate: https://en.wikipedia.org/wiki/Serial_port#Speed