Question

I happen to have an old RFID reader from Touchatag. It's pretty old already but it seems to work fine. Unfortunately, Touchatag has stopped their support for this device and besides, it required an internet connection which doesn't make it a very practical solution...
What I would like to do is to use this device without the need for an internet connection and inside an application that's written in C#. Don't know what this app is going to do, but right now I'm investigating all the options that are available for this device. So, does anyone know a good C# library and other sources that allow me to use this device?
(Btw, this is purely experimental.)

Was it helpful?

Solution

I don't know of any C# libraries of hand, but you can check out either:

IOTOPE

Java project that includes a low level library and a more high-level interface to the reader. You can probably adapt it to provide an interface to your C# application.

libnfc

Low level NFC library. Mostly targeted for unix like systems, but could be put to work on windows as well.

OTHER TIPS

If you're experimenting with RFID, rather than works the bugs out of interfacing with a custom reader, you can buy a cheap USB RFID reader for around 10 £/$/€

A lot of them simply act like a keyboard and 'type' characters into your application (some even add a carriage return which is handy)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top