Newbie Simple Configuration Help

Hi.

I just have two series two modules and I need them on API mode. I need to send data from an analog input on my end device to my coordinator.

My firmware is 2964 on END_DEVICE as ZIGBEE END DEVICE API.
My firmware is 2164 on COORDINATOR as ZIGBEE COORDINATOR API.

This is my setup:

Coordinator:
PAN ID:3332
NI:COORDINATOR
DH=0
DL=FFFF
AP=2

End Device:
PAN ID:3332
NI:END_DEVICE_1
DH=0
DL=0
D0=2 //READ THE ANALOG SENSOR ON PIN 20
IR=1388
AP=2

Is this correct??? Is there something else I need to setup??? How can I test communication with X-CTU to confirm the link beetween them???

Hi
Firmware ver looks right.
AP=2 is a bit more difficult to use.Rather use AP=1
use x-ctu terminal assemble packet as follow:
Put display in hex. very important
7E 00 0F 17 01 XX XX XX XX XX XX XX XX FF FE 02 49 53 CS
XX= DESTINATION ADDRESS ALSO KNOWN AS DESTINATION SERIAL NUMBER.
CS = CHECKSUM
FF- (17+01+XX+XX+XX+XX+XX+XX+XX+XX +FF+FE+02+49+53)
ONLY LAST TO BYTES.
RESPONSE MUST BE SOMETHING LIKE THE FOLLOWING
7E 00 15 97 01 XX XX XX XX XX XX XX XX XX XX 49 53 00 00 0000 02 03FF CS
ITS IMPORTANT THAT AFTER 53 THERE MUST BE 00 = OK