aboutsummaryrefslogtreecommitdiffstats
path: root/pySim-prog.py
diff options
context:
space:
mode:
Diffstat (limited to 'pySim-prog.py')
-rwxr-xr-xpySim-prog.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pySim-prog.py b/pySim-prog.py
index b7fc793..df66b80 100755
--- a/pySim-prog.py
+++ b/pySim-prog.py
@@ -302,6 +302,9 @@ if __name__ == '__main__':
sl = PcscSimLink(opts.pcsc_dev)
scc = SimCardCommands(transport=sl)
+ print "Insert Card now"
+ sl.wait_for_card()
+
# Detect type if needed
card = None
ctypes = dict([(kls.name, kls) for kls in _cards_classes])