mirror of
https://github.com/4IceG/luci-app-atinout-mod.git
synced 2026-04-26 10:35:49 +03:00
[GH-ISSUE #1] Sending Multiple AT Commands #3
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/luci-app-atinout-mod#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jbgtenn423 on GitHub (Nov 2, 2020).
Original GitHub issue: https://github.com/4IceG/luci-app-atinout-mod/issues/1
Was wanting to know if it is possible to send multiple commands on one line? I use this to lock bands and was needing to send reboot modem command after.
@4IceG commented on GitHub (Nov 2, 2020):
Hi, Please try to type the command to send "AT command;AT command" into the command window. I don't remember if I tested such commands, I would have to try, I always gave them individually. I know that if something can't be saved at this point because ';' I used as a separation between description and command, so I would have to change the symbol here.
@jbgtenn423 commented on GitHub (Nov 3, 2020):
I tried to run AT;AT in manual command box but it seem to run the first only then 2nd AT command is trying to be run as a shell command as shown in png I uploaded
@4IceG commented on GitHub (Nov 3, 2020):
So it remains to enter the AT commands individually, the "AT+CFUN=1.1"
command itself should restart the modem.
2020-11-03 14:28 GMT+01:00, jbgtenn423 notifications@github.com: