Giter Site home page Giter Site logo

rfid_app's Introduction

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

rfid_app's People

Contributors

adamlaurie avatar hadeutscher avatar martinayotte avatar merbanan avatar septs avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.