home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / private / deedplya.zip / DEEDPLTA.EXE / PRINTER < prev    next >
Text File  |  1993-03-09  |  2KB  |  27 lines

  1. The printer selection <PARAMTRS> are for the map <MAP_EM> only.  Regular text
  2. should output to any printer.  The printer port is set with <PTRPORT>.
  3.  
  4. The map is printed using bit-mapped (bit image) graphics.  This is controlled
  5. from the software with what are called "Escape Codes".  These are non-printing
  6. characters which effect the microprocessor in your printer.
  7.  
  8. I have two printers with which to experiment.  The first is a Seikosha SP-1000A
  9. 9-pin printer left over from the haydays of the Apple II.  Since Epson is a
  10. Division of Seiko (or is it the other way?), I presume that the same codes will
  11. work on any Epson 9-pin printer.  I also wrote an alternate 9-pin printer
  12. driver which uses less esoteric commands.  But try the Seikosha routine first.
  13.  
  14. My new Panasonic KX-P2124 24-pin printer seems to have no native mode.  It can
  15. emulate Epson LQ-860 or IBM Proprinter X24E (with or without Alternate Graphic
  16. Mode).  Again, there is a simplified command set which might work better on
  17. other 24-pin printers.  Try them all.  File SQUARE1.PLT should plot square.
  18.  
  19. To support your printer, I need to know the escape command codes for the bit
  20. mapped or bit image graphics.  This is NOT the "graphics" mode which prints the
  21. hiASCII characters like ╔═╬═╝ or α²Ω.  Also I will need the codes to set line
  22. feed to n/60 or n/72 inch, initialize, and set form feed to n inches.  This
  23. information should be in your owner/operator manual.
  24.  
  25. Access to the entire text files is thru <CONTENTS>.
  26.  
  27.