Hello all,

on my 1121 the program memory is nearly full. To save some code I only use puts() instead of printf(). But the controller is connected via the serial port to a PC and it would be convenient to have the possibility to print also variables not just strings.

Is there a limited version of printf() available that maybe only accepts a reduced number of formatting rules but is therefore smaller?

Then I need a scanf() to extract strings and floats from a buffer (serial input buffer). I looks like scanf is not in the library - right? Is there a "small" scanf function available e.g. in one of the examples ...?

Thanks a lot,
Peter

--
Peter Mueller
peter.o.muel...@gmx.de


Reply via email to