• J
    MFRC522 NFC transceiver support for Write16Bytes (#2027) · 0716f17d
    jdbruner 提交于
    Mifare Write16Bytes, which is used by Mifare Classic and Mifare Ultralight (where it is called
    "compatibility write") requires two writes to the card. The first one transfers the
    block number, and the second contains the data to be written. Changed the Transceive
    function to handle Write16Bytes the same as counter increment, decrement, and restore
    (which also require two writes to the card).
    0716f17d
Mfrc522.cs 35.8 KB