Actually when you subscribe an AT command, the OpenAT’s command PreParser will help to “analyse” the incoming command content (ACT, PARA, etc), count parameters and put all info into the structure (adl_atCmdPreParser_t).
But I want the "AT command " not coming from serial port, maybe from SMS; so I can pass a string as AT command to the preparser.
Or anybody can write a function to perform this job ?