Hi all,
TOSBase uses interfaces:
interface BareSendMsg as UARTSend;
interface ReceiveMsg as UARTReceive;
interface TokenReceiveMsg as UARTTokenReceive;
interface StdControl as RadioControl;
interface BareSendMsg as RadioSend;
interface ReceiveMsg as RadioReceive;
It uses BareSendMsg interface but never transmits.How to make it transmit?
What is the purpose of TokenReceiveMsg interface?
Attached is TOSBase module file.
Regards,
Kishore
TOSBaseM.nc
Description: Cdf file
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
