I want to test the communication between two Xbee devices in API mode through the X-CTU software. The devices I am using are Xbee Series 2.
I have configured them as follows
Radio 1.
XB24-ZB Ver:2147
ZIGBEE COORDINATOR API(AP=2)
Pan ID: 1234
SL:13A200 (But when i configure it as AP=2 mode, this value changes to 7D33A2)
SH:408ADABA
Radio 2.
XB24-ZB Ver:23A7
ZIGBEE ROUTER API(AP=2)
PAN ID :1234
SL:13A200 (But when i configure it as AP=2 mode, this value changes to 7D33A2)
SH:406B8048
Also i have configured its D2,D3,D4,D5,D6,D11,D12 pins as digital input and iosampling rate=0xbb8(3000)
when i click the terminal tab of coordinator it continuously receives some api packets(i guess it reflects the status of router Xbee). In hex it reads as follows-
7E 00 12 92 00 7D 33 A2 00 40 6B 80 48 51 12 01 01 18 7D 5E 00 00 62 E8
I dont know what kind of package it is and would like to know what it is?
also i want to turn say DIO4 pin high(of the router )…
what command or frame should i transmit from the terminal of coordinator in order to turn the led connected to DIO4 pin of router high or low??