-
Hello,
I have done some evaluation on you pcsc library and it looks perfectly suited for mine need from the functional point, but I have hit on one big issue.
I'm unable to build your pcsclite appli…
-
Hello there
Is there any way we can simplify APDU sending and retrieving?
Working with the buffers seems to have quite a steep learning curve for folks who don't understand very much of the subject.
…
-
Hello,
I try to use node-pcsclite with [electron](https://github.com/atom/electron) to make a desktop application.
if I use only node-pcsclite, it's works.
but as soon I add "var pcsc = require('pcscl…
-
Maybe you could just reuse an existing license text like MIT.
Proposed patch:
```
+++ package.json 2015-09-13 14:22:36.000000000 +0200
@@ -30,9 +30,6 @@
"smartcards"
],
"author":…
-
Hello,
Do you plan a Raspberry Pi version?
bye,
Hervé
-
Hello,
We have some windows configuration where card events are not received after first card removal. This windows are dev PC with mixed middlewares installation (gemalto, charismathics, personnal,…
-
Hi,
I am trying to connect to the reader with direct mode to write on LCD. It works on Linux, but not on Windows. Are the drivers different?
```
var LCD_CONTRAST = new Buffer([0xFF, 0x00, 0x6C, 0x00,…
-
Hello,
First of all thanks for providing this wrapper,
I am trying to use it in a node-webkit application, however app is crashing everytime node-pcsclite,
At the moment i've been trying basic code…
yeomi updated
8 years ago
-
Hi there nice project...
Is this project goal to enable client side javascript to access client-connected pcsc devices?
I mean, it runs on node.js at the server, but the javascript at local client w…
-
Sorry if this is in the wrong place, this does not seem to be a pcscLite issue, but one with the example code for the node bindings, or perhaps my understanding of things. I'm pretty new to APDU and …