SMS/GPRS command - getver: Difference between revisions
Appearance
mNo edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
{{Template:SMSGPRScommandPage | {{Template:SMSGPRScommandPage | ||
|description=Returns code version, device IMEI, modem app version, RTC time, Init time, etc.}} | |description=Returns code version, device IMEI, modem app version, RTC time, Init time, etc.}} | ||
===Syntax=== | |||
getver | getver | ||
===Arguments=== | |||
This command has no arguments. | This command has no arguments. | ||
===Examples=== | |||
<table class="nd-othertables_2" style="width:100%; border-collapse: collapse;"> | <table class="nd-othertables_2" style="width:100%; border-collapse: collapse;"> | ||
<tr> | <tr> | ||
| Line 26: | Line 24: | ||
</tr> | </tr> | ||
</table> | </table> | ||
===Response Explanation=== | |||
<table class="nd-othertables_2" style="width:100%; border-collapse: collapse;"> | <table class="nd-othertables_2" style="width:100%; border-collapse: collapse;"> | ||
<tr> | <tr> | ||
Latest revision as of 09:49, 16 January 2026
SMS/GPRS commands > SMS/GPRS command - getver
Description
Returns code version, device IMEI, modem app version, RTC time, Init time, etc.
Syntax
getver
Arguments
This command has no arguments.
Examples
| REQUEST | OUTCOME | RESPONSE |
|---|---|---|
| getver | Success | Ver:0.23.0-rc.1 GPS:AG3335A_V2.6.0.AG3335_20230510 Hw:FTC961 Mod:1 Pos:43 IMEI:866344054201822 Init:2023-05-11 07:23 Uptime:108 MAC:N/A SPC:0(0) AXL:lis3dh OBD:N/A BL:N/A BT:N/A |
| getver | Fail | No response. |
Response Explanation
| RESPONSE ELEMENT | DESCRIPTION | EXAMPLE |
|---|---|---|
| Ver | Firmware version | Ver:0.23.0-rc.1 |
| GPS | Version of GPS module | GPS:AG3335A_V2.6.0.AG3335_20230510 |
| Hw | Version of hardware | Hw:FTC961 |
| Mod | Hardware version modification | Mod:1 |
| Pos | Pos:43 | |
| IMEI | Device IMEI | IMEI:866344054201822 |
| Init | Command initialization time | Init:2023-05-11 07:23 |
| Uptime | Total up time (in seconds) | Uptime:108 |
| MAC | Bluetooth® MAC address | N/A |
| SPC | Spec ID | SPC:0(0) |
| AXL | Accelerometer type | AXL:lis3dh |
| OBD | Displays OBD chip ID | N/A |
| BL | Bootloader version | N/A |
| BT | Bluetooth® version | N/A |