Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 9 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, 9 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