Closed ikarus23 closed 5 years ago
Did you have an EMV based card over the antenna?
Yes, normal credit card.
I confirm the issue
switch (channel) {
case ECC_CONTACTLESS:
res = ExchangeAPDU14a(data, ...
will hardly work with my ISO14443B card... We need to support typeB as well for EMV!
Second issue: in that situation the proxmark (even the RDV4) is becoming unresponsive to the point it needs to be unplugged. It shouldn't.
@doegox Thanks for confirming. My card is ISO14443A.
in that situation the proxmark (even the RDV4) is becoming unresponsive to the point it needs to be unplugged.
Sorry for not mentioning that. I've noticed this too.
ok, the EMV commands can make my pm3 also unresponsive... I believe there needs to be wait for response timeout that is missing.
@merlokk if you have time ?
now emv not hangs. have checked with:
I think it because higher stability of usb link
Looking great! But part of this issues was 14B support. I believe close this issue and start a new one for 14B EMV support etc..
I've used the new compile option
make PLATFORM=PM3OLD512
for my old proxmark3 with 512k memory. However, I get the following errors with the emv function:EDIT: Same behavior with or without tag.