Programs such as minicomscreen and, screenminicom or (my favorite)
picocom are useful if you want bidirectional communication
communication betweenbetween the Arduino and the host computer. If you only
want want to read what
what the Arduino sends, that can be done with cat:
stty -F /dev/ttyACM0 raw 115200
cat /dev/ttyACM0