Lines Matching +full:ascii +full:. +full:r

7 		<meta name="generator" content="HTML Tidy, see www.w3.org">
9 <link href="scripts/style.css" type="text/css" rel="stylesheet">
14. In order for you to find a sample that might be similar to a clock you might want to integrate i…
22 pattern=&quot;\2D: . . ;T: ;U: . . ; \3&quot;
23 pattern=&quot;\2 . . ; ; : : ; \3&quot;
24 pattern=&quot;\2 . . ; ; : : ; : ; ; . . &quot;
26. Those clocks have a pretty common output format in the stock version. In order to support NTP Me…
28ASCII string. This string can be produced in two modes: either upon the reception of a question ma…
43 <p>All clocks should be run at datagram once per second.<br><br></p>
46 …<b><i>&lt;STX&gt;</i>D:<i>dd.mm.yy</i>;T:<i>w</i>;U:<i>hh.mm.ss</i>;<i>uvxy</i><i>&lt;ETX&gt;</i><…
50 <i>&lt;STX&gt;</i> = start-of-text, ASCII code 0x02
51 <i>dd.mm.yy</i> = day of month, month, year of the century, separated by dots
52 <i>w</i> = day of week (1..7, Monday = 1)
67 <i>&lt;ETX&gt;</i> = end-of-text, ASCII code 0x03
71 …<b><i>&lt;STX&gt;</i><i>dd.mm.yy</i>; <i>w</i>; <i>hh:mm:ss</i>; <i>tuvxyza</i><i>&lt;ETX&gt;</i><…
75 <i>&lt;STX&gt;</i> = start-of-text, ASCII code 0x02
76 <i>dd.mm.yy</i> = day of month, month, year of the century, separated by dots
77 <i>w</i> = day of week (1..7, Monday = 1)
88 …<i>a</i> = 'R' alternate antenna (reminiscent of PZF5xx), usually ' ' for GPS receivers
89 <i>&lt;ETX&gt;</i> = end-of-text, ASCII code 0x03
93 …<b><i>&lt;STX&gt;</i><i>dd.mm.yy</i>; <i>w</i>; <i>hh:mm:ss</i>; <i>+uu:uu</i>; <i>uvxyzab</i>; <i…
97 <i>&lt;STX&gt;</i> = start-of-text, ASCII code 0x02
98 <i>dd.mm.yy</i> = day of month, month, year of the century, separated by dots
99 <i>w</i> = day of week (1..7, Monday = 1)
107 …<i>a</i> = 'R' alternate antenna (reminiscent of PZF5xx), usually ' ' for GPS receivers
108 <i>b</i> = 'L' during a leap second, i.e. if the seconds field is 60, else ' '
109 …<i>ll.lllln</i> = position latitude in degrees, 'n' can actually be 'N' or 'S', i.e. North or…
110 …<i>lll.lllle</i> = position longitude in degrees, 'e' can actually be 'E' or 'W', i.e. East or…
112 <i>&lt;ETX&gt;</i> = end-of-text, ASCII code 0x03
116 \x02 09.07.93; 5; 08:48:26; +00:00; ; 49.5736N 11.0280E 373m \x03
117 \x02 08.11.06; 3; 14:39:39; +00:00; ; 51.9828N 9.2258E 176m \x03
119 …rably. Newer Meinberg GPS receivers can be configured to transmit that format, for older devices t…
120 <p>For the Meinberg parse look into clk_meinberg.c<br><br></p>
125. The simplest version to process its signal is to feed the 100/200ms pulse of the demodulated AM …
148 <p>see the spec. (basically a (non-)inverted psuedo random phase shift) encoding:</p>
155 15 R - alternate antenna
183 …ion of a flag byte. The contents if the flag byte determined the time code format. The binary time…
192 …user to select some part of the time string, as follows (the output for the lsb is sent first).</p>
194 Bit 0: time in MEZ, 4 bytes *binary, not BCD*; hh.mm.ss.tenths
195 Bit 1: date 3 bytes *binary, not BCD: dd.mm.yy
197 Bit 3: time zone, 1 byte, 0=MET, 1=MEST. (unused here)
211 <h4>Trimble SV6 ASCII time code (TAIP)</h4>
212 …<p>Trimble SV6: needs poll, ascii timecode, start='&gt;', end='&lt;', query='&gt;QTM&lt;', eol='&l…
213 … SV6 is a GPS receiver with PPS output. It needs to be polled. It also need a special tty mode set…
236 <p>ELV DCF7000: end='\r', pattern=&quot; - - - - - - - \r&quot;</p>
237 …eap DCF77 receiver sending each second a time code (though not very precise!) delimited by '`r'</p>
240 YY-MM-DD-HH-MM-SS-FF\r
248.Schnekenbuehl &lt;frank@comsys.dofn.de&gt; from clk_rcc8000.c Nortel DASA Network Systems GmbH, D…
269 n = NL (0x0A), r = CR (0x0D)
303 Parse T: : : : : : : \r\n
317 …sages in 7 output formats. We use format 1 here because it is the shortest. We set up the clock to…
334 STX start transmission (ASCII 0x02)
335 ETX end transmission (ASCII 0x03)
349 <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>