Note: You need to save your measurement graph and print it from a computer.

How to Save Your Measurement Graph (for HP 4155 ONLY)

Make sure you have a formatted DOS floppy disk.

How to Print the PCL File You Just Saved to a HP Printer

On Win 2k machine

To print on a network printer

   lpr -S server_name -P printer_name -o l file_name

The "-o l" option means the file is binary file.

In EE105 lab, the command becomes

lpr -S korchnoi -P 353-hp8000 -o l file_name

To print on your home machine that is connected to a parallel port

copy /b file_name LPT1

If LPT1 does not work, try LPT2, etc. This depends on your PC configuration.

On UNIX machine (I haven't tried this)

Use the lpr command as usual.