Hi All,
I am trying to display a message on the screen using Listen tool but am always
getting "Bad packet" or "Packet too long" error. I have tried out several
things but couldn't figure out what to do?The message I want to display is
simply an uint8_t number.
I am using tinyos1.x and telosb motes.
pPacket = (packet_msg *)report.data;pPacket->c_len =
MSG_LEN;memcpy(pPacket->content, message, MSG_LEN);call
PacketMsg.send(TOS_UART_ADDR, sizeof(packet_msg), &report);
Thanks in advance,
Kartik.
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help