Hi, I'm sending AM packets to a mote from a PC via USB at a rate of 20 ms with data payload = 33 bytes. I've disabled the ack mechanism in the PC to mote USB transfer. But only a fraction of the packets I send reach the mote (I am incrementing a counter in the UartReceive.receive event). On the other hand, if I comment out the "post radiosendtask()", all packets I send from the PC reach the mote.
Is the radio send api call taking more than 20 ms to send out 33 bytes of data? A simple back-of-envelope calculation using the data rate of 250kbits/sec over the radio shows that a packet of 33 bytes should take 1 ms to send out. I'd really appreciate any help on this issue. Thanks, Bhavish _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
