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().
1 file changed
tree: d25ef58b05fc25f2ec027672fe1eedbc6d132e36
  1. firmware/
  2. usb_application/
  3. .gitignore
  4. .gitmodules
  5. clk_calc.py
  6. notes