PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
hw tearoff --help


Configure a tear-off hook for the next write command supporting tear-off
After having been triggered by a write command, the tear-off hook is deactivated
Delay (in us) must be between 1 and 43000 (43ms). Precision is about 1/3us.

usage:
    hw tearoff [-hs] [--delay <dec>] [--on] [--off]

options:
    -h, --help                     This help
    --delay <dec>                  Delay in us before triggering tear-off, must be between 1 and 43000
    --on                           Activate tear-off hook
    --off                          Deactivate tear-off hook
    -s, --silent                   less verbose output

examples/notes:
    hw tearoff --delay 1200        -> define delay of 1200us
    hw tearoff --on                -> (re)activate a previously defined delay
    hw tearoff --off               -> deactivate a previously activated but not yet triggered hook