Monitor serial connection with screen
Published at
This TIL is more than a year old. Some details may have changed.
Connect to developer board (Arduino/RPi Pico/etc) using screen, to monitor serial output from a terminal emulator on macOS.
Find port
$ ls /dev/tty*Arduino uses the format /dev/tty.usbmodem<some number>.
Source: