2

I just got a NFC Reader (ACS ACR122U), but the SDK available is for Windows only.

Where can I find a SDK for Mac OSX? I already contacted helpdesk of the hardware provider but until now I don't get any response from them.

Michael Roland
  • 39,663
  • 10
  • 99
  • 206
gptimajo
  • 139
  • 1
  • 13

2 Answers2

3

libnfc works with the ACR122U, according to http://nfc-tools.org/index.php?title=ACR122 .

To install libnfc on OSX, see: http://nfc-tools.org/index.php?title=Libnfc#Mac_OS_X

chw1k
  • 186
  • 1
  • 5
0

To add privileges you run vigr and vigr -s on OSX. On linux you can do the same or use

usermod <user> -G <group>

Where group is libnfc or nfc or something like that.

Bob Gilmore
  • 12,608
  • 13
  • 46
  • 53
k3ff
  • 1
  • 1
    sorry, I dont know if i was right. cannot find vigr anymore, vipw is working anyhow. – k3ff May 26 '16 at 13:33