UART and sprintfThanks for all the suggestions. I just found a setting in Atmel Studio 7 that had to be changed and...
UART and sprintfOK, good suggestion,tpb. The value returned by sprintf is Positive. Now, What does that tell us? ...
UART and sprintfHere is the code which,I hope, is more readable: [code] #define F_CPU 16000000UL #define BAUDRATE...
UART and sprintfThanks for these hints. The Atmega does support floating point. The %f flag in sprintf is to speci...
UART and sprintfI am going around in circles with this one and hope that someone can help. I am using an Atmega 3...