From 6a5333765368f45aca450691cabbdc52eff214a6 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sun, 15 Aug 2010 21:31:51 +0200 Subject: [PATCH] document scripts/evolis-command.pl --- README | 5 +++++ lib/Printer/EVOLIS.pm | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/README b/README index 5dcd1ec..e2c97eb 100644 --- a/README +++ b/README @@ -41,6 +41,11 @@ SCRIPTS Simulator for EVOLIS printer commands which is useful for development. It creates one pbm file per page printed. + scripts/evolis-command.pl + Command-line interface to send commands to printer and receive + responses. Supports readline for editing and history. Requires local + parallel port connection, probably to USB parallel device. + EXAMPLE Following is simple walk-through from svg image in Inkscape to evolis command stream which can be executed in top-level directory of this diff --git a/lib/Printer/EVOLIS.pm b/lib/Printer/EVOLIS.pm index e1d675e..aae49c8 100644 --- a/lib/Printer/EVOLIS.pm +++ b/lib/Printer/EVOLIS.pm @@ -54,6 +54,12 @@ two-sided card from pbm files. Simulator for EVOLIS printer commands which is useful for development. It creates one pbm file per page printed. +=head2 scripts/evolis-command.pl + +Command-line interface to send commands to printer and receive responses. +Supports readline for editing and history. +Requires local parallel port connection, probably to USB parallel device. + =head1 EXAMPLE Following is simple walk-through from svg image in Inkscape to -- 2.20.1