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:
c0de 2023-10-04 16:30:40 -05:00
parent 52c4efd5f5
commit 943f922668
1 changed files with 3 additions and 3 deletions

View File

@ -150,9 +150,9 @@ public final class Constants {
(byte)0xC0, /* 1st byte: "methods supported" see ISO 7816-4 */
(byte)0x01, /* 2nd byte: "data coding byte" idem */
/* 3rd byte: command chaining + extended length; Set to 0x80 if
extended length is not supported by card or reader */
(byte)0xC0,
/* 3rd byte: command chaining + extended length; Set to 0xC0 if
extended length is supported by card and reader */
(byte)0x80,
(byte)0x05, /* status indicator byte : operational state */
(byte)0x90, /* SW1 */