I mean how to make new AT COMMAND ? and the command paras SAVED AS a array, how should i do ?
i think it’s about the function(adl_atCmdCreat()and adl_atSendResponse(…)), but i dont konw how to start.
is there the sample code for make a new Command ?
Eg:
Hyper Terminal i input:
at+abcip=10.0.0.27,13
the application return OK, and save the data “10.0.0.24,13” to an array abc[100].
From your screen catpure, you are using very outdated Open AT SDK.
You may refer to sample “Telemetry” which create a new AT command “AT+TEL” and handle those parameters.