Skip to Main Content

Java Card

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

PC/SC SCardTransmit 0x45D error

966781Jan 11 2013 — edited Jan 18 2013
Hi,

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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 15 2013
Added on Jan 11 2013
4 comments
2,285 views