Serial drivers must be configured to operate on a particular port and respond to a particular name. The reader.conf file is used for this purpose.
It has the following syntax:
# Configuration file for pcsc-lite # David Corcoran <corcoran@musclecard.com> FRIENDLYNAME Generic Reader DEVICENAME /dev/ttyS0 LIBPATH /usr/lib/pcsc/drivers/libgen_ifd.so CHANNELID 1
# denotes a comment.
CHANNELID was the numeric version of the port in which the reader will be located. This may be done by a symbolic link where /dev/pcsc/1 is the first device which may be a symbolic link to /dev/ttyS0 or whichever location your reader resides.
Ludovic Rousseau 2008-01-18