The most useful for my application will probably be "the time from send() to sendDone()", since I need to coordinate several actions based on the time at which a packet would be received if the transmission is successful (but without depending on it actually being received, i.e., without using the receive event).
Thanks, Tal > > On Jan 7, 2008, at 12:04 AM, Tal Rusak wrote: > >> Hi, >> Is it possible to tell (or measure) precisely the time it >> takes to >> transmit a packet in the example applications TestSerial (for packets >> sent to and from the serial port) and RadioCountToLeds (for mote-mote >> radios)? If so, how? >> Thanks for your help in advance. > > By "time it takes to transmit" do you mean the duration of time from > the first to the last bit, the time when the first bit is sent, or > the time from send() to sendDone() (i.e., including RF backoff, > serial control messages, etc.). > > Phil > _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
