1. Write your own script file
Every APDU command is ended up with semicolon. The format of script command is as follows.
Code: Select all
00A404000611223344556600;
0001223300;
0001050602112200;
00025566010100;
2. Send the script file to your applet
Click "Debug" button, then send your script file by "/script" command in Debug Shell, as shown in the below GIF images.
For example,
Code: Select all
/script c:/workspace/test.scr
Note: You can get the the applet demo and the script file from the attachment.