PM3 Commands Reference (Iceman Firmware):

Updated: January 2025

Main Help


Up One Level


Current command:
hf 14a config --help


Configure 14a settings (use with caution)
   `-v` also prints examples for reviving Gen2 cards

usage:
    hf 14a config [--cl2 <std|force|skip>]

options:
    -h, --help                     This help
    --atqa <std|force|skip>        Configure ATQA<>anticollision behavior
    --bcc <std|fix|ignore>         Configure BCC behavior
    --cl2 <std|force|skip>         Configure SAK<>CL2 behavior
    --cl3 <std|force|skip>         Configure SAK<>CL3 behavior
    --rats <std|force|skip>        Configure RATS behavior
    --std                          Reset default configuration: follow all standard
    -v, --verbose                  verbose output

examples/notes:
    hf 14a config                 -> Print current configuration
    hf 14a config --std           -> Reset default configuration (follow standard)
    hf 14a config --atqa std      -> Follow standard
    hf 14a config --atqa force    -> Force execution of anticollision
    hf 14a config --atqa skip     -> Skip anticollision
    hf 14a config --bcc std       -> Follow standard
    hf 14a config --bcc fix       -> Fix bad BCC in anticollision
    hf 14a config --bcc ignore    -> Ignore bad BCC and use it as such
    hf 14a config --cl2 std       -> Follow standard
    hf 14a config --cl2 force     -> Execute CL2
    hf 14a config --cl2 skip      -> Skip CL2
    hf 14a config --cl3 std       -> Follow standard
    hf 14a config --cl3 force     -> Execute CL3
    hf 14a config --cl3 skip      -> Skip CL3
    hf 14a config --rats std      -> Follow standard
    hf 14a config --rats force    -> Execute RATS
    hf 14a config --rats skip     -> Skip RATS