[Pcsclite-cvs-commit] r2870 - /trunk/Drivers/ccid/INSTALL

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Tue Apr 8 09:28:47 UTC 2008


Author: rousseau
Date: Tue Apr  8 09:28:47 2008
New Revision: 2870

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=2870
Log:
improve a bit the serial reader section

Modified:
    trunk/Drivers/ccid/INSTALL

Modified: trunk/Drivers/ccid/INSTALL
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/INSTALL?rev=2870&op=diff
==============================================================================
--- trunk/Drivers/ccid/INSTALL (original)
+++ trunk/Drivers/ccid/INSTALL Tue Apr  8 09:28:47 2008
@@ -88,16 +88,27 @@
 You have to create or edit the file /etc/reader.conf. The file should
 contain something like:
 
-FRIENDLYNAME      "GemPC Twin"
+# Gemplus reader with serial communication
+#  - reader is the reader name. It is needed for multi-slot readers.
+#    Possible reader values are: GemPCPinPad, GemCorePOSPro, GemCoreSIMPro,
+#    GemPCTwin (default value)
+# example: /dev/ttyS0:GemPCPinPad
+#FRIENDLYNAME      "GemPCTwin serial"
+#DEVICENAME        /dev/ttySn[:reader]
+#LIBPATH           TARGET
+#CHANNELID         1
+
+FRIENDLYNAME      "GemPC Twin serial"
 DEVICENAME        /dev/ttyS0
-LIBPATH           /usr/local/pcsc/drivers/serial/libccidtwin.so.0.4.2
+LIBPATH           /usr/local/pcsc/drivers/serial/libccidtwin.so.1.2.3
 CHANNELID         1
 
-You may have to adapt the library path to your configuration and library
+You will have to adapt the library path to your configuration and library
 version.
 
-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
+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
 




More information about the Pcsclite-cvs-commit mailing list