10 years, 9 months ago.

Help with debug-mode, what´s std-out?

I need help with std-out. Im working with mbed NXP LPC1768. When using printf-command in c-code I´m unable to find out where the answer was sended.

When working with NUCLEO ST32F411RE I´ve a virtual COM-Port via the USB-connection. In windows device-manager I can see the com-port-number. When using printf-command on this platform, std-out is this COM-Port.

Is NXP LPC1768 similar to NUCLEO with this function?

1 Answer

10 years, 9 months ago.

Yes it is identical. Only you need to get the drivers from a different location: http://developer.mbed.org/handbook/Windows-serial-configuration

Accepted Answer