10 years, 2 months ago.

Is there a way to check my output before burning the program into my mbed board?

a simple "hello world" was created and compilation was successful. Please tell me a way to see this hello world displayed in software itself.

Question relating to:

1 Answer

10 years, 2 months ago.

The code you compile can only be run on the microcontroller itself. If you want to see the code on your screen you would have to run it on the microcontroller and send it over the USB serial port and view it in a terminal program.

See this: http://mbed.org/handbook/SerialPC