Hi, Perhaps I'm not understanding the question. For debugging my last project I was sending arbitrary data via a Tmote's UART1. Then I showed it on the screen using the TinyOS UART Listen Tool. Also I eliminated the headers from serial packets so that I only get raw data. Something like this:
00 FF 04 A1 FE 01 03 00 00 FF ... so forth On Wed, Aug 29, 2012 at 10:25 AM, Andrew Rudgewick-Brown < [email protected]> wrote: > I need to be able to reliably output arbitrary text to the UART for > debugging and data collection. I've tried using the PlatformSerial > module, however this doesn't provide buffering and frequently loses data. > I'm trying to get around this by implementing a separate buffer but I'm > unable to debug the code as platformSerial fails to compile for Tossim > and I obviously can't use the serial port for debugging on avrora or > actual motes. > > Anyone know how to solve this problem? > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help >
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
