![hopf 6021GPS Technical Manual Download Page 30](http://html1.mh-extra.com/html/hopf/6021gps/6021gps_technical-manual_2161854030.webp)
R
EMOTE
S
OFTWARE
30 / 41
6021GPS GPS Satellite Clock - V01.00
hopf
Elektronik GmbH
Nottebohmstr. 41 • D-58511 Lüdenscheid • Tel.: +49 (0)2351 9386-86 • Fax: +49 (0)2351 9386-93 • Internet: http://www.hopf.com • E-Mail: [email protected]
3.9.2 Serial Transmission Data Format
The data is transmitted in ASCII as BCD values and can be presented with any terminal
program (TERMINAL.EXE under Windows for example). The following control characters,
among others, from the ASCII character set are used in the construction of the data string:
$20 = Space
$0D = CR (carriage return)
$0A = LF (line feed)
$02 = STX (start of text)
$03 = ETX (end of text)
Status values are to be evaluated separately (see data string construction).
3.9.3
hopf
Standard String (6021)
Below the
hopf
Standard String is described.
3.9.3.1 Specified Settings
Automatic:
no
Required:
no
Blocked:
no
3.9.3.2 Structure
Character No.
Meaning
Hex-Value
1
STX (start of text)
$02
2
status (internal clock status)
$30-39, $41-46
3
day of the week (1=Monday ... 7=Sunday)
for UTC time bit 3 is set to 1 in the day of the
week
$31-37
4 tens
hour
$30-32
5 unit
hour
$30-39
6 tens
minute
$30-35
7 unit
minute
$30-39
8 tens
second
$30-36
9 unit
second
$30-39
10 tens
day
$30-33
11 unit
day
$30-39
12 tens
month
$30-31
13 unit
month
$30-39
14 tens
year
$30-39
15 unit
year
$30-39
16
LF (line feed)
$0A
17
CR (carriage return)
$0D
18
ETX (end of text)
$03