Current command:
lf hid sim --help
Enables simulation of HID card with card number. Simulation runs until the button is pressed or another USB command is issued. usage: lf hid sim [-h] [-w <format>] [--fc <dec>] [--cn <dec>] [-i <dec>] [-o <dec>] [-r <hex>] options: -h, --help This help -w, --wiegand <format> see `wiegand list` for available formats --fc <dec> facility code --cn <dec> card number -i <dec> issue level -o, --oem <dec> OEM code -r, --raw <hex> raw bytes examples/notes: lf hid sim -r 2006ec0c86 -> HID 10301 26 bit lf hid sim -r 2e0ec00c87 -> HID Corporate 35 bit lf hid sim -r 01f0760643c3 -> HID P10001 40 bit lf hid sim -r 01400076000c86 -> HID Corporate 48 bit lf hid sim -w H10301 --fc 118 --cn 1603 -> HID 10301 26 bit