Page 1 of 1

RFID Reader

Posted: Fri Aug 05, 2016 8:07 pm
by cbarnhart
I am looking to program a RFID reader into the livecode app. Does anyone know of an plugin or external I could use to make this easier?

Re: RFID Reader

Posted: Fri Oct 07, 2016 5:23 pm
by ddsinteractive
This may be late to the party, but you *may* be able to use an RFID reader with their Livecode API.

The Livecode API works with their interface kit, which is available in a few flavours:
http://www.phidgets.com/products.php?category=0
1010, 1011, 1012, 1018, 1019
The number sequences in the product descriptions are in the pattern: Analog inputs / Digital inputs / Digital outputs.

Also available is a Phidget RFID Reader but it's only USB. May not work with the InterfaceKit:
Parts Catalog: http://www.phidgets.com/products.php?category=14
User Guide: http://www.phidgets.com/docs/1024_User_Guide

Phidget API info for Livecode:
http://www.phidgets.com/docs/Language_-_LiveCode

Hope this helps. ;o)
Cheers,
Monica