USB Console outputting gibberish

Hello all,

I’m using an mbed 1768 which I’ve just updated with the latest firmware. I’m trying to run the LORAWAN example & when using the command:

screen /dev/ttyACM0

All I get is gibberish. I’ve run older programs have an they send output correctly.

The command

ls /dev/ttyACM*

returns

/dev/ttyACM0

Am I missing something?

Thanks,

Found this:

https://os.mbed.com/docs/mbed-os/v5.15/tutorials/debugging-using-printf-statements.html

& used

screen /dev/ttyACM0 115200

With success