home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / MODEMS / MODEM / SSTERM20.LBR / SSTERM.DZC / SSTERM.DOC
Text File  |  2000-06-30  |  3KB  |  58 lines

  1.  
  2. SSTERM Version 2.00   (3/24/87)
  3.  
  4.     SSTERM is a simple split screen terminal program designed to be used
  5. on GEnie (General Electric Network for Information Exchange).  It does not
  6. have some of the features needed to make it useful as a general purpose
  7. terminal program.  The most notable of these is the lack of any means of
  8. saving text to disk.
  9.  
  10.     The program works as follows:  All text received from the modem is
  11. displayed on line 20 of your terminal and is scrolled upwards after each
  12. carriage return or after the 80th character is displayed.  Text from your
  13. keyboard is displayed on lines 22 & 23 starting with line 22. They are in
  14. your alternate video mode if that is supported by your terinal.  The maximum
  15. number of characters typed before a carriage return is 159, if you enter more
  16. than that number the display will be messed up until you type a carriage
  17. return. (The modem will still send the proper data, only your display is
  18. affected.)
  19.  
  20.     There are three control commands, all of which are prefixed by the
  21. ESC character.  The commands are: D or d - disconnect the modem from the phone
  22. line using the DTR line. (This is one standard way to disconnect a Smartmodem
  23. type of modem.)  X or x - Exit from SSTERM back to CP/M.  And a second ESC
  24. which returns you to the terminal program and clears the screen. (This is 
  25. useful if you strike ESC by mistake.
  26.  
  27.     SSTERM is written for the Columbia Data Products "Commander M64" which
  28. is also known as the Conkey-64 or "Shoebox".  If you are going to use SSTERM on
  29. a M64 then the only area of the overlay file which needs to be changed is
  30. the section for terminal control commands.  If you are not, then you will
  31. probably have to change the port addresses for the console uart and the
  32. modem uart. If your system does not use the 8251 usart then you will probably
  33. have to change the usart initialiazation section and the section containing
  34. the routines for usart I/O.  I suggest that you start with the ADM-3A
  35. overlay file (ADM3OVL.ASM) because it is the least hacked up of the two files
  36. included with the library.  The other overlay file (VT100OVL.ASM) is for
  37. VT100 compatable terminals which can run in the VT52 mode.  It contains two
  38. patches which switch the VT100 to VT52 mode and back to VT100 mode on exit
  39. from SSTERM.  You may want to examine it to see one way to include patches
  40. in your overlay.
  41.  
  42.     Also included in the package is an overlay for the Kaypro II system
  43. since that system does not use a console USART.  This overlay was developed
  44. by William Duerr (B.DUERR).  This overlay can be used as the basis for other
  45. systems which do not use console USART's.
  46.  
  47.     I have included the assembly language listing of the basic SSTERM
  48. program in the library for those people who want to hack it for other uses
  49. such as for RTTY conversion.
  50.  
  51. P.S. If someone can provide me with detailed information on how a memory
  52. mapped system is set up I will try to make a version of this program for
  53. systems using memory mapped video.
  54.  
  55.                     Good luck;
  56.                     William Munson (W.MUNSON)
  57.                     3/24/87
  58.