home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / LASER / L3HPGL.ZIP / README < prev    next >
Encoding:
Text File  |  1990-01-31  |  7.4 KB  |  191 lines

  1. page 1 of 4
  2.  
  3.                            InPlot Demo 1.0
  4.  
  5.               WELCOME TO THE NEW HP LASERJET III AND INPLOT DEMO
  6.  
  7.         Inplot Demo from Insight Development was written to demonstrate
  8.         the advanced features of the LaserJet III printer.  One of these
  9.         features is the incorporation of HP-GL/2.  We have included a 
  10.         sample file for you to print using this advanced mode.
  11.  
  12.         InPlot Demo is a TSR (terminate and stay resident) program that 
  13.         toggles the HP LaserJet III printer in and out of its HP-GL/2 
  14.         mode. It uses a 'Hot Key' combination 'Shift PrtSc' which you
  15.         may redefine(see page 2).
  16.  
  17.  
  18. USE:
  19.         If your printer has expanded memory (more than 1 meg) reset your
  20.         HP LaserJet III control panel option "PAGE PROTECT=xxx"
  21.         setting to something other than "OFF".  The options are based
  22.         on paper sizes.  For more complete instructions refer to
  23.         your HP users guide.  If your printer has standard memory (1 meg)
  24.         this option is not available.
  25.  
  26.         Insert the InPlot demo diskette into one of your 5-1/4 inch disk 
  27.               drives.
  28.  
  29.         Log onto the disk drive that contains the InPlot demo disk.
  30.               Example if the disk drive is A 
  31.               type A: and hit the Return key on your keyboard
  32.  
  33.         Type "InPlot" and hit the Return key on your keyboard
  34.  
  35.         Note: If your LaserJet III is not connected to the LPT1 printer
  36.               port you will need to type one of the following:
  37.               InPlot /LPT2
  38.               InPlot /LPT3
  39.               InPlot /LPT4
  40.  
  41.         Hit the "Shift" and "PrtSc" keys simultaneously to switch the
  42.               HP LaserJet III printer into HPGL/2 mode.  You should hear
  43.               two beeps from your computer.  This means that the printer
  44.               is in HPGL/2 mode.
  45.  
  46.         Type "TEST" and hit the Return key on your keyboard.  This
  47.               will send a file called Castle.plt to your printer.
  48.  
  49.         Note: If your LaserJet III is not connected to the LPT1 printer
  50.               port you will need to type one of the following:
  51.               TEST LPT2
  52.               TEST LPT3
  53.               TEST LPT4
  54.  
  55.         Hit the "Shift" and "Prtsc" keys again.  This switches the
  56.               printer back into PCL/5 mode.  You should hear 1 beep from
  57.               your computer.
  58. page 2 of 4
  59.  
  60. OPTIONAL WAYS TO INSTALL INPLOT:
  61.  
  62.  InPlot /LPT1          specify which port your LaserJet III is connected to
  63.  InPlot /LPT2          (/LPT1 is default)
  64.  InPlot /LPT3
  65.  InPlot /LPT4
  66.         
  67.  InPlot   /HPGL        specify which mode to enter for the first toggle 
  68.  InPlot   /PCL         request (/HPGL is default)
  69.  
  70.  InPlot    /HOTSCAN    specify key scan code (37 = <PrtSc> is default)
  71.  InPlot    /HOTFLAG    specify keyboard flag indicating <Ctrl>,<Alt> ect.
  72.                        (3 = <Either Shift> is default)
  73.  
  74.  InPlot     /OFF       remove InPlot from RAM
  75.  
  76.  InPlot      /TIMEOUT  specify the printer timeout from 1 to 1800 seconds
  77.                        (10 seconds is default)
  78.  
  79.  
  80.  Example:
  81.          InPlot /HOTFLAG=8 /HOTSCAN=1D /LPT4 /HPGL /TIMEOUT=30 
  82.  
  83.  -<Alt><Ctrl> is the 'Hot-Key'
  84.  -data will be sent to LPT4
  85.  -first toggle request will set HP-GL/2 mode
  86.  -InPlot will stop trying to send data to the printer after 30 seconds of
  87.   trying.
  88.          
  89. MORE ON /HOTSCAN AND /HOTFLAG:
  90.  
  91.         Values for keyboard flags:
  92.  
  93.                  80 = Insert on
  94.                  40 = Cap Lock on
  95.                  20 = Num Lock on
  96.                  10 = Scroll Lock on
  97.                   8 = Alt key
  98.                   4 = Ctrl key
  99.                   2 = Left shift key
  100.                   1 = Right shift key
  101. page 3 of 4
  102.  
  103.  
  104.         Values for scan codes:
  105.  
  106.                           Standard KeyBoard
  107.  
  108. To use               Code   Use       Code   Use       Code    Use      Code
  109. ------               ----   ---       ----   ---       ----    ---      ----
  110.  <F1>                 3B,    Aa        1E,    Tt        14,    [{        1A
  111.  <F2>                 3C,    Bb        30,    Uu        16,    ]}        1B
  112.  <F3>                 3D,    Cc        2E,    Vv        2F,    \|        2B
  113.  <F4>                 3E,    Dd        20,    Ww        11,    ;:        27
  114.  <F5>                 3F,    Ee        12,    Xx        2D,    '"        28
  115.  <F6>                 40,    Ff        21,    Yy        15,    ,<        33
  116.  <F7>                 41,    Gg        22,    Zz        2C,    .>        34
  117.  <F8>                 42,    Hh        23,    1!        02,    /?        35
  118.  <F9>                 43,    Ii        17,    2@        03,    <Tab>     0F
  119.  <F10>                44,    Jj        24,    3#        04,    `~        29
  120.  <Alt>                38,    Kk        25,    4$        05,
  121.  <Space>              39,    Ll        26,    5%        06,
  122.  <ESC>                01,    Mm        32,    6^        07,
  123.  <Caps Lock>          3A,    Nn        31,    7&        08,
  124.  <PrtScr>*            37,    Oo        18,    8*        09,
  125.  <Right Shift>        36,    Pp        19,    9(        0A,
  126.  <Left Shift>         2A,    Qq        10,    0)        0B,
  127.  <Ctrl>               1D,    Rr        13,    -_        0C,
  128.  <Ret>                1C,    Ss        1F,    =+        0D,
  129.  
  130.                                Key pad
  131.  
  132.                  <INS>0                 52
  133.                  <Del>.                 53
  134.                  <Left Arrow>4          4B
  135.                  <Right Arrow>6         4D
  136.                  <Up Arrow>8            48
  137.                  <Down Arrow>2          50
  138.                  <Home>7                47
  139.                  <End>1                 4F
  140.                  <PgUp>9                49
  141.                  <PgDn>3                51
  142.                  <Num Lock>             45
  143.                  <Scroll Lock>          46
  144.                  -                      4A
  145.                  +                      4E
  146.                  5                      4C
  147.  
  148. page 4 of 4
  149.  
  150.  
  151. EXAMPLES OF HOT-KEYS:
  152.  
  153.  InPlot /HOTFLAG=2  /HOTSCAN=37  <Left Shift> <PrtScr>
  154.  InPlot /HOTFLAG=1  /HOTSCAN=37  <Right Shift> <PrtScr>
  155.  InPlot /HOTFLAG=3  /HOTSCAN=37  <Either Shift> <PrtScr>
  156.  InPlot /HOTFLAG=8  /HOTSCAN=37  <Alt> <PrtScr>
  157.  InPlot /HOTFLAG=20 /HOTSCAN=37  Num Lock on <PrtScr>
  158.  InPlot /HOTFLAG=4  /HOTSCAN=37  <Ctrl><PrtScr>
  159.  InPlot /HOTFLAG=4  /HOTSCAN=38  <Ctrl><Alt>
  160.  InPlot /HOTFLAG=8  /HOTSCAN=1D  <Alt><Ctrl>
  161.  
  162.  
  163. HOW TO INTERPRET THE SOUNDS INPLOT MAKES:
  164.  
  165.  A single beep means the LaserJet III was put into PCL/5 mode and '2' beeps 
  166.  means the LaserJet III was put into HP-GL/'2' mode.
  167.  
  168.  A 'Busy Signal' sound indicates that InPlot's attempt to send data to the 
  169.  LaserJet III failed.  The user should make sure the printer is connected 
  170.  to the LPTx port specified on the command line, is 'ON LINE' and has paper
  171.  in its tray.
  172.  
  173.  A '4 Short Tones Cascading Upward' sound indicates that InPlot is in the
  174.  process of servicing a toggle request.
  175.  
  176.  
  177.  
  178. SAMPLE USE:
  179.  
  180.  Command process for printing an HP-GL/2 file on a LaserJet III.
  181.  
  182.  Command          Task                                 Comments
  183.  
  184.  InPlot           install                              see Copyright message
  185.  <Shift><PrtSc>   put LaserJet III into HP-GL/2 mode   hear '2' beeps
  186.  copy file lpt1   copy file to LaserJet III            see DOS prompt
  187.  <Shift><PrtSc>   put LaserJet III into PCL mode       hear 1 beep
  188.  <Shift><PrtSc>   put LaserJet III into HP-GL/2 mode   hear '2' beeps
  189.  
  190.   
  191.