Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > e7352439ff135746dddb1eabaca991d4 > files > 5

ifd-gempc410-1.0.1-1mdv2008.1.x86_64.rpm

Gemplus GemPC 410 reader driver README
======================================

/etc/reader.conf
================

The /etc/reader.conf should contain something like:

FRIENDLYNAME      "GemPC410"
DEVICENAME        /dev/ttyS0
LIBPATH           /usr/local/pcsc/drivers/serial/libGemPC410.so.0
CHANNELID         1

Note that CHANNELID may be anything since it is not used by recent
versions of pcscd (> 1.2.0) anymore and is deprecated. Be sure that
DEVICENAME is really the device name you use.

Under *BSD the serial ports are named /dev/cuaa* instead of /dev/ttyS*.


/dev/pcsc/ directory
====================

/dev/pcsc/ is deprecated since pcscd now uses DEVICENAME instead of
CHANNELID since the driver implement the ifdhandler API version 3.0.

The driver does not use /dev/ttyS? (the serial port device) directly but
uses /dev/pcsc/{1,2,3,4} which should be symbolic links to the real
serial port devices.


$Id: README.410,v 1.8 2004/01/20 14:34:39 rousseau Exp $