PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
data biphaserawdecode --help


Biphase decode binary stream in DemodBuffer
Converts 10 or 01 -> 1 and 11 or 00 -> 0
 - must have binary sequence in DemodBuffer (run `data rawdemod --ar` before)
 - invert for Conditional Dephase Encoding (CDP) AKA Differential Manchester

usage:
    data biphaserawdecode [-hoi] [--err <dec>]

options:
    -h, --help                     This help
    -o, --offset                   set to adjust decode start position
    -i, --inv                      invert output
    --err <dec>                    set max errors tolerated (def 20)

examples/notes:
    data biphaserawdecode          -> decode biphase bitstream from the DemodBuffer
    data biphaserawdecode -oi      -> decode biphase bitstream from the DemodBuffer, adjust offset, and invert output