Hello,
I need to call AT command from Custom AT code.
But it shows below respond. it seems that it's not allowed to call AT command during Custom AT works.
busy P...
I'd appreciate it if other workaround is suggested here.
Thanks in advance.
how to call AT command from Custom AT code
Re: how to call AT command from Custom AT code
Hi, you cannot execute AT command (at_exe_cmd()) in a command handler (at_exe_cmd_test()).
There is a workaround:
you can create a task, and in that task, call at_exe_cmd() when there is no a new command is executing.
There is a workaround:
you can create a task, and in that task, call at_exe_cmd() when there is no a new command is executing.
Who is online
Users browsing this forum: Bytespider and 1 guest
