User profile: dabineri

User info
User name:dabineri
Name:David Abineri
Location:Virginia
History
Joined:
Number of posts:5
Latest posts:

UART and sprintf
Thanks for all the suggestions. I just found a setting in Atmel Studio 7 that had to be changed and...

UART and sprintf
OK, good suggestion,tpb. The value returned by sprintf is Positive. Now, What does that tell us? ...

UART and sprintf
Here is the code which,I hope, is more readable: [code] #define F_CPU 16000000UL #define BAUDRATE...

UART and sprintf
Thanks for these hints. The Atmega does support floating point. The %f flag in sprintf is to speci...

UART and sprintf
I am going around in circles with this one and hope that someone can help. I am using an Atmega 3...