Current command:
hf 14a apdu --help
Sends an ISO 7816-4 APDU via ISO 14443-4 block transmission protocol (T=CL). Works with all APDU types from ISO 7816-4:2013 note: `-m` and `-d` goes hand in hand -m-d 325041592E5359532E4444463031 OR use `-d` with complete APDU data -d 00A404000E325041592E5359532E444446303100 usage: hf 14a apdu [-hskte] [--decode] [-m <hex>] [-l <dec>] -d <hex> [-d <hex>]... options: -h, --help This help -s, --select activate field and select card -k, --keep keep signal field ON after receive -t, --tlv decode TLV --decode decode APDU request -m, --make <hex> APDU header, 4 bytes <CLA INS P1 P2> -e, --extended make extended length apdu if `m` parameter included -l, --le <dec> Le APDU parameter if `m` parameter included -d, --data <hex> full APDU package or data if `m` parameter included examples/notes: hf 14a apdu -st -d 00A404000E325041592E5359532E444446303100 hf 14a apdu -sd -d 00A404000E325041592E5359532E444446303100 -> decode apdu hf 14a apdu -sm 00A40400 -d 325041592E5359532E4444463031 -l 256 -> encode standard apdu hf 14a apdu -sm 00A40400 -d 325041592E5359532E4444463031 -el 65536 -> encode extended apdu