{
  "kind": "tty000-profile",
  "version": 1,
  "id": "raspberry-pi",
  "name": "Raspberry Pi UART",
  "family": "linux",
  "settings": {
    "baud": 115200,
    "dataBits": 8,
    "parity": "none",
    "stopBits": 1,
    "ending": "lf",
    "flowControl": "none"
  },
  "reset": null,
  "macros": [
    {
      "name": "uname",
      "text": "uname -a"
    },
    {
      "name": "vcgencmd",
      "text": "vcgencmd measure_temp"
    }
  ],
  "notes": "GPIO 14/15 primary UART. Enable serial console in raspi-config. 3.3 V only."
}
