USING THE BR COMMAND


     This command, BR or Bezier Relative , draws bezier
     curves using relative coordinates. This command uses
     the current pen position as the first control point,
     and specifies the other three control points as
     relative increments from the first point.  For more
     information see the PCL 5 Printer Language Technical
     Reference Manual.

          Note:  The Bezier command is not
                 supported on printers prior to
                 the LaserJet 4 printer.

     LEGEND: Ec = [Ctrl] [P] Esc] in DOS EDIT


     EcE                           Resets the Printer.

     Ec%0B                         Enters HP-GL/2 mode.

     IN;                           Initializes HP-GL/2 mode.

     SP1;                          Selects pen number 1
                                   (black). Even though
                                   there is no physical pen,
                                   the SP command must be
                                   used to enable printing.

     PA1016,5080;                  Specifies the absolute
                                   point (1016,5080) as the
                                   starting location.

     PR;PD;                        Specifies relative
                                   plotting and then puts
                                   the pen down.

     BR0,3048,4572,0,3556,2032,
     -508,1016,2540,508,2540,-5080;     Draws a Bezier curve
                                   using the current
                                   position (1016,5080) as
                                   the first control point.
                                   The specified control
                                   points for the first
                                   curve are (0,3048),
                                   (4572,0), and
                                   (3556,2032). The second
                                   curve uses the last
                                   control point of the
                                   previous curve as the
                                   first control point
                                   (3554,2032). The other
                                   three control points for
                                   the second curve are (-
                                   508,1016), (2540,508) and
                                   (2540,-5080).

     Ec%0A                         Enters the PCL mode.

     EcE                           Sends a reset to end the
                                   job and eject the page.



            Copyright  Hewlett-Packard Co. 1993
   The information contained herein is subject to change
                      without notice.
   Hewlett-Packard shall not be liable for incidental or
  consequential damages in connection with the use of this
                         material.