-
Hi,
This is the first time I'm building something with Electron.
Now, I read everything there is in the FAQ section and "Can I use this library in my Electron app?".
I tried everything from the E…
-
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…
-
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 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…
-
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.
…
-
Hi,
I am attempting to build an electron app using NFC-PCSC lib.
There is an issue when rebuilding the library using electron-rebuild :
> gyp info it worked if it ends with ok
gyp info using …
-
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'…
-
Hello, thank you very much for this library. I have been running this library with electron for quite some time now. However, as I decided to update my version of the electron, I found that it gives a…
-
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 …
-
Hello,
I am trying to obtain UID of desfire 4K EV1 card using this library.
I am using ACR122U card reader and I installed latest available drivers.
My code is working on Linux but when I rebu…