ms from last packet:
939
ms from last packet:
31
ms from last packet:
32
ms from last packet:
29
ms from last packet:
30
The delay of packet transmission is about 30 milliseconds. For my application I need to get off at least 10-15ms. Can I do it?
The delay depends of the library?
Hi Michelle,
I am sorry I missed your message a while back. In case you are still having trouble, I would recommend flushing the serial port buffer after sending a message to an XBee. It is possible that the serial port stream is buffering the message briefly before passing it to the local XBee.
This may be done using the following code:
ser.flush()
Place that after each call to XBee.send().
Regards,
~Paul Malmsten
--
You received this message because you are subscribed to the Google Groups "Python XBee" group.
To unsubscribe from this group and stop receiving emails from it, send an email to python-xbee...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.