7 years, 3 months ago.

Serial port supervision

I am testing an infrared remote control conponents and I want to know the value that the receiver get. So , I wonder how to print the returned value on the screen of PC, coding? Wires connection? Applications? Please give me the detailed solution. Thank you.

1 Answer

7 years, 3 months ago.

Hi there,

I would take a look at this article regarding debugging using printf() statements in your code: https://os.mbed.com/docs/v5.8/tutorials/debugging-using-printf-statements.html

You will need a serial monitor program on your computer such as TeraTerm or PuTTY to view the serial port output from your board on your computer.

Please let me know if you have any questions!

- Jenny, team Mbed

If this solved your question, please make sure to click the "Thanks" link below!