Christina Quast
a929bc8850
ccid_raw.py: SendTransmit: Pass list instead of array
...
SCardTransmit expects the last function parameter cmd (the bytes
to be send) to be of type list, but we pass a binary array to
send_receive_cmd.
Therefore, the cmd array has to be converted using its function
tolist().
2015-06-19 13:24:38 +02:00
Christina Quast
fb91bb7069
Parsing ajusted: respond to phone requests
2015-04-18 14:34:08 +02:00
Christina Quast
f2e53f0553
array to hex function, reduced usb timeout
2015-04-11 08:42:38 +02:00
Christina Quast
7741f7159c
ccid_raw.py: Reset smartcard method
2015-04-06 19:06:05 +02:00
Christina Quast
5163624c24
ccid_raw.py: ATR function
2015-04-06 00:44:50 +02:00
Christina Quast
5149cd6e78
simcard communication python class
2015-04-06 00:33:52 +02:00
Christina Quast
097b21849f
ccid_raw.py: main function with test functions
2015-04-05 10:21:11 +02:00
Christina Quast
3252a317d5
ccid_raw.py: removed test functions calls
2015-04-04 19:57:16 +02:00
Christina Quast
cce4b0959c
return commands read from card
2015-04-03 11:43:09 +02:00
Christina Quast
254acae448
raw ccid communication with variable commands
2015-04-01 19:36:34 +02:00