Chris--A / PrintEx

An extension to the Arduino Print library, and much, much more...
GNU General Public License v3.0
61 stars 16 forks source link

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

Open ravipodila opened 3 years ago

ravipodila commented 3 years ago

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.

TensorMan commented 3 years ago

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