2021-10-06 04:16 PM
Device: B-L475E-IOT01A
Interface: Micro USB to USB cable
Laptop: Macbook Pro; Mac OS 10.13
IDE: STM32CubeIDE
Problem:
I was attempting to print messages that would be displayed across the serial console that I could read either through the STM32CubeIDE or from a terminal on my MacBook via screen.
I've tried using screen on my terminal of my MacBook:
screen /dev/tty.cumodemFD1223 115200
I've also tried using the debug console within the STM32CubeIDE but I have been unable to read any serial messages.
Is anyone able to help debug and resolve this issue?