I’m wondering if you guys can help me out with the default UART device for the mbed_lpc1768 board, to see printf and puts outputs in a serial client like putty.
I tried all pins (9/10/13/14/27/28) with several baudrates withouht success. Is there any other action I need to do before this works?
For this board, I think the default UART for stdio is available directly via the USB port. You just need to open /dev/ttyACM0 (on Linux) at 115200baud.