Hi, I am playing with the SDK13 examples, UART (w/o softdevice). I use gnu gcc. The example runs and when I type q or Q the code goes to the printf(" \r\nExit!\r\n") as designed.
The problem is that I did not find a way to see that output on my terminal. I don't see printf("\r\nStart: \r\n") as well.
I tried with screen /dev/tty.SLAB_USBtoUART 115200 but the screen does not show anything.
What am I missing? Any suggestions?