-
I'm trying to install on a Debian 11 distro with Node 16.13
```
$ yarn add nfc-pcsc
yarn add v1.22.17
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4…
-
```
App threw an error during load
Error: The module '/xx/xx/.../node_modules/@pokusew/pcsclite/build/Release/pcsclite.node'
was compiled against a different Node.js version using
NODE_MODULE_VERS…
-
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…
-
Hello,
The nfc-pcsc library causes trouble with the newer versions of the electron ( After v16) because this module is not context aware. However, we solved this issue and confirmed to be working w…
-
Hi,
Any progress connecting directly on Win 10?
```
try {
await reader.connect(CONNECT_MODE_DIRECT);
await reader.setBuzzerOutput(false);
await reader.disconnect();
} catch (err) {
…
-
Hi @pokusew , I noticed that the wrapper is establishing the PC/SC context as system which in most cases is not needed and could create elevated privilege risks. The default should be SCARD_SCOPE_USER…
-
`$ npm rebuild
> electron@5.0.1 postinstall /Users/schwarz/Desktop/electron-api-demos/node_modules/electron
> node install.js
> @pokusew/pcsclite@0.5.2 install /Users/schwarz/Desktop/electron…
-
One functionality smart card developers need to implement on top of PC/SC style "BIBO" (Bytes-In, Bytes-Out) interface is often ISO 7816-4 based T=0 response handling for `6CXX` (GET RESPONSE) and `61…
-
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…
-
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…