forked from bensinober/node_rfidgeek
-
Notifications
You must be signed in to change notification settings - Fork 0
/
univelop_500b.json
39 lines (39 loc) · 1.04 KB
/
univelop_500b.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"initialize": {
"init": "0108000304FF0000"
},
"protocols": {
"ISO15693": {
"initcodes": {
"register_write_request": "010C00030410002101000000",
"agc_enable": "0109000304F0000000",
"am_input": "0109000304F1FF0000"
},
"inventory": "010B000304142401000000"
},
"TAGIT": {
"initcodes": {
"register_write_request": "010C00030410002101130000",
"agc_enable": "0109000304F0000000",
"am_input": "0109000304F1FF0000"
},
"inventory": "010B000304340050000000"
},
"ISO14443A": {
"initcodes": {
"register_write_request": "010C00030410002101090000",
"agc_enable": "0109000304F0000000",
"am_input": "0109000304F1FF0000"
},
"inventory": "0109000304A0010000"
},
"ISO14443B": {
"initcodes": {
"register_write_request": "010C000304100021010C0000",
"agc_enable": "0109000304F0000000",
"am_input": "0109000304F1FF0000"
},
"inventory": "0108000304B00000"
}
}
}