Skip to content

Ruby gem for using the RDM6300 125kHz RFID module

Notifications You must be signed in to change notification settings

lukestuts/ruby-rdm6300

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Ruby gem for using the RDM6300 125kHz RFID module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages