home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / canada-remote-systems / geos / drivers / nx10009d.prg (.txt) < prev    next >
GEOS ConVerT  |  2019-04-13  |  4KB  |  59 lines

  1. NX100090DOCS
  2. PRG formatted GEOS file V1.0
  3. NX1000
  4. `DOCS
  5. GEOWRITE
  6. BLASTER'S CONVERTER V2.5
  7. Write Image V2.0
  8. geoWrite    V2.1
  9. This is an NX1000 printer driver. It is written for the Star NX-1000 printer but will work with similar printers with little or no modification.
  10. This is essentially the same driver I uploaded a year and a half ago, but I recently found a flaw in the way it works with certain programs. I think I have fixed that flaw without creating others.
  11. NO, this doesn't use the new laser-matrix routines. It still uses the 6-pass 240 dpi routine. (See the next page for more.)
  12.     Unlike other printer drivers with multiple choice options
  13. this one does not rely on a dialogue box or text prompt
  14. for you to make your selection. In stead, the driver prompts you by ringing the bell on your printer. The bell rings once each time.
  15. 1) Font or Dpi
  16.     2) Page Length
  17. 3) Character Pitch
  18. 4) Proportional or not
  19. See next page for defaults.
  20. The only flaw I knof of is in geoDump, geoChart, & geoCalc (high density), it prints a something in upper left hand corner. This is a true of the original source of this
  21. driver (EX800 v3.3) and I am not a good enough programmer to solve it. Actually, someone told me it is a flaw in the programs, not the driver. Who knows?
  22. I have tested this with most geos program which BSW puts out and all seem to work fine with above exceptions. I use an NX-1000, a Super Graphix jr interface and a C64 equipped with a 1764 reu (1280k), a 1581 drive
  23. and a 1541 drive. 
  24.     This driver will work with NX-1000 rainbow but does not support color routines. This will NOT work with the NX-1000c printers (the ones that don't require an interface).
  25. David B. Ferguson
  26. DiBieF
  27. The majority of the source for this was taken from EX800 V3.3 by Kevin McConnell, et al.
  28. `\ KEYBOARD COMMANDS:\`
  29.  `ENTER    ASCII    GRAPHICS`
  30. `\ KEYBOARD COMMANDS:\`
  31.  `ENTER    ASCII    GRAPHICS`
  32.  CR    =    Courier (default)    80 dpi (default)
  33.  1    =    Sanserif    240 dpi enhanced printing
  34.  2    =    Orator w/ small caps    80 dpi double pass
  35.  3    =    Orator w/ lower case    80 dpi double strike 
  36.  4    =    nothing        72 dpi
  37.  5    =    nothing        72 dpi double pass
  38.  6    =    nothing        72 dpi double strike
  39. NOTE: "Double Strike" has a 1/216 linefeed between passes.
  40.  `LINESPACING:`
  41.  CR    =    11" (default)
  42.  1    =    1"
  43.  3    =    3"
  44.  4    =    3.5"
  45.  `PITCH:`
  46.  CR    =    Pica (default)
  47.  1    =    Elite
  48.  2    =    Pica Condensed
  49.  3    =    Elite Condensed
  50.  `PROPORTION:`
  51.  CR    =    Non-Proportional (default)
  52.  1    =    Proportional
  53.  \`IMBEDDED TEXT COMMANDS: (by John Bendixsen)`\
  54.  C=/  toggles  \double-strike ascii\
  55.  C=@  toggles  `underlining`
  56.  C=*  toggles  ~italics~
  57.  C=[  toggles  {double height{
  58. Print this out and you will understand what the embedded text commands do.
  59.