Updated: January 2025
Current command:
lf simask --help
Simulate ASK tag from DemodBuffer or input usage: lf simask [-d <hex>] options: -h, --help This help -i, --inv invert data -c, --clk <dec> manually set clock - can autodetect if using DemodBuffer (default 64) --bi ask/biphase encoding --am ask/manchester encoding (default) --ar ask/raw encoding --stt add t55xx Sequence Terminator gap - default: no gaps (only manchester) -d, --data <hex> data to sim - omit to use DemodBuffer -v, --verbose verbose output examples/notes: lf simask --clk 32 --am -d 0102030405 -> simulate ASK/MAN rf/32 lf simask --clk 32 --bi -d 0102030405 -> simulate ASK/BIPHASE rf/32 lf simask --clk 64 --am -d ffbd8001686f1924 -> simulate a EM410x tag lf simask --clk 64 --am --stt -d 5649533200003F340000001B -> simulate a VISA2K tag