You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed only recently (I believe after updating to ALPHA 09), that I am now seeing an issue with the command line tool atcmd and atcmd11.
root@sdxlemur:/etc# atcmd11 AT+QMAP="WWAN"
AT+QMAP=WWAN
ERROR
root@sdxlemur:/etc# atcmd11 AT+QMAP="LANIP"
AT+QMAP=LANIP
ERROR
root@sdxlemur:/etc# atcmd11
Type 'exit' to end the session.
Enter AT Command: AT+QMAP="LANIP"
AT+QMAP="LANIP"
+QMAP: "LANIP",192.168.225.20,192.168.225.100,192.168.225.1
OK
Enter AT Command: AT+QMAP="WWAN"
AT+QMAP="WWAN"
+QMAP: "WWAN",1,1,"IPV4","21.249.74.252"
+QMAP: "WWAN",0,1,"IPV6","0:0:0:0:0:0:0:0"
OK
When I run direct from the command line with the "AT" command as input, it seems the quotation marks are removed prior to sending the command. However if I execute the atcmd or atcmd11 and enter the "AT" command the results come back as expected.
The text was updated successfully, but these errors were encountered:
Good Day,
I have noticed only recently (I believe after updating to ALPHA 09), that I am now seeing an issue with the command line tool atcmd and atcmd11.
When I run direct from the command line with the "AT" command as input, it seems the quotation marks are removed prior to sending the command. However if I execute the atcmd or atcmd11 and enter the "AT" command the results come back as expected.
The text was updated successfully, but these errors were encountered: