Re: [Tinyos-help] SerialForwarder issue with incoming packet size

2006-09-18 Thread Michael Schippling
It looks like the length field that the pc expects has been set to 0xff, which might be overlayed from some other data field. If you can use ListenRaw to get the actual message bytes you may be able to hand disassemble them and figure it out. I have a tiny tickle of a memory that this is a

[Tinyos-help] SerialForwarder issue with incoming packet size

2006-09-17 Thread Nuwan Ginige
Hi, I've been working on micaz motes using tinyos 1.1.10, and have been experimenting with the communication functionalities, specifically AMStandard and GenericComm. Recently, when using SerialForwarder in conjunction with the Oscilloscope application, I've been getting the following