Closed santigimeno closed 10 years ago
Hi @santigimeno, compilation is now working. Thanks! Good news is that I ran the example code with a ACR122 usb attached and it did detected the reader correctly, however it's stating that a card was detected when in fact none was.
hobbes:node-pcsclite ericchaves$ node examples/example.js
New reader detected ACS ACR122U 00 00
{ state: 34, atr: <SlowBuffer 3b 00> }
Status( ACS ACR122U 00 00 ): { state: 34, atr: <SlowBuffer 3b 00> }
card inserted
Protocol( undefined ): 1
Data received <SlowBuffer 63 00>
^Chobbes:node-pcsclite ericchaves$
Any way I'l play around with the lib now during the weekend and than I got back to you to share the results.
Cheers,
I can also build it on Mavericks. And I can use the sample examples/example.js
I suggest to merge this branch.
Thanks both for the feedback! Published as 0.3.1 @ericchaves if after your tests the module still fails for you open a new issue
@ericchaves Finally I had access to a OS X machine and using your changes I've been able to compile it. Could you try it and see if it works for you? Thanks!