aboutsummaryrefslogtreecommitdiffstats
path: root/pySim/card_handler.py
AgeCommit message (Collapse)AuthorFilesLines
2020-02-14Fix compatibility with Python 3: print() is a functionVadim Yanitskiy1-23/+23
Change-Id: I5dd8e5daf420fc8667c5156bfacc8763d8895993
2019-09-12Add support for automatic card handlingPhilipp Maier1-0/+108
When using the batch mode of pySim-prog, the user has to insert/remove the cards from the cardreader manually. This is fine for small batches, but for high volume batches this method is not applicable. This patch adds support for the integration of an automatic card handler machine. The user can freely configure a custom commandline that is executed when a card should be inserted or moved to a good/bad collection bin. Change-Id: Icfed3cad7927b92816723d75603b78e1a4b87ef1 Related: SYS#4654