Compiler Issue: How to view output?

20 Apr 2011

Hello all, so I was trying this program: http://mbed.org/cookbook/ID12-RFID-Reader

I compiled it in the mbed online compiler and as the code should show an output but there was none?

So is there a way to see an output like in Visual Studio C++ like getting a dos screen or something? Sorry I am new to this.

Any literature to read for this?

Thank you all for all the support, help and guidance..

20 Apr 2011

Hi,

you cannot see an output in a dos screen like with vs. you need a serial terminal to see, what the microprocessor tells you via a serial connection. try this: http://mbed.org/handbook/SerialPC ,could be useful.

Greetings