From a1efb8999691c0976e92e26553360cd4e53a3d8c Mon Sep 17 00:00:00 2001 From: frankmorgner Date: Wed, 25 Nov 2009 06:45:24 +0000 Subject: [PATCH] Added information about running virtualsmartcard. git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@5 96b47cad-a561-4643-ad3b-153ac7d7599c --- virtualsmartcard/README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/virtualsmartcard/README b/virtualsmartcard/README index 23c6516..29b68fd 100644 --- a/virtualsmartcard/README +++ b/virtualsmartcard/README @@ -21,6 +21,22 @@ INSTALLATION See file INSTALL. +RUNNING virtualsmartcard +------------------------ + +First you need to make sure that pcscd loads the virtual smartcard driver. You +might run "update-reader.conf" to update pcscd's configuration file. Then +"pcscd -f -d" should say something like +readerfactory.c:1024:RFInitializeReader() Attempting startup of Virtual PCD 00 00 using /usr/lib/pcsc/drivers/serial/libvpcd.so + +Now you can run "virtualsmartcard" which connects to the virtual reader. The +command "virtualsmartcard --help" gives an overview about the command line +options. + +You should now be able to access the virtual smartcard through the system's +PC/SC API. You can use the opensc-explorer or pcsc_scan to test that. + + QUESTIONS ---------