T5577 Howto

This commit is contained in:
mwalker33
2019-10-04 22:04:03 +10:00
parent 5d0a944210
commit 43d98da458
5 changed files with 697 additions and 0 deletions

View File

@@ -479,6 +479,26 @@ Wipe a T55xx tag and set defaults
pm3 --> lf t55xx wipe
```
Set a T5577 tag downlink mode to fixed bit (default)
```
pm3 --> lf t55xx write b 3 1 d 00000000
```
Set a T5577 tag downlink mode to long leading zero
```
pm3 --> lf t55xx write b 3 1 d 90000400
```
Set a T5577 tag downlink mode to leading zero
```
pm3 --> lf t55xx write b 3 1 d 90000800
```
Set a T5577 tag downlink mode to 1 of 4
```
pm3 --> lf t55xx write b 3 1 d 90000C00
```
## Data
^[Top](#top)