I've been trying to receive messages on my PC using telosb motes and a
root mote based on the ctp protocol and the Serial802_15_4 component.
Although I can see data coming through if I use Listen, nothing seems to
be received by MoteIF. Tracing through the code, there is a line that says
if (packet[0] != Serial.TOS_SERIAL_ACTIVE_MESSAGE_ID)
return; // not for us.
in Receiver
Since the packets coming back from the root mote have a different
message id (TOS_SERIAL_802_15_4_ID from what I can see) all messages
coming back are dropped.
Is there a version of MoteIF/Receiver that accepts 802.15.4 serial
packets available, or should I be going via some other route?
Doug
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help