2022-03-15 00:28:48 +08:00
|
|
|
PC/SC-lite is a middleware to access a smart card using SCard API
|
|
|
|
(PC/SC) Its purpose is to provide a Windows(R) SCard interface in a
|
|
|
|
very small form factor for communicating to smart cards and readers.
|
2010-05-12 02:02:05 +08:00
|
|
|
|
2011-01-09 00:15:54 +08:00
|
|
|
Compiling with "DEBUGATR=1 ./pcsc-lite.SlackBuild" enables ATR parsing
|
2011-06-24 08:34:30 +08:00
|
|
|
debug output messages.
|
2010-05-12 04:26:57 +08:00
|
|
|
|
2013-02-10 23:26:14 +08:00
|
|
|
On-demand power on (auto power off) feature for an inserted card is
|
|
|
|
disabled, now. If you want it re-enabled, so the card is powered off
|
2022-03-15 00:28:48 +08:00
|
|
|
after a few seconds of inactivity (upstream's default since version
|
|
|
|
1.6.5) you can compile with "AUTOPOFF=1 ./pcsc-lite.SlackBuild".
|
2013-02-10 23:26:14 +08:00
|
|
|
|
2011-06-24 08:34:30 +08:00
|
|
|
pcsc-lite no longer uses (deprecated) libhal for smart-card reader's
|
|
|
|
detection. By default libudev is used now.
|
2010-05-12 23:45:48 +08:00
|
|
|
|
2012-12-29 05:18:36 +08:00
|
|
|
You need to add a user pcscd (257) and a group pcscd (257).
|
|
|
|
|
2011-01-09 00:15:54 +08:00
|
|
|
Please see README.SLACKWARE in pcsc-lite's documentation directory
|
|
|
|
for notes.
|