The process to perform an EEPROM dump on Epson printers can vary significantly depending on the model of the printer and the tools available. Some steps involve:
KNOWN_CONFIGS = "L805": "waste_ink_counter": (0x1A0, 2), # offset, length (words) "serial_offset": 0x1C0, "region_offset": 0x1E0, "checksum_range": (0x000, 0x7FF), # CRC covers this block "checksum_pos": 0x7FC, , "L3110": "waste_ink_counter": (0x1B0, 2), "serial_offset": 0x1D0, "region_offset": 0x1F0, "checksum_range": (0x000, 0x7FF), "checksum_pos": 0x7FC, , "XP-4100": "waste_ink_counter": (0x1C0, 2), "serial_offset": 0x1E0, "region_offset": 0x200, "checksum_range": (0x000, 0xFFF), # 24C16 "checksum_pos": 0xFFC, , "generic_24c08": "waste_ink_counter": (0x1A0, 2), "checksum_range": (0x000, 0x7FF), "checksum_pos": 0x7FC, eeprom dump epson patched