Monitor serial connection with screen

Published at

#arduino #macos #terminal-shell

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

SHELL
$ ls /dev/tty*

Arduino uses the format /dev/tty.usbmodem<some number>.

Source: