How to analyze AT commands responses(API type)

Hello, I am writing C++ code to use XBee SX686 in my project, to connect and discover modules and exchange some commands…
I was looking in the documentation for some details about the local and remote AT commands(type API) and their responses but I can’t find too much. For example if I need to use C++ to send a “ND” AT Command to discover the modules how I can treat the response? Is there some documentation help me out understanding the responses of some commands?
In digidocs I found just some examples.

The response you are looking for is in a combination of t he API section of the manual and in the section of the AT commands.
https://www.digi.com/resources/documentation/Digidocs/90001538/#reference/r_frame_0x88.htm?TocPath=Frame%2520descriptions%257C_____6

https://www.digi.com/resources/documentation/Digidocs/90001538/#reference/r_cmd_nd.htm?TocPath=AT%2520commands%257CAddressing%2520discovery%252Fconfiguration%2520commands%257C_____3

1 Like