-
Notifications
You must be signed in to change notification settings - Fork 27
/
README
76 lines (50 loc) · 1.45 KB
/
README
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
rfid_app
========
Linux command line tool for China 125kHz rfid reader/writer (RFID_APP_EN)
ctx-idrw-203
============
Linux command line tool for China 125kHz rfid reader/writer
p1d_rfid
========
Linux command line tool for Priority 1 Design rfid reader/writer
idrw_linux
==========
Linux command line tool for another China 125kHz rfid reader/writer usb based one (ffff:0035)
for Android edition: https://github.com/NiceLabs/usb-125khz-idrw
Building
========
make - for building the binaries
make install - for installing the idrw_linux udev rules file
Usage
=====
./rfid_app
rfid_app version 1.0, Copyright (c) 2014 Benjamin Larsson <[email protected]>
Usage: rfid_app [OPTION]...
-r Read rfid tag/fob
-f [0|1|2|3|4] output read result in different formats
-l try to detect rfid hardware
-d tty device to connect to (/dev/ttyUSB0 default)
-w [10 char hex string] write data to tag/fob
-b don't beep while accessing tag/fob, might affect some tags
Detect rfid hardware:
./rfid_app -l
Found device: ID card reader & writer6
./p1d_rfid -l
Found P1D device with firmware version: 208
Reading a tag (default hex output):
./rfid_app -r
0F0021BC9B
Reading a tag (spaced hex output):
./rfid_app -r -f 1
Reading a tag (decimal output):
./rfid_app -r -f 2
0002210971
Reading a tag (2H+4H decimal output):
./rfid_app -r -f 4
033,48283
Writing a tag:
./rfid_app -w 0F0021BC9B
0F0021BC9B
Writing to an incompatible tag:
./p1d_rfid -w 0F0021BC9B
NOTAG