GetModemInfo: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: 2017 source edit |
No edit summary |
||
Line 18: | Line 18: | ||
'''EXAMPLE:''' | '''EXAMPLE:''' | ||
~# GetModemInfo 0<BR> | ~# GetModemInfo 0<BR><code>Manufacturer: Quectel</code> | ||
Manufacturer: Quectel | |||
Modem type: RM500Q-AE | <code>Modem type: RM500Q-AE</code> | ||
Firmware version: RM500QAEAAR13A03M4G<BR> | |||
<code>Firmware version: RM500QAEAAR13A03M4G<BR></code> |
Revision as of 13:03, 4 June 2024
This command writes to the standard output the modem information (manufacturer, model type, firmware version) of the specified GSM port.
COMMAND:
Command | Input Arguments | Returns |
---|---|---|
GetModemInfo | PortIndex | Modem info (Manufacturer, Model type, Firmware version) |
OUTPUT:
GSM port call information in the following format:
“Manufacturer: %s\nModem type: %s\nFirmware version: %s\n”,manufacturer, model, version
EXAMPLE:
~# GetModemInfo 0Manufacturer: Quectel
Modem type: RM500Q-AE
Firmware version: RM500QAEAAR13A03M4G