RTOS safe buffered serial driver

Fork of SerialDriver by BlazeX .

Embed: (wiki syntax)

« Back to documentation index

Example_Blocking.cpp File Reference

Example_Blocking.cpp File Reference

Test blocking write / read. More...

Go to the source code of this file.


Detailed Description

Test blocking write / read.

  • Uses SerialDriver with USBTX and USBRX.
  • Has much too small buffers, to how far can it get?
  • Testing how much bytes were transmitted, with too small TX buffer and forced non blocking
  • Waiting till 10 bytes are received
  • LED4 indicates parallel thread working

Definition in file Example_Blocking.cpp.