Santiago Gimeno

Results 120 comments of Santiago Gimeno

tbh I have no idea. /cc @LudovicRousseau ?

Hi @sdmimaye. Sorry for the late response: I was on vacation for a while. Regarding the PR. I'd like to understand the need of this event. If you don't receive...

@iboxgithub do you have a sample code explaining your issue?

I don't know. I'll try to implement the SCardReconnect wrapper as soon as I can if you think it can solve your issues

@iboxgithub WIP implementation here: https://github.com/santigimeno/node-pcsclite/pull/34. Could you test it and see if it works for you? Thanks!

Let me know if this works for you: ``` # Clone this repo: $ git clone https://github.com/santigimeno/node-pcsclite.git $ cd node-pcsclite # use the scardreconnect branch $ git checkout -b scardreconnect...

@iboxgithub I think it's pretty well explained in the documentation. If a command you execute returns `SCARD_W_RESET_CARD` it's when you should execute `reconnect`. This can happen, for example, when another...

@iboxgithub It looks like that. Have you tried using `SCARD_SHARE_SHARED` mode? As a side note, I think I should add the actual error code in the Error object

@iboxgithub I'm not sure I follow... can you post code that causes the error?