I use a variable radioBusy as in lesson 3 in order to manage the send of 
successive message as follows.
radioBusy= true after AMSend()
and
radioBusy=False in sendDone()

I which that , before each send, the system wait until radioBusy =False as 
follows

AMsend()
radioBusy= true 

while(radioBusy); //wait until senddone() is executed ==>the problem is that 
the system plant here?

AMsend(); //another message

the system plant at the while instruction
any help please?
**********************************************
Omar Cheikhrouhou 
Engineer & Researcher @SENS Lab (Software Engineering and Network Security)
Higher Institute of Technological Studies - Address : Mahdia's road Km 2.5 
Sfax. BP 88 A - 3099 El Bustan Sfax Telephone : (+216)74 237425 Poste : 
437 Fax: : (+216)74 431 386
Ph.D @ CES Lab (Computer and Embedded System)-University of Sfax, National 
School of Engineers BP W, Sfax, 3038, Tunisia , Fax:(+216)74665369 

Home page: http://www.ceslab.org/eng/perso.php?id=46

Coordinator C2i @ ISET Sfax (Certified C2i since 2008)


      
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to