Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

atcmd (atcmd11) having issue with quotation marks. #122

Open
svandive opened this issue Feb 11, 2025 · 0 comments
Open

atcmd (atcmd11) having issue with quotation marks. #122

svandive opened this issue Feb 11, 2025 · 0 comments

Comments

@svandive
Copy link

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.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant