-
Dear Developer,
This simple code stalls on the constructor of pcsclite on a fresh windwos 10 system,
as long as no card reader is connected at least once.
It stalls even as started from an ad…
-
Operating system: Windows 10 Pro
Node version: 11.6.0
The example program does not seem to run on Windows 10. It starts and gets stuck right before calling the imported `pcsclite()` function.
…
-
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…
-
Hi,
First of all, thanks for this library. It's really easy to use and works perfectly for my project.
But I stumbled across a problem while using it in an electron app running on a raspberry pi …
-
Hi !
I'm trying to use node-pcsclite on macOS. I'm having an issue trying to use desfire. I have an error which is : `SCardTransmit error: Invalid parameter given.(0x80100004)`
The code that fai…
-
Hi,
I have an Angular CLI project running in Electron. When I follow your instructions and import the module like this `import NFC from '../../../node_modules/nfc-pcsc';`, and call `const nfc = new N…
-
I'm using module to create dedicated client with WEB NFC compliance/emulator for desktop OS (WEB NFC currently works on mobile only).
But this module cannot be used in `preload.js` of electron app…
-
I have a win32 application for Card Reading (I also use nw.js) and in this application I need to include pcsclite. When I installed it I received an error : buffertools.node is not valid win32 applica…
-
V8 v12 brings some breaking changes to the ObjectTemplate::SetAccessor signature. NAN is working on a fix: [https://github.com/nodejs/nan/pull/966](https://github.com/nodejs/nan/pull/966).
As soon…
-
Windows 7 x86
```
reader.transmit(new Buffer([0x00, 0xB0, 0x00, 0x00, 0x20]), 200, protocol, function(err, data) {
if (err) {
console.log(err);
} else {
console.log('Data received'…