iboxgithub
iboxgithub
+1 I'm not able to reconnect to the card on the same JS instance. Is there a workaround on that? I have the Sharing violation issue coming back even if...
Hi, sure var pcsc = Npm.require('pcsclite'); var pcsc = pcsc(); //todo: change var name ? ``` pcsc.on('reader', function(reader) { function exit() { reader.close(); pcsc.close(); } console.log('Using card reader: ', reader.name);...
is this example relevant?
Thank you very much !!! Otherwise (just in case) you don't know about any workaround for that matter?
Hi Santiago, sorry about that but I have no clue how to update your package with your commit on my computer (I used the npm install command at the first...
Hi, excuse me I didn't give feedback I came back home super late. So first, the reconnect works when I put it here function exit() { reader.close(); reader.reconnect(function(err, protocol) {/_my...
Yes you are right it is straightforward, nevertheless my problem is that in JS I never catch it (0x80100068L), just Sharing violation. (0x8010000b) I still use the same code (totally...
Despite the fact I am able to make it work within the same pcsc.on bloc, I am not able to create a new bloc and connect again, I will always...
Thanks, I succeeded to do when I wanted with SCARD_SHARE_SHARED set up in the connect function (I tried before but not using the good parameter -_-) So, in this case...
More generally what are the steps that occured when I restart my server? Because now that I copied this prototype in my real code where several transmit can occur I...