Hello there,
I am working with XBee Pro DigiMesh 2.4 device. At the moment I am implementing frames parser (API mode) in the MCU controlling the Xbee. To do that I am looking at “API Operation” section in Xbee pro datasheet (page header: XBee®/XBee PRO® RF Modules ‐ 802.15.4 ‐ v1.xEx [2009.09.23]). In this section I found following inconsistencies:
On page 61 it says that “TX (Transmit) Request: 64-bit address” has API Identifier = 0x00. In the XCTU however, as well as github library repo it states that the API identifier is 0x10. Similar situation for “TX (Transmit) Status” on page 63. Datasheet says 0x89, XCTU says 0x8B.
I would appreciate all help regarding this.