document scripts/evolis-command.pl
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 15 Aug 2010 19:31:51 +0000 (21:31 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 15 Aug 2010 19:31:51 +0000 (21:31 +0200)
README
lib/Printer/EVOLIS.pm

diff --git a/README b/README
index 5dcd1ec..e2c97eb 100644 (file)
--- 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.
 
     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
 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
index e1d675e..aae49c8 100644 (file)
@@ -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.
 
 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
 =head1 EXAMPLE
 
 Following is simple walk-through from svg image in Inkscape to