mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
fix new_frame_format.md typo
This commit is contained in:
parent
94063607ae
commit
61e3059fd8
1 changed files with 3 additions and 3 deletions
|
@ -82,11 +82,11 @@ For responses from the Proxmark3:
|
||||||
* `status`: a field to send back the status of the command execution
|
* `status`: a field to send back the status of the command execution
|
||||||
* `cmd`: as previously, on 16b as it's enough
|
* `cmd`: as previously, on 16b as it's enough
|
||||||
* `data`: variable length payload
|
* `data`: variable length payload
|
||||||
* `crc`: either an actual CRC (crc14a) or a Magic placeholder (`a3`)
|
* `crc`: either an actual CRC (crc14a) or a Magic placeholder (`b3`)
|
||||||
|
|
||||||
We used to send an anonymous ACK, now we're replying with the corresponding command name and a status.
|
We used to send an anonymous ACK, now we're replying with the corresponding command name and a status.
|
||||||
CRC is optional and on reception, the magic `a3` is accepted as placeholder. If it's different then it's checked as a CRC.
|
CRC is optional and on reception, the magic `a3`/`b3` is accepted as placeholder. If it's different then it's checked as a CRC.
|
||||||
By default CRC is user over USART and is disabled over USB, on both directions.
|
By default CRC is used over USART and is disabled over USB, on both directions.
|
||||||
|
|
||||||
Internal structures used to handle these packets are:
|
Internal structures used to handle these packets are:
|
||||||
* PacketCommandNGPreamble
|
* PacketCommandNGPreamble
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue