JCShell 6.9.0.12 problem connecting to card reader on Windows 10 x64

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

JCShell 6.9.0.12 problem connecting to card reader on Windows 10 x64

810件の閲覧回数
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"?

ラベル(1)
タグ(1)
0 件の賞賛
返信
1 返信

787件の閲覧回数
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 件の賞賛
返信