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 <[EMAIL PROTECTED]> 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 > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > -- ~Kevin _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
