Current command:
lf t55xx config --help
Set/Get T55XX configuration of the pm3 client. Like modulation, inverted, offset, rate etc. Offset is start position to decode data. usage: lf t55xx config [-hi] [--FSK] [--FSK1] [--FSK1A] [--FSK2] [--FSK2A] [--ASK] [--PSK1] [--PSK2] [--PSK3] [--NRZ] [--BI] options: -h, --help This help --FSK set demodulation FSK --FSK1 set demodulation FSK 1 --FSK1A set demodulation FSK 1a (inv) --FSK2 set demodulation FSK 2 --FSK2A set demodulation FSK 2a (inv) --ASK set demodulation ASK --PSK1 set demodulation PSK 1 --PSK2 set demodulation PSK 2 --PSK3 set demodulation PSK 3 --NRZ set demodulation NRZ --BI set demodulation Biphase --BIA set demodulation Diphase (inverted biphase) -i, --inv set/reset data signal inversion --q5 set/reset as Q5/T5555 chip instead of T55x7 --st set/reset Sequence Terminator on --rate <dec> set bitrate <8|16|32|40|50|64|100|128> -c, --blk0 <hex> set configuration from a block0 (4 hex bytes) -o, --offset <0-255> set offset, where data should start decode in bitstream --r0 downlink - fixed bit length (detected def) --r1 downlink - long leading reference --r2 downlink - leading zero --r3 downlink - 1 of 4 coding reference examples/notes: lf t55xx config --FSK -> FSK demodulation lf t55xx config --FSK -i -> FSK demodulation, inverse data lf t55xx config --FSK -i -o 3 -> FSK demodulation, inverse data, offset 3