You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to use this library in a Windows environment using USB smart card reader produced by Advanced Card Systems Ltd, CCID USB smart card reader.
That looks roughly right but a lot depends on the card middleware, since you have not given us any environmental details or errors I am not sure how to help you.
I recommend getting something working as a baseline, for example SoftHSM, and then trying your specific parameters...
Hi, I'm trying to use this library in a Windows environment using USB smart card reader produced by Advanced Card Systems Ltd, CCID USB smart card reader.
From device manager I can see this information:
Location: Port_#0002.Hub_#0002
How I've to set the config ?
const config = {
library: "............",
name: "CCID USB smart card reader",
slot: 0,
readWrite: true,
pin: "12345"
};
The text was updated successfully, but these errors were encountered: