#define CMD_SETUP_WRITE 0x0001\r
#define CMD_FINISH_WRITE 0x0003\r
#define CMD_HARDWARE_RESET 0x0004\r
+#define CMD_START_FLASH 0x0005
#define CMD_ACK 0x00ff\r
\r
// For general mucking around\r
// For the 13.56 MHz tags\r
#define CMD_ACQUIRE_RAW_ADC_SAMPLES_ISO_15693 0x0300\r
#define CMD_ACQUIRE_RAW_ADC_SAMPLES_ISO_14443 0x0301\r
-#define CMD_ACQUIRE_RAW_ADC_SAMPLES_ISO_14443_SIM 0x0302\r
+#define CMD_ACQUIRE_RAW_ADC_SAMPLES_ISO_14443_SIM 0x0302
+#define CMD_READ_SRI512_TAG 0x0303\r
#define CMD_READER_ISO_15693 0x0310 // ## New command to act like a 15693 reader - greg\r
#define CMD_SIMTAG_ISO_15693 0x0311 // ## New command to act like a 15693 reader - greg\r
\r