Forum › MIFARE and NFC Reader IC`s › CLRC663 family › CLRC663 trouble receiving ones › Reply To: CLRC663 trouble receiving ones
Now that I've actually re-read the relevant part of the data sheet, to read multiple bytes from various (or the same) registers, you need to keep sending the register address. So instead of (addr, 0x00, 0x00, 0x00) in the send buffer, it should be (addr, addr, addr, addr).
+ 0
|
- 0