SendAtCommand: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
Response from the modem to the AT command. | Response from the modem to the AT command. | ||
'''EXAMPLE:''' | '''EXAMPLE:'''<syntaxhighlight lang="text"> | ||
ATI4 | |||
~# SendAtCommand 0, "ATI4" | Quectel | ||
RM500Q-AE | |||
Revision: RM500QAEAAR13A03M4G | |||
OK | |||
</syntaxhighlight>~# SendAtCommand 0, "ATI4" | |||
ATI4 | ATI4 |
Revision as of 23:14, 4 June 2024
This places an AT Command to the specified modem port.
COMMAND:
Command | Input Arguments | Returns |
---|---|---|
SendAtCommand | Port index, ATCommand (*) | Issue an AT Command to the specified module. |
(*) Note that the ATCommand must be entered with quotes if the AT Command itself includes double quotes or spaces. See below.
OUTPUT:
Response from the modem to the AT command.
EXAMPLE:
ATI4
Quectel
RM500Q-AE
Revision: RM500QAEAAR13A03M4G
OK
~# SendAtCommand 0, "ATI4"
ATI4
Quectel
RM500Q-AE
Revision: RM500QAEAAR13A03M4G
OK
OR
~# SendAtCommand 0,'AT+QCALLCFG="voice_enable"'
+QCALLCFG: "voice_disable",1
OK