PC/SC SCardTransmit 0x45D error
966781Jan 11 2013 — edited Jan 18 2013Hi,
i have a weird problem with my card or my card reader.
First of all, my card and the reader works fine, i installed an applet and it works.
But when i send an APDU to call a function on the applet which works longer then 800ms this error occur (PC/SC SCardTransmit 0x45D: unknown error code).
When i manipulate my applet by commenting something in the function out (so that the runtime of the function is under 800ms) all works fine. So for me it seems that this is a timeout problem.
Someone knows this problem ? Is the only way du solve the problem to split the longer functions into two or three functions ? For me, a timeout after 800ms is kind of weird.