pysim/pySim/transport
Harald Welte 24a7f168bd pcsc: open reader/card in EXCLUSIVE mode by default
There was a support request hinting that other applications
concurrently accessed the SIM and were messing up the card state while
pySim-shell was running.

Let's avoid such situations by opening the card/reader in EXCLUSIVE mode
by default.  If somebody really has a special use case, they can now add
the --pcsc-shared flag to restore the legacy behavior (SHARED mode).

Change-Id: I90d887714b559a4604708d3c6dd23b5e05f40576
2024-03-15 20:33:09 +00:00
..
__init__.py pylint: transport/__init__.py 2024-02-05 09:52:46 +01:00
calypso.py pylint: transport/calypso.py 2024-02-05 09:52:17 +01:00
modem_atcmd.py pylint: transport/modem_atcmd.py 2024-02-05 09:52:24 +01:00
pcsc.py pcsc: open reader/card in EXCLUSIVE mode by default 2024-03-15 20:33:09 +00:00
serial.py pylint: transport/serial.py 2024-02-05 09:52:40 +01:00