digidotcom / xbee-python

Python library to interact with Digi International's XBee radio frequency modules.
Mozilla Public License 2.0
185 stars 93 forks source link

firmware: do not change the baudrate on a remote firmware update #131

Closed ihermida closed 4 years ago

ihermida commented 4 years ago

Do not modify the current XBee baudrate when doing remote updates, because we can not ensure a reliable serial communication for, in this case, 230400 bauds.

https://jira.digi.com/browse/DAL-2588

Signed-off-by: Isaac Hermida isaac.hermida@digi.com