home *** CD-ROM | disk | FTP | other *** search
/ Atari FTP / ATARI_FTP_0693.zip / ATARI_FTP_0693 / Mint / Telecomm / st52.zoo / st52.doc < prev    next >
Text File  |  1991-01-22  |  3KB  |  67 lines

  1. This is st52, a vt52 terminal emulator for the Atari ST computer.
  2. This program is by Nick Castellano (entropy@ai.mit.edu) and is released
  3. as freeware.  (C) 1991 Not Proud Programmers.  Developed in GNU C, a product
  4. of the Free Software Foundation.
  5.  
  6. You might ask, why did someone bother to write such a useless piece of
  7. software?  There are countless terminal emulators with all sorts of features
  8. and capabilities.  The answer is simple: MiNT.  In case you don't know, MiNT
  9. stands for MiNT is Not TOS, a multitasking operating system by Eric R.
  10. Smith.  One of the programs you can use with MiNT is mgr, a windowing
  11. interface developed by Bellcore or use on Sun workstations.  I wanted a
  12. terminal emulator that could run in an mgr window.  Unfortunately, all the
  13. emulators I have want to hog the whole screen and make GEM calls and such,
  14. so none of them work well with mgr.  Since you can emulate the ST's standard
  15. vt52-compatible text display inside a window with vt52.prg (distributed with
  16. MiNT) I decided to write a very simple vt52 terminal emulator that would
  17. work under mgr as well as TOS with or without MiNT.
  18.  
  19. This program is actually not a vt52 emulator at all--it is a dumb terminal
  20. program that does (almost) no processing on transmitted or received text.
  21. However, as I mentioned earlier, the standard ST display is vt52-compatible,
  22. so the net effect is that you get vt52 terminal emulation.  Of course you
  23. can also use it as a "dumb" terminal to call bbs's and such.
  24.  
  25. To start st52:
  26.  
  27. From GEM:  Double click on st52.ttp and press return when the parameter box
  28. comes up.  You may rename it to st52.tos to avoid the dialog box, as this
  29. preliminary release doesn't take any parameters.
  30.  
  31. From a shell:  Add the directory st52 is stored in to your PATH environment
  32. variable, then type "st52" or "st52.ttp", depending on what shell you use.
  33.  
  34. From mgr:  Open a terminal window and type "vt52".  When the mgr vt52 window
  35. is ready, type "st52" to start the communications program.  Alternately,
  36. type "vt52 st52" to do it all in one step.
  37.  
  38. I have swapped the Backspace and Delete keys.  That is, the Backspace key
  39. will send ASCII 127 to your host, and Delete will send ASCII 8.  This will
  40. be an option in future releases.
  41.  
  42. There are only three special keys in st52:  
  43.  
  44. Alt-C:  Configure.  Basically self-explanatory.  Just press Alt-C and follow
  45. the prompts.  Currently the only option you can set is communication speed
  46. (bps rate).  In future releases you will be able to set other RS-232 options
  47. such as parity and stop bits.
  48.  
  49. Alt-Q:  Quit.
  50.  
  51. Alt-Z:  Stop.  Works only under MiNT.
  52.  
  53. A few useful termcap entries from various sources are included in the file
  54. termcap.st (including entries for mgr, which might allow st52 to be used in
  55. an mgr window without vt52.prg, but I haven't tried it yet).  I've been using
  56. the first entry with no trouble; your mileage may vary.
  57.  
  58. Make sure when using MiNT that you only have one process at a time talking
  59. to the modem, otherwise characters from the modem will be distributed
  60. randomly to each of the processes.
  61.  
  62. Note that the arrow keypad and function keys don't do anything useful in 
  63. this program.
  64.  
  65. Send questions, comments, and modifications to entropy@ai.mit.edu (Internet)
  66. or Sinkhole!dEADHEAd (Citadel).
  67.