Shell - Cat Serial Port
Last Updated: 1719Z 22APR21 (Created: 1719Z 22APR21)
# Configure port
$ sudo stty -F /dev/ttyACM0 raw speed 9600 -crtscts cs8 -parenb -cstopb

$ cat /dev/ttyACM0

# Logging with time stamps
$ ts "%m-%d-%y %H.%M.%S" < /dev/ttyACM0 > arduino.log