From 33a3e8779c52f8b9dee7ec9c0e5a699bbdbd775b Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 29 May 2019 20:12:32 +0200 Subject: [PATCH] doc: Describe how to obtains PC/SC reader string names Change-Id: Ic99d9561281080c6865f512c2b819cf6cfc7a1e2 --- doc/manuals/chapters/remsim-bankd.adoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/manuals/chapters/remsim-bankd.adoc b/doc/manuals/chapters/remsim-bankd.adoc index 317abf4..be9b2c0 100644 --- a/doc/manuals/chapters/remsim-bankd.adoc +++ b/doc/manuals/chapters/remsim-bankd.adoc @@ -106,3 +106,15 @@ readers and the RSPRO bandk/slot numbers. The format is as follows: "1","3","ACS ACR33 ICC Reader 00 03" "1","4","ACS ACR33 ICC Reader 00 04" ---- + +You can obtain the exact string to use as PC/SC reader name from the output of the +`pcsc_scan` utility (part of pcsc-lite package). The tool will produce output like: + +.Example: Output of `pcsc_scan` utility on a system with a single reader installed +---- +Scanning present readers... +0: Alcor Micro AU9560 00 00 +---- + +In this example, there's only a single PC/SC reader available, and it has a string of +"Alcor Micro AU9560 00 00" whcih needs to be copy-pasted into the CSV file.