SMS/GPRS command - mcan_cmd
Appearance
Revision as of 13:58, 16 January 2026 by Donatas.Mazonas (talk | contribs)
SMS/GPRS commands > SMS/GPRS command - mcan cmd

Description
Activates sending specified Manual CAN command.
Syntax
mcan_cmd: <command_ID>
Arguments
| ARGUMENT | ARGUMENT DESCRIPTION |
|---|---|
| <command_ID> | MCAN command number |
Examples
| REQUEST | OUTCOME | RESPONSE |
|---|---|---|
| mcan_cmd: 0 | Success | MCAN Command 0 triggered |
| mcan_cmd: 0 | Fail | MCAN Service not supported |
| mcan_cmd: | Fail | Arguments required |
| mcan_cmd: 999999999999 | Fail | Wrong MCAN command ID |
| mcan_cmd: 0 | Fail | MCAN Command disabled |
| mcan_cmd: 3 | Fail | Failed to trigger MCAN command 3, error: -42 |