api frame to xbee series2 through arduino problem

hi to everyone who reads this post; i am using arduino uno and xbee series 2 together to form a network the coordinator is connected to computer and through terminal i can see what is sent to it problem is when i power on my end device which is connected to arduino it joins coordinator and after that on computer i only see a frame of node identification which is from my end device when it joins a pan, i attached a code below through it i send a xbee transmit request frame through serial port of arduino to xbee but it donot appear on terminal of xctu to which coordinator is connected, i request u capable people to help me please as it is part of my project
here is the code

byte frame[]={0x7e,0x10,0x10,0x01,0x00,0x13,0xa2,0x00,0x40,0x8b,0x2e,0x9c,0x00,0x00,0x00,0x08,0x12,0x34,0x56};
void setup(){
Serial.begin(9600);
while(!Serial);
}
void loop(){
Serial.write(frame,20);
delay(1000);
}

New Text Document.txt (226 Bytes)

hi to everyone who reads this post; i am using arduino uno and xbee series 2 together to form a network the coordinator is connected to computer and through terminal i can see what is sent to it problem is when i power on my end device which is connected to arduino it joins coordinator and after that on computer i only see a frame of node identification which is from my end device when it joins a pan, i attached a code below through it i send a xbee transmit request frame through serial port of arduino to xbee but it donot appear on terminal of xctu to which coordinator is connected, i request u capable people to help me please as it is part of my project

Please use a few of these: .............................

and a few of these:

and repost your question in a way that makes sense. Also, this is not a texting forum where you pay by the letter. u are expected to use real words.