User Activity

I am trying to do extended read multiple blocks using the following iOS code:var blocksToRead: UInt8 = 64// Create the command datalet cmd: [UInt8] = [0x20, // Flags (0x20 -> read)0x33, // Extended Read Multiple Blocks0x00, 0x00, 0x00, 0x00, 0x00, 0x...