From ff10457bc91072ce8cb3535dabffa167a5e79fed Mon Sep 17 00:00:00 2001 From: Ircama Date: Wed, 2 Aug 2023 08:31:34 +0200 Subject: [PATCH] Refinements --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index b2e1fde..1eef6b2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,19 @@ # epson_print_conf Epson Printer Configuration tool via SNMP (TCP/IP) +## Features +- Access the Epson printer via SNMP (TCP/IP) +- Print advanced printer status, with the possibility to restrict the query to specific information +- Other inspection feattures: + - Read and write EEPROM addresses + - Dump a set of EEPROM addresses + - Reset ink waste + - Other admin stuff and debug options +- Command line tool (no GUI) +- Python API interface + +The software also provides a configurable printer dictionary, which can be easily extended. + ## Installation ```