home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume10 / tek / Readme < prev    next >
Text File  |  1990-02-20  |  2KB  |  44 lines

  1.     tek - yet another tek4014 emulator
  2.     copyright 1990 Ronald Florence
  3.  
  4.     This package creates yet another tek4014 emulator.  On a
  5.     Xenix system with the CGI package, the Makefile will create
  6.     tek and poly (actually a link).  Tek reads tek4014 input and
  7.     outputs it to any CGI device.  Poly reads ascii integer or
  8.     floating point xy points.  Using the SCO CGI devices, we
  9.     have successfully used tek and poly with a VGA, EGA, and CGA
  10.     display, HP 7470a plotter, Laserjet, Deskjet, Epson
  11.     printers, and a Postscript printer.  To use the CGI drivers,
  12.     make sure you have the CGIPATH and CGIDISP or CGIPRNT
  13.     environmental variables declared.  Tek and poly also
  14.     recognize and work correctly with a Wyse wy99gt terminal
  15.  
  16.     Command line options:
  17.        Invoked as "tek":
  18.           -w  reads Accu-Weather maps
  19.        Invoked as "poly":
  20.           -s  read xmin, ymin, xmax, ymax scaling points first 
  21.           (default is 4096 x 3120)
  22.        Both:
  23.           -p  use plotter or printer device for output 
  24.           (default is to use the display device)
  25.           -a  preserve aspect ratio
  26.  
  27.     The heart of the code is tekdecode.c, which has been written
  28.     so that simple changes to tek4.h will adapt the emulator to
  29.     devices other than CGI.  A tek4.h header file for the
  30.     Hewlett-Packard HP7470a plotter is included as a sample.
  31.     Tekdecode.c has also been successfully adapted to drive an
  32.     Epson printer directly.
  33.  
  34.     Permission is hereby granted for unlimited non-commercial
  35.     use of these programs, on condition that the copyright
  36.     notices are left intact and any modifications to the source
  37.     code are noted as such.  No warranty of any kind is implied
  38.     or granted for this material.
  39.  
  40.     Ronald Florence            
  41.     Maple Lawn Farm, Stonington, CT    
  42.     ron@mlfarm.uu.net
  43.     {yale,uunet}!hsi!mlfarm!ron
  44.