-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OSX SCardTransmit error #48
Comments
@kevinfiraguay what kind of card are you inserting in the reader? |
@kevinfiraguay there's usually some sample code in the driver package. Have you tried it? Does it work for you? |
Hi, sorry for this late answer and thank you for your reactivity. |
@kevinfiraguay your Java program stops working when you try to send APDU commands? I am not sure what you are referring by "It". You should first try with a simple C program to check your card + reader + driver + PC/SC is working. You can also check the same C or javascript program on GNU/Linux to check it is not a Mac OS X bug. |
I'm sorry, my message was not very clear. By "it" I meant my nodejs code. |
hi kevinfiraguay , did you find solution to your problem? please share here |
Hi,
I'm just starting to learn smartcards systems and run into a problem. I have an HID Omikey 5321 CR on OSX El capitan. I installed the drivers from HID for osx. and try to run the exemple code from the node node-pcsclite.
The reader is recognized, and I can read the atr :
but when it comes to send an APDU it keeps returning me
From the HID device documentation :
so I use
But still the same error.
There is surely some steps i missed, so can anyone Help me ?
Thanks in advance
The text was updated successfully, but these errors were encountered: