Hello,
I need to have a moblie device connected to a Laptop, and obviously the trivial way is to use an endpoint and not a Router (since an endpoint is supposed to be mobile by nature). Low power consumption, needless to say, is not the driver for using an endpoint in this case (since it is connected to a Laptop).
All tests I performed indicate there is huge latency (1-4 seconds for a message to get sent from the endpoint once a button is pressed) when the device is registered as an endpoint. When I do the same thing on a device registered as a Router I get excellent performance - nearly instantly the messge gets sent.
I tried various ZCD_NV_POLL_RATE / ZCD_NV_QUEUED_POLL_RATE / ZCD_NV_RESPONSE_POLL_RATE configurations (for example 100ms, 50ms, 50ms respectively), yet in vain - the latency is still the same.
Does anyone know if this is what could be expected from an endpoint? or there is a way to significantly improve its performance? (I'm looking for a performance similar to a Router - well below 1 second to send out a data packet)?
Thanks in advance,
Zaphod.