Hi
I am trying to write a code in C which can send API frame as well as receive API frame, parse it, get the data and process it. I wanted to understand one thing, do Xbee firmware itself is programmed that if a API frame is received with AT command, it will reply back with the response of AT command or we have to program our MCU, that after receiving the API frame, search which type of API frame it it, depending on the frame type, do a query with the Xbee module and then send back the response in the API frame.
Thanks