hp plotter

John Hysell hysell at kodak.com
Thu Jul 6 22:13:26 AEST 1989


It sounds like you don't have any hardware flow control between the
plotter and the computer.  At 9600 baud you will fill up the Plotter's
on-board buffer pretty quick, and then overrun it.  Once it is overrun,
the plotter cannot handle the 'garbage' that it finds in the buffer.
(HPGL is very particular about command order.)

The best solution is to modify your cable to implement XON/XOFF flow
control (or some other protocol).  A simpler way to handle the problem
without making up a custom cable is to slow down the baud rate to a point
where the buffer is not exceeded.  Start at 150 baud, and gradually bump
it up until you start blasting the buffer again, then back it down a notch
or two.  The 'optimal' baud rate will be hard to settle on as the plotter
will print at varying speeds depending on the size and position of the
text in your files.

Hope this helps...



More information about the Comp.sys.sun mailing list