Another Noob question I'm afraid,
I have a coordinator and a router set up and I can send a frame from one to another, no problem.
I'm trying to get a message across from a processor and I can see it come in on my router as a Transmit Request but it doesn't get sent.
If I create the same message in XCTU it sends and if I "copy packet information" for both the internal one that IS being sent and the one that isn't that comes from the microprocessor, they are identical.
Transmit Request (API 2)
7E 00 16 10 01 00 00 00 00 00 00 00 00 FF FE 00 00 48 69 20 43 6F 6F 72 64 29
Start delimiter: 7E
Length: 00 16 (22)
Frame type: 10 (Transmit Request)
Frame ID: 01 (1)
64-bit dest. address: 00 00 00 00 00 00 00 00
16-bit dest. address: FF FE
Broadcast radius: 00 (0)
Options: 00
RF data (HEX): 48 69 20 43 6F 6F 72 64
RF data (ASCII): Hi Coord
Checksum: 29
Transmit Request (API 2)
7E 00 16 10 01 00 00 00 00 00 00 00 00 FF FE 00 00 48 69 20 43 6F 6F 72 64 29
Start delimiter: 7E
Length: 00 16 (22)
Frame type: 10 (Transmit Request)
Frame ID: 01 (1)
64-bit dest. address: 00 00 00 00 00 00 00 00
16-bit dest. address: FF FE
Broadcast radius: 00 (0)
Options: 00
RF data (HEX): 48 69 20 43 6F 6F 72 64
RF data (ASCII): Hi Coord
Checksum: 29
Am I missing a setting somewhere to tell the router to actually send the Transmit Request when it receives it?
Thanks