[Pcsclite-git-commit] [CCID] 01/01: INSTALL: update documentation for serial readers

Ludovic Rousseau rousseau at moszumanska.debian.org
Thu Oct 13 16:53:56 UTC 2016


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository CCID.

commit 9ed43b008894ad6984a06400aec4bb2c9b87bce2
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Thu Oct 13 11:42:03 2016 +0200

    INSTALL: update documentation for serial readers
    
    - Update the documentation
    - add a reference about the IDBridge CR30 that should use the
      "GemCoreSIMPro2" configuration argument.
---
 INSTALL | 35 ++++++++++++++++++++++-------------
 1 file changed, 22 insertions(+), 13 deletions(-)

diff --git a/INSTALL b/INSTALL
index 6dfc905..afddb68 100644
--- a/INSTALL
+++ b/INSTALL
@@ -62,28 +62,37 @@ You have to create or edit the file /etc/reader.conf. The file should
 contain something like:
 
 # Gemalto reader with serial communication
+#  - n is the serial port to use n in [0..3]
 #  - reader is the reader name. It is needed for multi-slot readers.
-#    Possible reader values are: GemPCPinPad, GemCorePOSPro, GemCoreSIMPro,
-#    GemPCTwin (default value)
+#    Possible reader values are: 
+#     GemCorePOSPro
+#     GemCoreSIMPro
+#     GemCoreSIMPro2
+#     GemPCPinPad
+#     GemPCTwin (default value)
 # example: /dev/ttyS0:GemPCPinPad
-#FRIENDLYNAME      "GemPCTwin serial"
 #DEVICENAME        /dev/ttySn[:reader]
-#LIBPATH           TARGET
-#CHANNELID         1
+#FRIENDLYNAME      "GemPCTwin serial"
+#LIBPATH           /usr/lib/pcsc/drivers/serial/libccidtwin.so
 
 FRIENDLYNAME      "GemPC Twin serial"
 DEVICENAME        /dev/ttyS0
-LIBPATH           /usr/local/pcsc/drivers/serial/libccidtwin.so.1.2.3
-CHANNELID         1
+LIBPATH           /usr/lib/pcsc/drivers/serial/libccidtwin.so
 
-You will have to adapt the library path to your configuration and library
-version.
+You will have to adapt the library path to your configuration.
 
 By default the GemPC Twin serial reader parameters are loaded by the
-driver, if you use a GemPC PinPad, a GemCore POS Pro or a GemCore SIM
-Pro you have to indicate it in the DEVICENAME field. You will then have
-something like:
-DEVICENAME        /dev/ttyS0:GemPCPinPad
+driver, if you use a GemPC PinPad, a GemCore POS Pro, a GemCore SIM
+Pro or GemCore SIM Pro 2 (or IDBridge CR30) you have to indicate it in the
+DEVICENAME field. Supported values are:
+- GemCorePOSPro for GemCore POS Pro
+- GemCoreSIMPro for GemCore SIM Pro
+- GemCoreSIMPro2 for IDBridge CR30
+- GemPCPinPad for GemPC PinPad
+- GemPCTwin for GemPC Twin (default value)
+
+You will then have something like:
+DEVICENAME /dev/ttyS0:GemPCPinPad
 
 /dev/ttyS0 (DEVICENAME field) is the first serial port under Linux
 (known as COM1 under DOS/Windows). Of course if your reader is connected

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/CCID.git



More information about the Pcsclite-cvs-commit mailing list