CR14-emulator-for-CatGenie-120 icon indicating copy to clipboard operation
CR14-emulator-for-CatGenie-120 copied to clipboard

Anyone with installed emulator running on a CG 120 willing to run some tests?

Open kaipyroami opened this issue 1 year ago • 0 comments

I am working on an NFC only solution for my CG AI and was wondering if anyone is willing to run some tests for me using their emulator. Below is the first thing that I am interested in knowing.

The 0x78 in the following block should be the cycle counts. I am curious if setting that value to 0xFF will cause an alarm.

const byte BLOCK_8[] = { 0x04, 0x01, 0x00, 0x78, 0x00 };
const byte BLOCK_9[] = { 0x04, 0x01, 0x00, 0x78, 0x00 };
const byte BLOCK_A[] = { 0x04, 0x01, 0x00, 0x78, 0x00 };

kaipyroami avatar Mar 09 '23 00:03 kaipyroami