home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p115 / 6.ddi / DEF / HP7550.DEF < prev    next >
Encoding:
Text File  |  1989-10-27  |  2.3 KB  |  58 lines

  1. BEGIN DDIF
  2. -------------------------------------------------------------------------
  3. -- DEVICE INFORMATION FILE  for Hewlett-Packard 7550  plotter (B size) --
  4. --                                                                     --
  5. --                                                                     --
  6. -------------------------------------------------------------------------
  7. -- 10-15-89 JSM Added prefix & suffix string, port information, etc.
  8. -- 04-20-89 JSM Created
  9. ------------------------------------------------------------------------
  10. -- ******** Attention all programmers: you must document any ******** --
  11. -- ******** and all changes you make to this file at the top! ******* --
  12. ------------------------------------------------------------------------
  13.  
  14. 101 1  -- communications port number:
  15. --  0 = custom port configuration, see documentation for more information
  16. --  1 = COM1
  17. --  2 = COM2
  18. -- -1 = LPT1 (using BIOS) \
  19. -- -2 = LPT2 (using BIOS)  - these can be redirected by most networks
  20. -- -3 = LPT3 (using BIOS) /  (10k bits per second)
  21. -- -4 = LPT1 (using direct I/O) \
  22. -- -5 = LPT1 (using direct I/O) - These are very fast, but do not work
  23. --                                on all machines, and cannot be redirected
  24. --                                by any networks
  25. --                                (80k bits per second)
  26.    
  27.  
  28. 1  'B A AY BS A4 A3 '  -- Paper size string (must have space at end)
  29. 105 0 0 1  0  0  0  -- XY axis rotation flag for each paper size
  30.  
  31. -- Paper sizes
  32. 201  0       0    16640    10365   -- B size
  33. 202  0       0    10365     7962   -- A size
  34. 203  0       0     7962    10365   -- AY size
  35. 204  0       0    16140    10365   -- BS size
  36. 205  0       0    11104     7721   -- A4 size
  37. 206  0       0    16158     11040  -- A3 size
  38.  
  39. --  +--+----------- Smallest, largest pen numbers
  40. --  |  |  +-------- Do pen changing optimization  { good for plotters, }
  41. --  |  |  | +------ Do pen movement optimization  { bad for printers!  }
  42. --  V  V  V V
  43. 102 1  6  1 1
  44.  
  45. --    +-----+------ X,Y plotter units per inch
  46. --    V     V
  47. 103 1000  1000
  48.  
  49. 104 38           -- Max pen speed
  50.  
  51. -- Prefix string to sent before plot (use to setup plotter, switches, etc)
  52. --29  ''
  53. -- Suffix string to be sent after plot
  54. --30  ''
  55.  
  56. END DDIF
  57. END
  58.