Current command:
hf 14b raw --help
Sends raw bytes to card. Activates field by default usage: hf 14b raw [-hackrsv] [-d <hex>] [-t <dec>] [--sr] [--cts] [--xrx] [--pico] options: -h, --help This help -a active signal field ON without select -c, --crc calculate and append CRC -k, --keep leave the signal field ON after receive response -d, --data <hex> data, bytes to send -r do not read response from card -t, --timeout <dec> timeout in ms -s, --std use ISO14B select --sr use SRx ST select --cts use ASK C-ticket select --xrx use Fuji/Xerox select --pico use Picopass select -v, --verbose verbose output examples/notes: hf 14b raw -cks --data 0200a40400 -> standard select, apdu 0200a4000 (7816) hf 14b raw -ck --sr --data 0200a40400 -> SRx select hf 14b raw -ck --cts --data 0200a40400 -> C-ticket selec