Hello,

I want to send several radio messages using BareSendMsg.send.

If I write something like that it does not work:
timer.fired()
{
    result= call BareSendMsg.send(msg);
    wait(10 seconds);
    result1=BareSendMsg.send(msg);
    if (result==SUCCESS) leds red on;
    if (result1== SUCCESS) leds yellow on;
}

Only the red led is on, the yellow led is off. Do you know why?

I tried to send the second message in BareSendMsg.sendDone but I only receive 
the first message not the second one. 
Could you please tell me how does it work?

Thank you very much.

Sofia

_________________________________________________________________
Chatea sin límites en Messenger con la tarifa plana de Orange
http://serviciosmoviles.es.msn.com/messenger/orange.aspx
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to