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
