home *** CD-ROM | disk | FTP | other *** search
- BEGIN DDIF
- -------------------------------------------------------------------------
- -- DEVICE INFORMATION FILE for Hewlett-Packard Draft Pro plotter --
- -- (D-size) (used with HP7580B.DEV) --
- -- --
- -------------------------------------------------------------------------
- -- 10-15-89 JSM Added prefix & suffix string, port information, etc.
- -- 5-23-88 ALA- Fix the paper sizes.
- -- 7-17-87 TT - Set COM1 as release port
- -- 7-06-87 TT - Upgraded for rev 3.0
- ------------------------------------------------------------------------
- -- ******** Attention all programmers: you must document any ******** --
- -- ******** and all changes you make to this file at the top! ******* --
- ------------------------------------------------------------------------
-
- 101 1 -- communications port number:
- -- 0 = custom port configuration, see documentation for more information
- -- 1 = COM1
- -- 2 = COM2
- -- -1 = LPT1 (using BIOS) \
- -- -2 = LPT2 (using BIOS) - these can be redirected by most networks
- -- -3 = LPT3 (using BIOS) / (10k bits per second)
- -- -4 = LPT1 (using direct I/O) \
- -- -5 = LPT1 (using direct I/O) - These are very fast, but do not work
- -- on all machines, and cannot be redirected
- -- by any networks
- -- (80k bits per second)
-
-
- 1 'C A2 A B D A4 A3 A1 BS ' -- Paper size string (must have space at end)
- 105 0 0 1 0 0 1 0 0 0 -- XY axis rotation flag for each paper size
-
- -- Paper sizes
- 201 -10500 -7464 10500 7464 -- C
- 202 -11080 -7080 11080 7080 -- A2
- 203 -4900 -3190 4900 3190 -- A
- 204 -7500 -4988 7500 4988 -- B
- 205 -16160 -10480 16160 10480 -- D
- 206 -5140 -2990 5140 2990 -- A4
- 207 -7120 -5140 7120 5140 -- A3
- 208 -15500 -11080 15500 11080 -- A1
- 209 -7250 -4900 7250 4900 -- BS
-
- -- +--+----------- Smallest, largest pen numbers
- -- | | +-------- Do pen changing optimization { good for plotters, }
- -- | | | +------ Do pen movement optimization { bad for printers! }
- -- V V V V
- 102 1 8 1 1
-
- -- +-----+------ X,Y plotter units per inch
- -- V V
- 103 1016 1016
-
- 104 60 -- Max pen speed
-
- -- Prefix string to sent before plot (use to setup plotter, switches, etc)
- --29 ''
- -- Suffix string to be sent after plot
- --30 ''
-
- END DDIF
- END