The following is the code for sending POR to the MAX17260:
USB.WriteRegister(0x6c, 0x60, 0x0F); //Write Register 0x60 with value of 0x000F
Thread.Sleep(500); //wait 500mS
USB.WriteRegister(0x6c, 0xBB, 0x01); //Write Register 0xBB with value of 0x0001
Thread.Sleep(500); //wait 500mS
After this is issued, then the host should follow the power on initialization sequence to set up the EZ Settings.