JCShell 6.9.0.12 problem connecting to card reader on Windows 10 x64

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

JCShell 6.9.0.12 problem connecting to card reader on Windows 10 x64

817 Views
fus
Contributor II

With 

 

/list-readers

 

I can see 4 PC SC card readers connected, one physical card reader I want to use here and 3 virtual ones inluding Windows Hello which I can't remove.

 

The manual describes how to connect to a PC SC card reader but does not specify how to select the desired one if there are multiple. How can I select a specific reader after I have the list from "/list-readers"?

Labels (1)
0 Kudos
Reply
1 Reply

794 Views
makinako
Contributor III

Try this:

/term SCComm:1:"The reader name from /list-readers":protocol=1

Replace protocol with 0 for T=1. Keep in mind the name of the reader as it appears in your Device Manager will not necessarily be exactly the same as from /list-readers.

Example:

/term SCComm:1:"Identiv uTrust 2700 R Smart Card Reader 0":protocol=1
# Do a bunch of commands here
/close

 

0 Kudos
Reply