Packet Transmission

I am using the following hardware/software
XSTICK: XU-Z11 (network coordinator)
XBEE RF Module: XB24CZ7RIS-004 (end device)
XCTU Version 6.3.0

I am trying to send a packet from my end device to my coordinator; so far unsuccessful. I am sending the letter “S” to the UART port of my end device at a baud rate of 9600, 8 bits, 1 stop bit, no parity. API Output Mode (AO) set to Explicit on both devices. API Enable (AP) set to 1 on both devices. I turn on my device and the consoles window begins to display packets coming and going to the coordinator. I’m under the assumption that I am looking for an Explicit RX Indicator packet with a Receive option of “02” indicating that it was a broadcast packet, the 64-bit source address matches my end device, and the RF contains the letter “S”. So far, I’ve only seen packets full of random characters and Receive option of “01”. Is there a major step that I am missing here?

Can you share both Tx and Rx API frames here?

I only get three types of frames: Explicit RX Indicator, Transmit Status, and Explicit Addressing Command Frame. The Explicit RX Indicator seems to vary in length as well.

Explicit RX Indicator (API 1)

7E 00 62 91 00 13 A2 00 40 B8 22 41 AC 1B 00 00 80 32 00 00 01 B0 00 50 3C 0F 00 00 03 00 00 00 00 03 00 00 00 00 03 00 00 00 00 03 00 00 00 00 03 00 00 00 00 03 00 00 00 00 03 00 00 00 00 03 00 00 00 00 03 00 00 00 00 03 00 00 00 00 03 00 00 00 00 03 00 00 00 00 03 00 00 00 00 03 00 00 00 00 03 00 00 6C

Start delimiter: 7E
Length: 00 62 (98)
Frame type: 91 (Explicit RX Indicator)
64-bit source address: 00 13 A2 00 40 B8 22 41
16-bit source address: AC 1B
Source endpoint: 00
Destination endpoint: 00
Cluster ID: 80 32
Profile ID: 00 00
Receive options: 01
RF data: B0 00 50 3C 0F 00 00 03 00 00 00 00 03 00 00 00 00 03 00 00 00 00 03 00 00 00 00 03 00 00 00 00 03 00 00 00 00 03 00 00 00 00 03 00 00 00 00 03 00 00 00 00 03 00 00 00 00 03 00 00 00 00 03 00 00 00 00 03 00 00 00 00 03 00 00 00 00 03 00 00
Checksum: 6C

Transmit Status (API 1)

7E 00 07 8B B0 AC 1B 00 00 00 FD

Start delimiter: 7E
Length: 00 07 (7)
Frame type: 8B (Transmit Status)
Frame ID: B0 (176)
16-bit dest. address: AC 1B
Tx. retry count: 00 (0)
Delivery status: 00 (Success)
Discovery status: 00 (No discovery overhead)
Checksum: FD

Explicit Addressing Command Frame (API 1)

7E 00 16 11 B0 00 13 A2 00 40 B8 22 41 FF FE 00 00 00 32 00 00 00 00 B0 4B 04

Start delimiter: 7E
Length: 00 16 (22)
Frame type: 11 (Explicit Addressing Command Frame)
Frame ID: B0 (176)
64-bit dest. address: 00 13 A2 00 40 B8 22 41
16-bit dest. address: FF FE
Source endpoint: 00
Dest. endpoint: 00
Cluster ID: 00 32
Profile ID: 00 00
Broadcast radius: 00 (0)
Transmit options: 00
RF data: B0 4B
Checksum: 04