Skip to content
/ rfid-app Public

Golang library and demo application for interfacing with simple 125kHz rfid reader/writer devices

License

Notifications You must be signed in to change notification settings

fln/rfid-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rfid-app

This is a go library and demo command line application for interfacing with simple low-frequency 125KHz RFID tag read/writer devices. It works with the same devices as rfid_app project.

These devices are detected as Prolific PL2303 USB-serial controllers.

Library

All device comminucation logic is moved to a separate golang package rfid. This library can be used to create custom applications supporting this particular RFID read/writer device.

Documentation

App usage examples

Read a single card/tag, application will wait until tag is detected:

$ ./rfid-app 
00000013ec

Reading multiple tags in a loop:

$ ./rfid-app --mode read-loop
00000013ec
00000013ed

Checking device model info:

$ ./rfid-app --mode info
ID card reader & writer

Thanks

About

Golang library and demo application for interfacing with simple 125kHz rfid reader/writer devices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages