PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
lf fdxb clone --help


clone a FDX-B tag to a T55x7, Q5/T5555 or EM4305/4469 tag.

usage:
    lf fdxb clone [-ha] -c <dec> -n <dec> [--extended <hex>] [--q5] [--em]

options:
    -h, --help                     This help
    -c, --country <dec>            country code
    -n, --national <dec>           national code
    --extended <hex>               extended data
    -a, --animal                   optional - set animal bit
    --q5                           optional - specify writing to Q5/T5555 tag
    --em                           optional - specify writing to EM4305/4469 tag

examples/notes:
    lf fdxb clone --country 999 --national 1337 --animal             -> encode for T55x7 tag, with animal bit
    lf fdxb clone --country 999 --national 1337 --extended 016A      -> encode for T55x7 tag, with extended data
    lf fdxb clone --country 999 --national 1337 --q5                 -> encode for Q5/T5555 tag
    lf fdxb clone --country 999 --national 1337 --em                 -> encode for EM4305/4469