PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
lf jablotron clone --help


clone a Jablotron tag to a T55x7, Q5/T5555 or EM4305/4469 tag.
Tag must be on the antenna when issuing this command.

usage:
    lf jablotron clone [-h] --cn <hex> [--q5] [--em]

options:
    -h, --help                     This help
    --cn <hex>                     Jablotron card ID - 5 bytes max
    --q5                           optional - specify writing to Q5/T5555 tag
    --em                           optional - specify writing to EM4305/4469 tag

examples/notes:
    lf jablotron clone --cn 01b669           -> encode for T55x7 tag
    lf jablotron clone --cn 01b669 --q5      -> encode for Q5/T5555 tag
    lf jablotron clone --cn 01b669 --em      -> encode for EM4305/4469