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

822 次查看
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 回复

799 次查看
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 项奖励
回复