GetModemInfo: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: 2017 source edit |
No edit summary |
||
Line 11: | Line 11: | ||
|} | |} | ||
OUTPUT | '''OUTPUT:''' | ||
GSM port call information in the following format:<br> | GSM port call information in the following format:<br> | ||
“Manufacturer: %s\nModem type: %s\nFirmware version: %s\n”,manufacturer, model, version | “Manufacturer: %s\nModem type: %s\nFirmware version: %s\n”,manufacturer, model, version | ||
EXAMPLE | '''EXAMPLE:''' | ||
~# GetModemInfo 0<BR> | ~# GetModemInfo 0<BR> | ||
Manufacturer: Quectel<BR> | Manufacturer: Quectel<BR> | ||
Modem type: RM500Q-GL<BR> | Modem type: RM500Q-GL<BR> | ||
Firmware version: RM500QGLABR10A02M4G<BR> | Firmware version: RM500QGLABR10A02M4G<BR> |
Revision as of 21:40, 14 May 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 |
OUTPUT:
GSM port call information in the following format:
“Manufacturer: %s\nModem type: %s\nFirmware version: %s\n”,manufacturer, model, version
EXAMPLE:
~# GetModemInfo 0
Manufacturer: Quectel
Modem type: RM500Q-GL
Firmware version: RM500QGLABR10A02M4G