UIC680 Programmer’s Manual
UDN PM090-C2 Rev. 2.3
37h = Second 37
08h 91h = Milliseconds 891
Command: 4, 34h
[Set Date, 5 bytes Hex]
Format
<Year, 2 bytes><Month, 1 byte ><Day, 1 byte ><Week, 1 byte >
Note
Hex value format valid input:
YYYY: 14h 00h – 1Eh FFh (2000 – 3000)
If the ‘YYYY’ falls out of range, the reader will restore the configuration
to default settings after resetting the device.
Default setting is <20><01><01><01><01>, obtained by Read Date.
MM: 01h – 0Ch (01 – 12)
DD: 01h – 1Fh (01 – 31)
WW: 01h – 07h (Monday – Sunday)
EXAMPLE
20 12, July 09, Monday
20 12
Æ
14h 0Ch
= Year 2012
07
Æ
07h
= Month July
09
Æ
09h
= Day 09
01
Æ
01h
= Week Day Monday
Command
<35><34><14><0C><07><09><01>
Response ‘^’
–
Acknowledgement
‘*’ – Cannot execute (e.g. out of range)
‘!’ – Bad parameter (e.g. incorrect length)
Command: 5, 35h
[Set Time, 5 bytes Hex]
Format
<Hour, 1 byte><Min., 1 byte><Sec., 1 byte><Millisecond, 2 bytes>
Note
Hex value format valid input:
Hour:
00h – 17h
Minute: 00h – 3Bh
Seconds: 00h – 3Bh
Millisecond: 00h 00h – 03h E7h
EXAMPLE
14:26:30 10 ms
14
Æ
0Eh
= Hour
26
Æ
1Ah
= Minutes
30
Æ
1Eh
= Seconds
10
Æ
00h 0Ah = Millisecond
5-8