diff options
author | Andrew Psaltis <ampsaltis@gmail.com> | 2010-05-11 22:54:18 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:54:18 +0200 |
commit | a4713d52a4d02007a0b8b3bc4f99025ea4159410 (patch) | |
tree | 25ff9320b4595a025cf52b976571b52970921e7c /libraries/pcsc-tools/README | |
parent | 501a02301c064cf746220d6c9296644c8bb993f4 (diff) |
libraries/pcsc-tools: Added to 12.1 repository
Diffstat (limited to 'libraries/pcsc-tools/README')
-rw-r--r-- | libraries/pcsc-tools/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libraries/pcsc-tools/README b/libraries/pcsc-tools/README new file mode 100644 index 0000000000..268e31492a --- /dev/null +++ b/libraries/pcsc-tools/README @@ -0,0 +1,13 @@ +pcsc-tools provides some utilities that allow you to mess with your smart card +reader, or to test a PC/SC driver. + +ATR_analysis - analyze a smart card "Answer to Reset" message +pcsc_scan - query the status of a smart card reader using pcsc-lite +scriptor - send commands to a smart card using a batch file or stdin +gscriptor - GTK frontend to scriptor + +pcsc_scan requires pcsc-lite to build and run. + +The rest of the above require pcsc-perl as a runtime dependency only. +gscriptor needs perl-gtk2 in a similar fashion. Both can be found at +SlackBuilds.org. |