Please elaborate, how are you sending data, through API frames?
To Xbees one s2c module acting as the end device which is connected to a Micro controller USART the other connected to a USB to Serial Adapter and in turn connected to a PC running XCTU in. Both Modules are in API 1 mode.
The Frame being sent has been created by frame maker and is as follows.
7E 00 0F 10 01 00 00 00 00 00 00 FF FF FF FC 00 01 0E E6
The Xbee(END DEVICE) connected to the MCUs UART Receives
7E 00 0D 90 00 13 A2 00 40 79 5F 87 00 00 02 0F 0B
I am certain the UART rate on my MCU is correct. I am not sure what i am missing here.
Am I not correct in saying that what i send should be exactly what i receive?