PrintEx icon indicating copy to clipboard operation
PrintEx copied to clipboard

I am using Arduino board and want to print using printf on serial moitor

Open ravipodila opened this issue 4 years ago • 1 comments

I am using Arduino board and run FreeRTOS based application which is written in c language using AVR plugin on Eclipse IDE. I want to print using printf on serial moitor. Can you please help me how can I use your code for doing the same.

ravipodila avatar May 17 '21 08:05 ravipodila

Ravi You've hit the famous "No printf %f in Arduino" issue, I assume. Look at the main PrintEx page for examples. Look at how to install on Eclipse or this,for Arduino IDE Installing Arduino Libs from github . Beware, PrintEx is not actively maintained and it has at least one serious bug (#26) - work-around is pretty straightforward however

TensorMan avatar Jun 26 '21 11:06 TensorMan