home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / Geneve / 9640news / CAT10 / WPINFO.DOC < prev    next >
Text File  |  2006-10-19  |  3KB  |  70 lines

  1. Is WP-ARC.TI Compatible with my hardware?
  2.  
  3. Hardware requirements:
  4. Console, TV or monitor, 32K, XB, 2 disk drives, either CorComp disk controler &
  5. CorComp Disk Manager program or TI disk controler and EA module,
  6. 7 bit daisy wheel printer.
  7. If you have the TI disk controller, you need the EA module.
  8. If you have the CorComp disk controller, you do NOT need the EA module.
  9.  
  10. IMPORTANT! Printer MUST IGNORE 8th bit! A daisy wheel printer which uses the 8th
  11. bit to access special characters is INCOMPATIBLE with WP-ARC.TI as the 8th bit
  12. is used as a flag by the EDITOR to tell the formatter to precede the 7 bit
  13. character with CHR$(27). [Send an escape sequence to the printer].
  14.  
  15. Printer MUST recognize the following control codes and escape sequences and the
  16. stated meaning for each:
  17. Control H = Backspace
  18. Control I = Horizontal Tabulator
  19. Control J = Line Feed
  20. Control L = Form Feed
  21. Control M = CR
  22. Control S = Wait for operator to press SEL button on front panel before resuming
  23.             printing
  24. CHR$(27)  = Escape
  25.  
  26. Escape sequences:
  27. Esc+BS    = 1/120" backspace in Proportional spacing mode
  28. Esc+HT+n  = Absolute Htab. Example: Esc+HT+CHR$(6) = HTAB to 6th whole character
  29.             position or 50/120" from left margin.
  30. Esc+LF    = Reverse line feed
  31. Esc+FF+n  = Page length set (in lines). Example: Esc+FF+CHR$(66) = set page
  32.             length to 66 lines (11 inches).
  33. Esc+CHR$(31)+n = set character horizontal pitch to (n-1)/120"
  34.                  Example: Esc+CHR$(31)+CHR$(11) = set pitch to 10/120" per
  35.                  character. or 12 characters per inch.
  36. Esc+"     = Auto LF on. When sent, CHR$(13) causes both CR & LF
  37. Esc+&     = Clear Shadow printing, double strike or (if the printer has it)
  38.             boldface.
  39. Esc+1     = Set an HTAB stop at current position
  40. Esc+A     = Switch to spool ribbon (usually a red ribbon where the correction
  41.             ribbon would be on an electronic typewriter).
  42. Esc+B     = Return to normal black cartridge ribbon
  43. Esc+C     = Clear top & bottom margins
  44. Esc+D     = Feed paper back 1/2 line for superscript or return from subscript
  45. Esc+E     = Start auto underline
  46. Esc+P     = Switch to PROPORTIONAL SPACING mode regardless of previous
  47.             horizontal pitch setting
  48. Esc+R     = Stop auto underline
  49. Esc+U     = Feed paper 1/2 line for subscript or return from superscript
  50. Esc+W     = Start SHADOW printing (print character then advance printhead 1/120"
  51.             then restrike same character)
  52. Esc+Y     = Print "cents" character on an ASCII or American English typewriter
  53.             daisy wheel, or the Greek letter "mu" (as in microfarads)
  54.             on a German/DIN 2137) daisy wheel
  55. Esc+Z     = Print a "reverse grave" with an ASCII daisy wheel (character
  56.             printed may vary with other character sets)
  57.  
  58. If your printer acceps ALL of the above control codes and escape sequences, and
  59. also accepts other escape sequences while IGNORING the 8th bit, then your
  60. printer is 100% compatible with WP-ARC.TI
  61. The Brother printers (HR-15XL, HR-25, & HR-35) [parallel interface]
  62. and the Comrex ComRiter CR-IIE [parallel interface] are known to be 100%
  63. compatible, and there may also be other 100% compatible printers I am not
  64. aware of.
  65.  
  66. Try FASTERM to download. 4A/TALK is notorious for turning a Dis/Fix 128 file
  67. (the compressed ---ARC.TI files) into Dis/Var 80 files on download.
  68. [unreadable by the UNARC function of ARCHIVER.TI ]
  69.  
  70.