Format of the computime time string – Meinberg GPS167LCD-MP User Manual
Page 42
Advertising

42
Format of the Computime Time String
The Computime time string is a sequence of 24 ASCII characters starting with the T
character and ending with the LF (line feed, ASCII Code 0Ah) character. The format
is:
T:yy:mm:dd:ww:hh:mm:ss<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:
T
Start character
yy:mm:dd the current date:
yy
year of the century
(00..99)
mm month
(01..12)
dd
day of month
(01..31)
ww
the day of the week
(01..07, 01 = monday)
hh:mm:ss the current time:
hh
hours
(00..23)
mm minutes
(00..59)
ss
seconds
(00..59, or 60 while leap second)
<CR>
Carriage-return (ASCII code 0Dh)
<LF>
Line-feed (ASCII code 0Ah)
Advertising