smartcard
Fork of original smartcard library. Only difference is opening reader in shared mode.
Smartcard library.
This is a simple wrapper around Santiago Gimeno's great pcsclite library.
Used by Card Spy
Examples
With event emitter
'use strict'; const smartcard = ;const Devices = smartcardDevices;const devices = ; devices;
Using promises
'use strict'; const smartcard = ;const Devices = smartcardDevices;const devices = ; devices;
Selecting the Payment Systems Environment on an EMV (Chip & Pin) card
'use strict'; const smartcard = ;const Devices = smartcardDevices;const Iso7816Application = smartcardIso7816Application; const devices = ; devices; devices;