Hi
Is there a mean to configure the “CGCLASS” from an application by using an Open At function?
I have seen the adl_atCmdCreate() can do this. I just wonder if there is not an other way to proceed.
Thanks Yves
Hi
Is there a mean to configure the “CGCLASS” from an application by using an Open At function?
I have seen the adl_atCmdCreate() can do this. I just wonder if there is not an other way to proceed.
Thanks Yves
Hi,
i think to configure the “CGCLASS” the only way it to use AT+CGCLASS command .But if you want to do the same through an OAT application, the only way out seems to be adl_atCmdCreate() which in turns calls AT+CGCLASS.
There remains a disappointingly large number of things for which no proper API exists - so you have to resort to AT Commands: https://forum.sierrawireless.com/t/new-features-complete-api/3305/13