PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
lf t55xx info --help


Show T55x7 configuration data (page 0/ blk 0) from reading the configuration block
from tag. Use `-c` to specify a config block data to be used instead of reading tag.

usage:
    lf t55xx info [-h1] [-p <hex>] [-c <hex>] [--q5] [--r0] [--r1] [--r2] [--r3]

options:
    -h, --help                     This help
    -1                             extract using data from graphbuffer
    -p, --pwd <hex>                password (4 hex bytes)
    -c, --blk0 <hex>               use these data instead (4 hex bytes)
    --q5                           interprete provided data as T5555/Q5 config
    --r0                           downlink - fixed bit length (detected def)
    --r1                           downlink - long leading reference
    --r2                           downlink - leading zero
    --r3                           downlink - 1 of 4 coding reference

examples/notes:
    lf t55xx info
    lf t55xx info -1
    lf t55xx info -p 11223344
    lf t55xx info -c 00083040
    lf t55xx info -c 6001805A --q5