1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
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 $
|