Send PIN only
This commit is contained in:
parent
abfeb97ebb
commit
db336bb058
1 changed files with 2 additions and 6 deletions
|
@ -1,8 +1,4 @@
|
||||||
SET LENGTH=07
|
|
||||||
SET AID=01020304050608
|
|
||||||
SET CONTROLLENGTH=02
|
|
||||||
SET CONTROLINFO=1122
|
|
||||||
SET PINLENGTH=04
|
|
||||||
SET PIN=31323334
|
SET PIN=31323334
|
||||||
|
|
||||||
@rem -f to force install over old version
|
@rem -f to force install over old version
|
||||||
gp --install %~dp0..\javacard\%PACKAGE%.cap --params %LENGTH%%AID%%CONTROLLENGTH%%CONTROLINFO%%PINLENGTH%%PIN% -f
|
gp --install %~dp0..\javacard\%PACKAGE%.cap --params %PIN% -f
|
||||||
|
|
Loading…
Reference in a new issue