hexdigest / ruby-nfc

NFC library for Ruby programming language
MIT License
35 stars 8 forks source link

Not really an issue, a question #1

Open BigAlUK opened 9 years ago

BigAlUK commented 9 years ago

Hi,

Loving your gem, it's my first go at NFC card reading, building it on a Raspberry Pi.

I've got it working, but just a quick question:

The time from putting the card on the NFC reader (ITEAD PN532 NFC MODULE) to the code executing is a couple of seconds. Is there anyway to speed it up? Faster polling?

Thanks

Al

hexdigest commented 9 years ago

Hi,

How do you measure the time and what type of NFC tag are you trying to process?

I tested different tags and reaction was much faster no difference from the application written in C.