santigimeno / node-pcsclite

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

Error: SCardTransmit error: Insufficient buffer with Expect Return length 0xFF #85

Closed sgnsys3 closed 6 years ago

sgnsys3 commented 6 years ago

I'm using https://github.com/tomkp/smartcard That implement of this repo. I think root cause is come from node-pcsclite. Does anyone have same problem ?

OS: MacOS 10.13.4

sgnsys3 commented 6 years ago

I check it and fix by change buffer size of tomkp repository Thank !