ah...do you mean in the basestation which grabs radio messages
and forwards them on the serial port to a host machine?

In the T1 TosBase the function that gets radio messages is
RadioReceive.receive(). It sticks messages into a buffer queue
and then passes them to UARTSendTask(). You can probably squeeze
in there and fiddle the messages, but you've got to pay attention
to getting the right length and crc values.

MS


Joe Green wrote:
> Sorry about the first message.
> 
> I am trying to understand how the serial communication works. Where are 
> values taken from a radio packet and assigned to the serial packet? I 
> need specific code lines because I am trying to add an extra byte to the 
> serial package which needs to translate over from the radio package.
> 
> Thanks!
> Joe
> 
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to