[Tinyos-help] message received in TOSBase from OscilloscopeRF
Nashwa Abo Elneel
engineer_n2003 at yahoo.com
Sat Mar 1 10:50:51 PST 2008
Hi,
I have a question regarding the radio message received by the TOSbase application from the oscilloscopeRF application.
in the TOSBaseM module UARTSendTask, the uartQueueBufs represents the message received from the radio. does the UARTSendTask sends this message to the UART with its originally computed CRC (CRC computed before being transmitted over the radio) ? or it omits this radio CRC and sends the 31 byte length message coming from the oscilloscopeRF application without its original CRC and computes another one based on the UART data format?
in other words, i need to edit the data received from the radio by the TOSBase module before sending it to the UART (for example divide it into two packets and call the sending task twice), does anybody know where exactly can i edit this data before calling the UARTSend.send task? in case i edited this data, shall i recompute the CRC for it again before giving it to the UARTSend.send task or the UARTSend.send task will do the job?
in case i need to re-compute the CRC shall this be done for the whole TOS_MSG (header and payload)
i hope i made myself clear.
many thanks in advance,
Nashwa
---------------------------------
Never miss a thing. Make Yahoo your homepage.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20080301/4bb53858/attachment.html
More information about the Tinyos-help
mailing list