Compare commits
1 commit
cacc3fc32d
...
39ab5e6511
Author | SHA1 | Date | |
---|---|---|---|
39ab5e6511 |
1 changed files with 10 additions and 0 deletions
|
@ -45,6 +45,16 @@ class UsbApduInterface(
|
|||
e.printStackTrace()
|
||||
throw e
|
||||
}
|
||||
|
||||
// Send Terminal Capabilities
|
||||
transmitApduByChannel(
|
||||
tx = buildCmd(
|
||||
0x80.toByte(), 0xaa.toByte(), 0x00, 0x00,
|
||||
"A9088100820101830107".decodeHex(),
|
||||
le = null,
|
||||
),
|
||||
channel = 0,
|
||||
)
|
||||
}
|
||||
|
||||
override fun disconnect() {
|
||||
|
|
Loading…
Add table
Reference in a new issue