Technical information
Format of the COMPUTIME Time String
The COMPUTIME Time String is a sequence of 24 ASCII characters starting with
the characters “T" and ending with the <LF> (Line-Feed, ASCII-Code 0Ah)
character. The format is:
T:jj:mm:tt: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
sending with one bit occuracy at change of second
jj:mm:tt the current date:
jj year of the century (00..99)
mm month (01..12)
tt day of month (01..31)
ww day of week (01..07, 01 = monday)
hh:mm:ss the current time:
hh hours (00..23)
mm minutes (00..59)
ss seconds (00..59, oder 60 wenn Schaltsekunde)
<CR> Carriage-Return (ASCII-Code 0Dh)
<LF> Line-Feed, (ASCII-Code 0Ah)
137