SendAtCommand: Difference between revisions

From Opale Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 22: Line 22:
ATI4
ATI4
Quectel
Quectel
RM500Q-AE
RM520N-GL
Revision: RM500QAEAAR13A03M4G
Revision: RM520NGLAAR03A05M4G
 
OK
OK
</syntaxhighlight>'''OR'''<syntaxhighlight lang="text">
</syntaxhighlight>'''OR'''<syntaxhighlight lang="text">
~# SendAtCommand 0,'AT+QCALLCFG="voice_enable"'
~# SendAtCommand 0 'AT+QCALLCFG="voice_disable"'
+QCALLCFG: "voice_disable",1
+QCALLCFG: "voice_disable",1
OK
OK

Latest revision as of 10:49, 2 February 2026

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:

~# SendAtCommand 0 "ATI4"
ATI4
Quectel
RM520N-GL
Revision: RM520NGLAAR03A05M4G

OK

OR

~# SendAtCommand 0 'AT+QCALLCFG="voice_disable"'
+QCALLCFG: "voice_disable",1
OK