WMT700-compatible data message 21 outputs the wind speed and wind direction in the following format:
$<WSA>,<WDA><CR><LF>
Name | Description |
---|---|
$ | Start of message delimiter |
WSA | Wind speed, average |
WDA | Wind direction, average |
<CR> | Carriage return, ASCII code 0x0D |
<LF> | Line feed, ASCII code 0x0A |
Example of data message 21
$00.08,299.20<CR><LF>
Name | Data |
---|---|
Wind speed, average | 0.08 m/s |
Wind direction, average | 299.2° |