Hi MariMax,
If you want to capture any parameters, you just need declair it in the command:
adl_atCmdCreate(“at+cops?”,FALSE, COPS_ResponseHDL,"+COPS",“OK”,…,NULL);
Hope help you.
ttt
Hi,
Understand, you can use this standard C function:
ascii *wm_strGetParameterString (ascii *dst, const ascii *src, u16 position);. You can see the Basic Development Guide for detail.
ttt