Project

rdm6300

0.0
No commit activity in last 3 years
No release in over 3 years
rdm6300 provides a simple interface for reading 125kHz RFID tags over an RS-232 serial port using the RDM6300 module
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

rdm6300

Ruby gem for using the RDM6300 125kHz RFID module.

Read 125kHz RFID tags from a serial port using the RDM6300 module as follows:

rdm = Rdm6300.new('/dev/ttyS0')
while true
  puts rdm.get_tag()
end

This will return a zero-padded string with the tag number.