Updated Generic ISO15693 Ops (markdown)

Iceman 2017-04-24 09:14:31 +02:00
parent 9191c4b6f9
commit 2cf928cac3

@ -1,4 +1,29 @@
## # ISO 15693
### Introduction
Commands related to generic ISO 15693 cards can be invoked from the "hf 15" and "hf 15 cmd" command subtree.
```ruby
proxmark3> hf 15
help This help
demod Demodulate ISO15693 from tag
read Read HF tag (ISO 15693)
record Record Samples (ISO 15693)
reader Act like an ISO15693 reader
sim Fake an ISO15693 tag
cmd Send direct commands to ISO15693 tag
findafi Brute force AFI of an ISO15693 tag
dumpmemory Read all memory pages of an ISO15693 tag
```
```ruby
proxmark3> hf 15 cmd
help This Help
inquiry Search for tags in range
read Read a block
write Write a block
readmulti Reads multiple Blocks
sysinfo Get Card Information
raw Send raw hex data to tag
debug Turn debugging on/off
```
### Some usage examples: