GetModemInfo: Difference between revisions
Jump to navigation
Jump to search
m (added Category:R2D2 using HotCat) |
m (removed Category:NETWORK using HotCat) |
||
Line 24: | Line 24: | ||
Firmware version: RM500QAEAAR13A03M4G | Firmware version: RM500QAEAAR13A03M4G | ||
[[Category:R2D2]] | [[Category:R2D2]] |
Revision as of 11:24, 27 March 2025
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 0
Manufacturer: Quectel
Modem type: RM500Q-AE
Firmware version: RM500QAEAAR13A03M4G