Hi,all.
Recently, I do experiments with mica2. One mote installed Basestation
program to forward message the serial port of PC.I found a strange question
.If the length of payload of the serial packet is 17 or 19 Byte, the length
filed of serial packet header missed.

For example:

7E 45 00 00 02 00 08 00 36 00 01 00 16 00 08 04 80 0A 01 01 AA AA 02 BB BB
03 CC CC 41 DE 7E

The packet is listened by Terminal in PC. It missed the length filed of
serial packet header, but the value of CRC used the length filed。

The right packet should be:

7E 45 00 00 02 00 08 *13* 00 36 00 01 00 16 00 08 04 80 0A 01 01 AA AA 02 BB
BB 03 CC CC 41 DE 7E.

         What's the problem?
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to