Files
simtrace2/usb_application
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
..
2015-04-05 16:24:17 +02:00
2015-05-04 15:29:07 +02:00
2015-04-05 16:37:14 +02:00
2015-03-02 16:09:45 +01:00
2015-03-02 16:10:04 +01:00