12-02-2015 10:03 PM
I need to read/write data to a RFID tag by using Sony brand USB NFC reader. May i know Labview support NFC function and how does it work ?
Solved! Go to Solution.
12-02-2015 10:25 PM
12-03-2015 12:19 AM - edited 12-03-2015 12:25 AM
Hi Dennis,
Thanks for your reply.
I have an application need to write some data to a RFID card. I intend to purchase a SONY RC-S380 USB reader/writer to write the data to the RFID card by NFC protocol.
I just wonder that the driver is able to found by NI MAX?
12-03-2015 01:17 AM
12-03-2015 01:25 AM - edited 12-03-2015 01:26 AM
It supports these three interface standards: PC/SC Ver. 2.0, Near Field Proximity API, FeliCa library
None of them is out of the box in LabVIEW as they are all ICC (Integrated Circuit) Card specific intefaces and LabVIEW isn't exactly in the business of contactless payment terminals. Most likely there are several .Net interfaces to each of them so you should be able to create your own interrface library in LabVIEW using .Net.