Smart Reader Operation Python engine springcore scard module
October 29, 2024 at 3:52 AMspringcore.scard module for PyScore
*** PRELIMINARY ***
The springcore.scard
module gives access to all the smart card-related features of the SpringCore device. This includes the NFC (contactless) cards, the contact (SAM) cards if the device features one or more SAM slots, and the secure element(s) of the device.
To ease the developer’s job, the springcore.scard
module is inspired by Python’s PyScard module. Anyway, there are some huge differences since the PyScore runs in the SpringCore device itself, instead of running on top of the computer’s PC/SC stack.
Module documentation
- scard class
- scard.Card class
- scard.CardReader class