How to connect using CDC-UART with screen?

I was trying to follow the instructions at https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_nrf52_gs.html#connecting-to-the-application for testing my nrf52840 DK but the instructions for connecting are exclusively for Windows. Is there any tutorial on how to connect via CDC UART on macos? I'm familiar with the terminal so a terminal application would be fine (e.g. screen). I just need to know the correct command line flags. Thanks.

Related