Perl interface to the PC/SC smart card library

This package contains a Perl wrapper to the PC/SC smartcard library (pcsc-lite) [1] from MUSCLE [2] together with some small examples.

You can find applications using this wrapper in the pcsc-tools package [3].

[1] http://pcsclite.alioth.debian.org/
[2] http://www.musclecard.com/
[3] http://ludovic.rousseau.free.fr/softwares/pcsc-tools/

Build and Install:

A very quick documentation on how to build and install the wrapper.

$ perl Makefile.PL
$ make

Insert a smart card in the (first) PCSC reader

$ make test
$ sudo make install

Remarks

For Windows users:

Status behaves different on Unix and from Win32

        it returns the Atr len
        it does not return any error like
Authors

Licences

pcsc-perl: wrapper to the PC/SC smartcard library Copyright (C) 2001-2003 Lionel VICTOR Copyright (C) 2001-2010 Ludovic ROUSSEAU

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

History

1.4.10 - 18 August 2010, Ludovic ROUSSEAU

1.4.9 - 30 June 2010, Ludovic ROUSSEAU

1.4.8 - 23 September 2009, Ludovic ROUSSEAU

1.4.7 - 26 March 2008, Ludovic ROUSSEAU

1.4.6 - 7 March 2007, Ludovic ROUSSEAU

1.4.5 - 2 March 2007, Ludovic ROUSSEAU

1.4.4 - 12 August 2006, Ludovic ROUSSEAU

1.4.3 - 16 May 2006, Ludovic ROUSSEAU

1.4.2 - 6 August 2004, Ludovic ROUSSEAU

1.4.1 - 4 July 2004, Ludovic ROUSSEAU

1.4.0 - 20 May 2004, Ludovic ROUSSEAU

1.3.1 - 2 April 2004, Ludovic ROUSSEAU

1.3.0 - 13 December 2003, Ludovic ROUSSEAU

1.2.2 - 27 May 2003, Ludovic ROUSSEAU

1.2.1 - 24 May 2003, Ludovic ROUSSEAU

1.2.0 - 9 May 2003, Ludovic ROUSSEAU

1.1.3 - 7 Nov 2002, Ludovic ROUSSEAU

1.1.2 - 28 Aug 2002, Ludovic ROUSSEAU

1.1.1 - 7 Mar 2002, Ludovic ROUSSEAU

1.1.0 - 6 Mar 2002, Ludovic ROUSSEAU

1.0.9 - 5 Mar 2002, Ludovic ROUSSEAU

1.0.8 - 18 Oct 2001, Ludovic ROUSSEAU

$Id: README,v 1.23 2010-08-18 21:07:02 rousseau Exp $