OUTPUT FORMATTING
Serial and UDP Data
1. Header To Match
Enter the header tag you would like to extract data from.
Examples: $GPGGA, $HDA, $ATL, etc.
2. Format
Enter the format you would like to display on screen. You can use regular text and embed data with {cell of
7 7
information}, and you can use \n for a new line, and \t for a horizontal tab.
Example
Input:
$GPGGA,123519,34850.038,N,34933.000,E
Format:
Fix:\t{1}\nLat:\t{2}{3}\nLong:\t{4}{5}
Output:
Fix:
123519
Lat:
34850.038N
Long:
34933.000E
The DVRO can also perform operations on serial data. For example, if depth data came in as feet it can be
converted to meters using the following string:
Input String
$--DBS,123,f
Format
[{1}*0.3048]m
2
Page 47
1
2
4
Need help?
Do you have a question about the DVRO and is the answer not in the manual?