HP3000-L Archives

March 1998, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Guillermo RODRIGUEZ <[log in to unmask]>
Reply To:
Date:
Wed, 11 Mar 1998 13:36:16 -0500
Content-Type:
text/plain
Parts/Attachments:
About (34 lines)
This is to share my experience with printer-stored forms and network printers.

A form loaded as a macro worked fine with a serial printer, but seemed some
escape sequences got lost or corrupted when form and data were sent to a
network printer. The printer also decided to forget it was set to portrait
orientation.

The macro used with the serial printer was built as follows:

          ESC&f#Y  (to establish the Macro ID nr)
          ESC&f0X  (Start macro definiton)
            .
            .
            .
          ESC&f1X  (Stop macro definition)

To solve the problem and have a macro good for serial and network printers
we added 3 escape sequences:

          ESC&f#Y  (to establish the macro ID nr)
          ESC&f8X   <--   (ADD this to delete macro w/same ID, previously
                           loaded)
          ESC&f0X  (Start macro definiton)
          ESC&l0O   <--   (ADD this to force portrait orientarion)
            .
            .
            .
          ESC&f1X  (Stop macro definition)
          ESC&f10X  <--   (ADD this to make macro permanent)


Guillermo Rodriguez
Hewlett Packard Argentina

ATOM RSS1 RSS2