Issue
This Content is from Stack Overflow. Question asked by Dubster
I have a problem with reading SLE4428 card. I tried to use simple program written in python, but I received a message that pyscard supports only T=0 and T=1 protocol. My card uses S9 protocol.
Do you have any software which I can use to read/write data on SLE4428 card? Or maybe someone know how to read S9 protocol in pyscard library.
Solution
SLE44xx are memory cards using an ancient two-wire protocol. Some readers translate special APDUs to the respective hardware signals, but which commands you have to use may depend on the reader. (I never tried to use pyscard for that task and suggest, to consider using a newer technology than memory card).
Note that SLE44xx and SLE55xx are identical in this respect and you may find additional information in other questions here like this and that.
This Question was asked in StackOverflow by Dubster and Answered by guidot It is licensed under the terms of CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.