Table of Contents

M3i Zero (GMP-Z003) programming

Sourced from https://github.com/handsomematt/gmp-z003

Commands

Card: Info (B0 00 00 00 00 00 00 00)

Should be 0x5AA5.

Card: Write (C5 aa bb cc dd tt 00 00)

Receives 512 bytes.

Card: Query write status? (C6 00 00 00 00 00 00 00)

Returns four bytes (= 0 when finished).

Card: Read (C9 aa bb cc dd tt 00 00)

Returns 512 bytes.

Card: Query read status (CA 00 00 00 00 00 00 00)

Returns four bytes (= 0 when finished).