changed select command to one supported by simcard

This commit is contained in:
Christina Quast
2015-03-10 23:35:11 +01:00
parent c63df595e5
commit ecfad8f75c

View File

@@ -3,8 +3,7 @@
from smartcard.scard import *
import smartcard.util
SELECT = [0x00, 0xA4, 0x04, 0x00, 0x0A, 0xA0, 0x00, 0x00, 0x00, 0x62,
0x03, 0x01, 0x0C, 0x06, 0x01]
SELECT = [0xA0, 0xA4, 0x00, 0x00, 0x02, 0x3F, 0x00]
COMMAND = [0x00, 0x00, 0x00, 0x00]
def select():