Hi, I'm trying to know the address of all nodes in my networks (for now there are only two nodes, concentrator and router, but I wanna make it simple before a go deep). I created my network with my Concentrator by creating my PANID, assigning a channel and also putting DH 0 and DL 0F. This is the config from my Xbee S2D Concentrator
CE 1 - OK
ATOP - A8E4F62D42AB6EE1
ATOI - 4AAA
MY ID - 0
Operating Channel - 14
ATAI - 0
DH 0- OK
DL 0F- OK
ATAP 1 - OK
My Router
ATID - 0
ATOP - A8E4F62D42AB6EE1
MY ID - D6F5
ATOI - 4AAA
JV 1 - OK
ATAP 1 - OK
this is my array that I send
byte API_AT[] = {0x7E, 0x00, 0x04, 0x08, 0x01, 0x4E,0x44, 0x64};
but when I read my Serial port, I got nothing.