PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
lf read --help


Sniff low frequency signal.
 - use `lf config` to set parameters.
 - use `data plot` to look at it.
If the number of samples is more than the device memory limit (40000 now), it will try to use the real-time sampling mode.

usage:
    lf read [-hv@] [-s <dec>]

options:
    -h, --help                     This help
    -s, --samples <dec>            number of samples to collect
    -v, --verbose                  verbose output
    -@                             continuous reading mode

examples/notes:
    lf read -v -s 12000            -> collect 12000 samples
    lf read -s 3000 -@             -> oscilloscope style