santigimeno / node-pcsclite

Bindings over pcsclite to access Smart Cards
ISC License
170 stars 125 forks source link

PCSC error SCardGetStatusChange error: The action was cancelled by an SCardCancel request. #92

Open sambatlim opened 3 years ago

sambatlim commented 3 years ago

I have installed pcsclite and when I run index.js file I got the following issue:

(node:5184) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. PCSC error SCardGetStatusChange error: The action was cancelled by an SCardCancel request.

node version: v12.16.1

gurubarathi commented 1 year ago

ya use Buffer.from instead of Buffer