Reset command chaining + extended length to 0x80
Turns out that this does not work on the omni-ring, despite documention saying it should
This commit is contained in:
parent
52c4efd5f5
commit
943f922668
@ -150,9 +150,9 @@ public final class Constants {
|
|||||||
(byte)0xC0, /* 1st byte: "methods supported" see ISO 7816-4 */
|
(byte)0xC0, /* 1st byte: "methods supported" see ISO 7816-4 */
|
||||||
(byte)0x01, /* 2nd byte: "data coding byte" idem */
|
(byte)0x01, /* 2nd byte: "data coding byte" idem */
|
||||||
|
|
||||||
/* 3rd byte: command chaining + extended length; Set to 0x80 if
|
/* 3rd byte: command chaining + extended length; Set to 0xC0 if
|
||||||
extended length is not supported by card or reader */
|
extended length is supported by card and reader */
|
||||||
(byte)0xC0,
|
(byte)0x80,
|
||||||
|
|
||||||
(byte)0x05, /* status indicator byte : operational state */
|
(byte)0x05, /* status indicator byte : operational state */
|
||||||
(byte)0x90, /* SW1 */
|
(byte)0x90, /* SW1 */
|
||||||
|
Loading…
Reference in New Issue
Block a user