You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2019. It is now read-only.
For xbee2/data the Transmit Options is masked with 0x08.
While the documentation says;
Others bits seems to also be used
to enable NACK messages (bit 2) and the Trace Route option (bit ?).
solution:
removing line 110 in /modes/xbee2/data.c
if (settings->broadcast) iBuf->data[pos] |= 0x08;
ref:
https://www.digi.com/resources/documentation/Digidocs/90000991/Default.htm#reference/r_frame_0x10.htm%3FTocPath%3DOperate%2520in%2520API%2520mode%7CAPI%2520frame%2520overview%7C_____5
https://www.digi.com/resources/documentation/Digidocs/90000991/Default.htm#reference/r_nack_msg.htm?Highlight=nack
https://www.digi.com/resources/documentation/Digidocs/90000991/Default.htm#reference/r_dm_trace_routing.htm?Highlight=Trace%20Route%20option
The text was updated successfully, but these errors were encountered: