[Pcsclite-cvs-commit] r1668 - trunk/HandlerTest/Host/test_scripts

Ludovic Rousseau rousseau at costa.debian.org
Mon Sep 19 14:03:38 UTC 2005


Author: rousseau
Date: 2005-09-19 14:03:37 +0000 (Mon, 19 Sep 2005)
New Revision: 1668

Added:
   trunk/HandlerTest/Host/test_scripts/test.verify_pin
Log:
script to use VERIFY PIN command


Added: trunk/HandlerTest/Host/test_scripts/test.verify_pin
===================================================================
--- trunk/HandlerTest/Host/test_scripts/test.verify_pin	2005-09-19 14:00:49 UTC (rev 1667)
+++ trunk/HandlerTest/Host/test_scripts/test.verify_pin	2005-09-19 14:03:37 UTC (rev 1668)
@@ -0,0 +1,18 @@
+#
+# Script to test a driver
+# (c) 2001, Ludovic Rousseau
+
+# Use scriptor for pcsc-tools to execute this script
+# http://ludovic.rousseau.free.fr/softwares/pcsc-tools/
+
+# usage: scriptor test.script
+
+# reset the card
+reset
+
+# Select applet
+00 A4 04 00 06 A0 00 00 00 18 FF
+
+# verify PIN
+00 20 00 00 04 31 32 33 34
+




More information about the Pcsclite-cvs-commit mailing list