Remote AT config

I have this packet

7E 00 0E 17 52 00 13 a2 00 40 08 F9 2E FF FF 44 4C E4

It shoudl request the destination address (low) from the remote unit whose address is 00 13 a2 00 40 08 F9 2E.

The response is

7E 00 0f 97 52 00 13 a2 00 40 08 f9 2E ff ff 4C 03 02 a3

Which I do not understand. The data being 4c 03 02. The 03 02 is sometimes 00 02 but either way it isn’t the destination address. Any suggestions?

I would be nice to have some real documentation for the 1XCX software then maybe I wouldn’t be stumbling in the dark quite so much.

I’ve been stumbling in the dark, but a little bit of light is shining now. OK, famous last words. But try this packet:

7e 00 0f 17 [frameid] [8-byte address] ff fe 02 44 4C [checksum]

The network id is as suggested by Digi and the 02 following it was missing in your original.

HTH