Open z4yx opened 5 years ago
When I test this applet on J2A040 with T=0 protocol, I found invalid data in APDU buffer. By adding apdu.setIncomingAndReceive() call before data access on case 3/4 APDU, the problem was solved.
This fixes #51 which actually was a real bug.
When I test this applet on J2A040 with T=0 protocol, I found invalid data in APDU buffer. By adding apdu.setIncomingAndReceive() call before data access on case 3/4 APDU, the problem was solved.