GetModemInfo: Difference between revisions
Jump to navigation
Jump to search
(Created page with "This command writes to the standard output the modem information (manufacturer, model type, firmware version) of the specified GSM port. COMMAND {| class="wikitable" |- !Command !! Input arguments !! Returns { |} OUTPUT GSM port call information in the following format:<br> “Manufacturer: %s\nModem type: %s\nFirmware version: %s\n”,manufacturer, model, version EXAMPLE ~# GetModemInfo 0<BR> Manufacturer: Quectel<BR> Modem type: RM500Q-GL<BR> Firmware version: RM500...") Tag: 2017 source edit |
m (added Category:GENERAL using HotCat) |
||
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
This command writes to the standard output the modem information (manufacturer, model type, firmware version) of the specified GSM port. | This command writes to the standard output the modem information (manufacturer, model type, firmware version) of the specified GSM port. | ||
COMMAND | '''COMMAND:''' | ||
{| class="wikitable" | {| class="wikitable" | ||
!Command | |||
!Input Arguments | |||
!Returns | |||
|- | |- | ||
|GetModemInfo | |||
|PortIndex | |||
|Modem info (Manufacturer, Model type, Firmware version) | |||
|} | |} | ||
'''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> | |||
Manufacturer: Quectel | ~# GetModemInfo 0<BR>Manufacturer: Quectel | ||
Modem type: RM500Q- | |||
Firmware version: | Modem type: RM500Q-AE | ||
Firmware version: RM500QAEAAR13A03M4G | |||
[[Category:R2D2]] | |||
[[Category:GENERAL]] |
Latest 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