RR3036 RFID (ISO/IEC 15693, ISO/IEC 14443A+B) reader/writer written in Ruby. Available at http://www.rfid-in-china.com/2008-09-02/products_detail_2133.html (e.g. HF RFID Reader - 02) and http://www.rfidshop.com.hk/ (e.g. HF-TP-RW-USB-D1).
Add this line to your application's Gemfile:
gem 'RR3036'
And then execute:
$ bundle
Or install it yourself as:
$ gem install RR3036
$ con = RR3036::Connection.new(<path_to_your_serial_line_device>)
$ con.dump_iso15693
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request