[Tinyos-help] Problem in printf library
Kevin Klues
klueska at gmail.com
Wed Jul 2 10:26:58 PDT 2008
If you are printing stuff out in quick succession, it may be due to
the fact that the 'old' printf library will fail any attempt to print
characters while in the middle of flushing out a message. With loner
messages this takes more time, and it is therefore more likely that
characters may be lost. The newest version of printf (i.e. the one in
the cvs HEAD doesn't have this problem anymore).
Kevin
On Wed, Jul 2, 2008 at 9:28 AM, Shikhar Sachan <shikhar.sachan at gmail.com> wrote:
> Hello Users,
>
> I had been using the printf library and the printfs worked absolutely
> fine ... however ... after I changed the default msg size from 28
> bytes to 42 bytes (TOSH_DATA_LENGTH 28).... my printfs have started
> giving me problems ... I have no idea why this is happening.
> The printing skips some characters. I donot how changing length of
> messages could affect printfs. I hope I am able to find a solution.
>
> Shikhar
> _______________________________________________
> Tinyos-help mailing list
> Tinyos-help at millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
--
~Kevin
More information about the Tinyos-help
mailing list