jefffhaynes / XBee

A .NET library for XBee wireless controllers
MIT License
40 stars 17 forks source link

controller.GetNodeAsync() sometimes returns null #51

Open PaulHeitkemper opened 6 years ago

PaulHeitkemper commented 6 years ago

i have a system where my nodes are running in sleep mode 5. They wake up every 200(ish) seconds. I have found that controller.GetNodeAsync() will often return null after it has attempted several messages to the node during the sleep. Even if I then hard-wire the sleep-request to ground to essentially make it permanently awake, I cannot communicate to the node.

Any ideas of a better way to handle that?