DESCR 537 B

123456789101112
  1. PC/SC represents an abstraction layer to smart card readers. It provides
  2. a communication layer with a wide variety of smart card readers through
  3. a standardized API.
  4. This PCSC perl module implements the Chipcard::PCSC class. Objects of
  5. this class are used to communicate with the PCSC-lite daemon (see pcscd(1)
  6. for more information).
  7. A PCSC object can be used to communicate with more than one reader
  8. through Chipcard::PCSC::Card objects. Please read Chipcard::PCSC::Card
  9. for extended information on how to talk to a smart card reader.