2010-05-11 20:02:05 +02:00
|
|
|
PC/SC-lite (Personal Computer/Smart Card interface)
|
|
|
|
|
2010-05-11 22:26:57 +02:00
|
|
|
This is a middleware to access a smart card using SCard API (PC/SC) Its purpose
|
2010-05-11 20:02:05 +02:00
|
|
|
is to provide a Windows(R) SCard interface in a very small form factor for
|
2010-05-11 22:26:57 +02:00
|
|
|
communicating to smart cards and readers.
|
2010-05-11 20:02:05 +02:00
|
|
|
|
|
|
|
Compiling with "DEBUGATR=1 ./pcsc-lite.SlackBuild" enables ATR parsing debug
|
2010-05-13 00:41:20 +02:00
|
|
|
output messages. Compiling with "APIDOC=1 ./pcsc-lite.SlackBuild" produces
|
2010-10-19 04:29:12 +02:00
|
|
|
API .pdf documentation (for ifd handlers only, mainly intended for developers).
|
2010-05-11 22:26:57 +02:00
|
|
|
|
2010-10-19 04:29:12 +02:00
|
|
|
pcsc-lite uses libhal for smart-card reader's detection, according to
|
|
|
|
upstream's advice. If you want to use usb polling, you can pass "HALD=0"
|
|
|
|
to the script when building in order to use libusb for detecting your reader
|
|
|
|
(be aware that, using libusb, if your reader can be managed at the same time
|
|
|
|
by the openct driver *and* by the pcsc-lite driver, so you may experience
|
|
|
|
some detection issues).
|
2010-05-12 17:45:48 +02:00
|
|
|
|
2010-10-19 04:29:12 +02:00
|
|
|
Please see README.SLACKWARE in pcsc-lite's documentation directory for notes.
|