what kind of RFID or NFC reader devices can be used with vvvv gamma?
In vvvv beta I successfully used the Phidgets RFID node, but in vvvv gamma I can’t find a dedicated RFID node in the VL.Devices.Phidgets NuGet package (or elsewhere).
Are there any recommended RFID/NFC devices with existing VL nodes?
Any advice for a vvvv gamma newbie would be very appreciated.
Found this old patch snippet that was handling a phidget rfid reader.
It does use the original phidget nuget, not the vl nuget.
As far as i remember, these are 2 ways to get the tag. In the middle is with events and on the right is polling. Cant test it though.