10 years, 11 months ago.

simple question

i dont have background about C++ what pc.printf() do? thanks

1 Answer

10 years, 11 months ago.

See for printf: http://www.cplusplus.com/reference/cstdio/printf/

pc.printf is the same, but specically for the USB virtual com port of the mbed. For the mbed the default output location of printf is that port, so pc.printf is identical to printf (unless the default output is rerouted somewhere else). See also: http://mbed.org/handbook/SerialPC

Accepted Answer

thanks for your answer..

posted by nizar bakier 22 May 2013