APDU buf array can not receive all the APDU command, why?
Posted: Fri Dec 25, 2015 3:48 am
I need to send the following APDU command to my applet.
/send 80010000050102030405
But there is a strange thing. I add APDU buf array to my watch list and when I debug my applet step by step, the buf only contains
the first five bytes. It seems that APDU buf doesn't receive the remaining bytes. Why this happened? What's wrong with APDU command?
/send 80010000050102030405
But there is a strange thing. I add APDU buf array to my watch list and when I debug my applet step by step, the buf only contains
the first five bytes. It seems that APDU buf doesn't receive the remaining bytes. Why this happened? What's wrong with APDU command?