Hello,

I have the following network, using CTP:

Node 03  ----> Node 00 (Root) -----> PC

Root node receives a message every 10 seconds from Node 03, and sends it to
PC.

The payload of the message is node ID(2B), seqNumber(2B), Data(8B)

However, when using the java listen serial tool I get the following output
(30 seconds):

00 FF FF 00 00 09 00 72 21 00 13 00 03 00 01 00 10
00 FF FF 00 00 0C 00 93 00 03 00 13 00 00 00 00 00 00 00 00
00 FF FF 00 00 09 00 72 21 00 14 00 03 00 01 00 11
00 FF FF 00 00 0C 00 93 00 03 00 14 00 00 00 00 00 00 00 00
00 FF FF 00 00 09 00 72 21 00 15 00 03 00 01 00 12
00 FF FF 00 00 0C 00 93 00 03 00 15 00 00 00 00 00 00 00 00

I only understand lines 2,4,6. which contain, in this order:
00 + Dest@ + Src@ + Length + GroupID + AMType + Payload

Why 6 rows, shouldn't be 3 rows only?
Where are the CTP and Serial Headers ? (Serial header should start with 7E
right?)

(My main objective is getting hops count from ctp header)

Thanks in advance. I am really stuck in this...

DG
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to