Buffered Serial Port Driver for RTOS

Dependents:   nucleo_cannonball PiballNeoController

Embed: (wiki syntax)

« Back to documentation index

Example_printf.cpp File Reference

Example_printf.cpp File Reference

Formatted output. More...

Go to the source code of this file.


Detailed Description

Formatted output.

  • Uses SerialDriver with USBTX and USBRX.
  • Has much too small buffers, but printf is blocking, so it does not matter
  • The terminal will be flooded with text
  • LED4 indicates parallel thread working

Definition in file Example_printf.cpp.