Page 1 of 1

Sending extended APDU via pyapdutool and pyresman

Posted: Mon Sep 26, 2016 10:43 pm
by Ruenie
I found that both pyApdutool and pyresman don't support sending extended APDU.

When I sent extended APDU via pyApdutool, it returned "APDU error: The command apdu is not correct." And in pyresman, I got "Exception:"

Re: Sending extended APDU via pyapdutool and pyresman

Posted: Tue Sep 27, 2016 8:37 am
by chico0609
I have tried to send extended APDU in pyApdutool, but failed.

Re: Sending extended APDU via pyapdutool and pyresman

Posted: Thu Sep 29, 2016 10:04 pm
by Tazmania09
pyApdutool supports sending extended APDU commands. Can you show the the command you sent?

Re: Sending extended APDU via pyapdutool and pyresman

Posted: Tue Oct 04, 2016 12:23 am
by UNKNwYSHSA
I send external APDU succeeded with pyApdutool, Three bytes LC and two bytes LE.
The pyResMan mybe not implement the external APDU sending.