Thanks Janos! I'll try it.
Janos Sallai wrote: >> Is it hopefully possible to distinguish between received ACK and >> timeout? With value in error definitely not. But maybe there is some >> function (for CC2420 and RF230), could be called in sendDone to get the > >> answer whether it was ACK or timeout? > > Sure. Use the PacketAcknowledgements interface: > async command bool wasAcked(message_t* msg); > > It's provided by the ActiveMessageC component. > > Janos > > _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
