{
  "kind": "tty000-profile",
  "version": 1,
  "id": "hc05",
  "name": "HC-05 / HC-06 Bluetooth",
  "family": "at",
  "settings": {
    "baud": 9600,
    "dataBits": 8,
    "parity": "none",
    "stopBits": 1,
    "ending": "crlf",
    "flowControl": "none"
  },
  "reset": null,
  "macros": [
    {
      "name": "AT",
      "text": "AT"
    },
    {
      "name": "AT+VERSION",
      "text": "AT+VERSION"
    },
    {
      "name": "AT+NAME",
      "text": "AT+NAME?"
    }
  ],
  "notes": "Command mode is often 38400 on HC-05, data mode 9600. 3.3 V logic, 5 V tolerant RX on many modules."
}
