adl_atSendResponse is not always working?

hi,

i’m playing around with sample code copied from the Open AT Tutorial document. i noticed that sometimes the code
adl_atSendResponse(ADL_AT_RSP, “xxx”);
doesn’t write anything to the console and sometimes it does. i know that i can use a macro to define the port but it’s unclear to me when to use the macro and when to use the method above.

thanks for any help!

Look at the Description of ADL_AT_RSP in the ADL User Guide; compare & contrast the description of ADL_AT_UNS

Also see the section, “Classification of Responses” in the Tutorial book…