T5577 How do I write to page 1?

I am using the RDV4, so I’m not sure if the commands will be the exact same. When I use lf t55xx write -h it shows a “–pg1” flag for writing to page 1. I don’t currently have a tag that I want to test writing to, but I read a tag I have here. The command was lf t55xx read --pg1 -b 1. That worked to read block 1 from page 1. The format for write appears to be similar, I am guessing that lf t55xx write --pg1 -b1 -d 11223344 would write “11223344” to page 1 block 1. Hope this helps!

1 Like