Use AT command in quecpython

Hi team,

So, I am using quecpython code for the firmware and ec200U -Cn module. Now, I would like to use the AT command in the quecpython code, but I will not be able to until and unless I change the port to the AT port, where quecpython will not run and only the AT command will run.

So, can anyone provide me solution for this to use AT in quecpython code.

-ayu

I also want to do the exact thing If you figure it out, please share with me

hi,ayu

In QuecPython, you can send AT commands through APIs. Please refer to the link below for details.
atcmd - Send AT Commands - QuecPython

However, it should be noted that in QuecPython, due to space limitations, most AT commands have been trimmed. It is recommended to use the API. For the usage of the API, please refer to the link below.
QuecPython API Reference Manual - QuecPython

hi, sivasiva

Please refer to the above response, thank you.