Skip to content
Commit 1e0d9e12 authored by developer4's avatar developer4
Browse files

class DlReader v2.7

Added new method:
public synchronized void blockWrite(byte[] data, byte block_address, byte auth_mode, byte[] key) throws DlReaderException, InterruptedException
Write data (16 bytes) in to the blocks designated by the block_address parameter.
On the Mifare Classic compatible cards You have to skip direct write in to sector trailers. Otherwise You get an exception with code = 10 (FORBIDEN_DIRECT_WRITE_IN_SECTOR_TRAILER = 0x0A).
parent 1de01620
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment