<div dir="ltr">Hi team,<div>     We are giving AT command to EC20 module using ModemManager.<b> Its working fine for most of the command</b> , but while giving some AT commands, i am getting syntax  error</div><div>     for eg.</div><div>         <span style="color:rgb(32,33,36);font-family:Roboto,sans-serif;font-size:14px;white-space:pre-wrap"><b>mmcli -m 0 --command="AT+QCFG="nwscanseq"</b></span> </div><div>       </div><div>        For these kind of AT commands i tried with different format also but same syntax error getting</div><div>        <b>PFA</b> </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Sep 24, 2020 at 2:53 PM NIKHIL PATIL <<a href="mailto:nikhilvp29@gmail.com">nikhilvp29@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi ,<div>   Thanks alot sir</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Sep 24, 2020 at 2:41 PM Aleksander Morgado <<a href="mailto:aleksander@aleksander.es" target="_blank">aleksander@aleksander.es</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hey,<br>
<br>
>     I am running mmcli G --debug  command then  mmcli -m 0 --command="ATI".<br>
>   then also not happening<br>
>    how we can set debug mode.<br>
>    i am stuck here  please help.<br>
><br>
<br>
The --debug goes in the ModemManager daemon call, not in the mmcli<br>
client call. You need to run the whole ModemManager daemon process<br>
with --debug.<br>
<br>
If you're using a standard Linux distribution, you may need to modify<br>
the systemd init script at /lib/systemd/system/ModemManager.service so<br>
that the ExecStart line includes --debug, e.g.:<br>
  ExecStart=/usr/sbin/ModemManager --debug<br>
Once you've modified the init script, you'll need to reload and restart:<br>
  sudo systemctl daemon-reload<br>
  sudo systemctl restart ModemManager<br>
<br>
If you're using a custom distribution, you may have a custom way to<br>
start the ModemManager daemon.<br>
<br>
-- <br>
Aleksander<br>
<a href="https://aleksander.es" rel="noreferrer" target="_blank">https://aleksander.es</a><br>
</blockquote></div>
</blockquote></div>