{
  "name": "J2ME commands",
  "syntax": "AT",
  "templates": [
    {
      "name": "Get Cinterion information",
      "command": "ati",
      "category": "Device info"
    }, {
      "name": "Get detailed Cinterion information",
      "command": "ati1",
      "category": "Device info"
    }, {
      "name": "Get power supply voltage",
      "command": "at^sbv",
      "category": "Device info"
    }, {
      "name": "Set configuration parameter",
      "command": "at^scfg=<parameter>,<values>",
      "category": "Config"
    }, {
      "name": "Set AT command error messaging",
      "command": "at+cmee=<errorMode>",
      "category": "Config"
    }, {
      "name": "Get supported serial baud rates",
      "command": "at+ipr=?",
      "category": "Serial"
    }, {
      "name": "Get serial baud rate",
      "command": "at+ipr?",
      "category": "Serial"
    }, {
      "name": "Set serial baud rate",
      "command": "AT+IPR=<baudrate>",
      "category": "Serial"
    }
  ]
}
