Technical information

Format of the GPS Capture String
The Meinberg GPS Capture String is a sequence of 31 ASCII characters terminated
by a CR/LF (Carriage Return/Line Feed) combination. The format is:
CHx_tt.mm.jj_hh:mm:ss.fffffff<CR><LF>
The letters printed in italics are replaced by ASCII numbers whereas the other
characters are part of the time string. The groups of characters as defined below:
x 0 or 1 corresponding on the number of the capture input
_ ASCII space 20h
dd.mm.yy the capture date:
dd day of month (01..31)
mm month (01..12)
yy year of the century (00..99)
hh:mm:ss.fffffff the capture time:
hh hours (00..23)
mm minutes (00..59)
ss seconds (00..59, or 60 while leap second)
fffffff fractions of second, 7 digits
<CR> Carriage Return, ASCII code 0Dh
<LF> Line Feed, ASCII code 0Ah
131