PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
lf indala demod --help


Tries to PSK demodulate the graphbuffer as Indala

usage:
    lf indala demod [-hi] [--clock <dec>] [--maxerr <dec>]

options:
    -h, --help                     This help
    --clock <dec>                  optional - set clock (as integer), if not set, autodetect.
    --maxerr <dec>                 optional - set maximum allowed errors, default = 100
    -i, --invert                   optional - invert output

examples/notes:
    lf indala demod
    lf indala demod --clock 32           -> demod a Indala tag from the GraphBuffer using a clock of RF/32
    lf indala demod --clock 32 -i         -> demod a Indala tag from the GraphBuffer using a clock of RF/32 and inverting data
    lf indala demod --clock 64 -i --maxerror 0       -> demod a Indala tag from the GraphBuffer using a clock of RF/64, inverting data and allowing 0 demod errors