Hy to all, I'm working with tinyos 2.0.1 and telosb (Tmote sky) motes. Till now, applications where MsgReader has been used have always worked fine. However, now I'm working on an application that before starting sends data stored into flash to the serial port, and if the node is a basestation (after the completion of this first phase) sends out also other kind of messages. The problem is that messages coming from the first phase are correctly parsed with message reader (and displayed), but once the application change the kind of messages sent to the serial (obviously I also have 8 seconds to change the type of message at which the MsgReader is listening) nothing is displayed (except the resynchronizing message...), The problem is net.tinyod.tools.Listen display row data correctly, so the bytes are received correctly at the serial port!
I've read similar problems in previously posts on this mailing list but no one has received answer: http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2006-November/020992.html http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2006-September/019821.html Please help! Flavio _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
