Device UART - Protocol Properties
This service defines the following Protocol Properties for each defined UART device.  These properties reside under the UART key in the protocols section of each device definition.
| Property | Description | 
|---|---|
| deviceLocation | Linux path to the device | 
| baudRate | Rate information is transferred (bits/second) | 
Example UART Protocol Properties
    protocols:
      UART:
        deviceLocation: "/dev/ttyAMA2"
        baudRate: 115200