home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / TMODM20R.ZIP / TMODEM.HIS < prev    next >
Encoding:
Text File  |  1989-10-09  |  4.3 KB  |  145 lines

  1.  
  2.   Written by Jack M. Wierda  Chicago Illinois
  3.   Modified by Steve Freeman
  4.   From 6 JAN 86 mods by L.B. Neal
  5.  
  6.   2-25-87 Still not complete but a improvements made
  7.   and a core of concepts for someone to go
  8.   further.
  9.   l.b. Neal - Sunnyvale,CA
  10.  
  11.   UPGRADES:
  12.   1.  Increase communications options.
  13.   3.  Adjustable text mode and colors.
  14.  
  15.   11-26-88 Ver: 1.1
  16.  
  17.   1. Major loop restructure. - ok -
  18.   2. Added 2400 baud.        - ok -
  19.   3. Added:                  - ok -
  20.      a. HOME = Help
  21.      b. PgUp = Upload
  22.      c. PgDn = Download
  23.      d. ALT-X = EXIT TMODEM
  24.      e. ALT-O = Options.
  25.      f. ALT-S = Screen Colors
  26.      g. ALT-H = Hangup
  27.      h. ALT-I = TMODEM Information.
  28.   4. Window for functions.     - ok -
  29.   5. Adjusted XMODEM DL for longer interface time.  - problems! -
  30.   6. Allowed TModem to receive full "IBM" ASCII char set. - ok -
  31.   7. TModem now recognizes <FF> for ClrScr.         - ok -
  32.   8. Added status line on bottom of screen.         - ok -
  33.   9. Big choice of colors - screen and status line. - ok -
  34.  
  35.   11-28-88 Ver: 1.2
  36.  
  37.   1. A little more speed  -  adjusted LiveTerminal main loop.
  38.   2. COM2: still refuses to receive, transmit seems ok. { Working at it. }
  39.   3. XMODEM receive now seems ok.
  40.   4. HANGUP doesn't work real well.
  41.  
  42.   11-29-88 Ver: 1.3
  43.  
  44.   1. Fixed exit sequence.
  45.  
  46.   12-01-88 1.4
  47.  
  48.   1. Added Configuration file TMODEM.CFG - colors and COMM info.
  49.  
  50.   12-12-88 1.5
  51.  
  52.   1. Got the dialing dir to work.
  53.   2. Can save phone numbers to TMODEM.PHN
  54.   3. Can't delete numbers from TMODEM.PHN
  55.  
  56.   04-11-89 1.6
  57.   1. Clean up a few oops!
  58.   2. More work on Auto-dialing may be better now.
  59.   3. Tried to resolve hangup problem.
  60.   4. Added modem initialization. ( See PROCEDURE ResetModem )
  61.   5. Changed the interface when doing auto-dial.
  62.  
  63.   LANGUAGE: TURBO Pascal 3.01A or 3.02a.
  64.   This program is in the public domain.
  65.  
  66. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  67.   09-26-89 2.0c
  68.   1. Convert to TURBO Pascal 5.0!
  69.   2. Comm port 1,2,3,4 supported.
  70.   3. 300 thru 9600 baud supported.
  71.   4. External Protocol Support.
  72.   5. J)ump to DOS added.
  73. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  74.  
  75.   09-27-89 2.0d/2.0e
  76.    1. Fixed screen arrow garbage.
  77.    2. Fixed EXIT dial routine.
  78.    3. General cleanup.
  79.    4. More speed.
  80.    5. Fixed JUMPDOS.BAT.
  81.    6. Changed timing.
  82.    7. Added modem init string to TMODEM.CFG.
  83.  
  84.   09-28-89 2.0f
  85.    1. Added verification of quit TModem.
  86.    2. Modified status line.
  87.    3. Moved windows further away from main screen.
  88.    4. Added SmallWindow.
  89.    5. Deleted ANS mode.
  90.  
  91.   09-28-89 2.0g
  92.    1. Corrected screen change menu.
  93.  
  94.   09-30-89 2.0h
  95.    1. Added user clearscreen option. ( For my goofs! )
  96.    2. Optimized Terminal loop.
  97.    3. Increased wait for connect time.
  98.    4. Faster windows.
  99.    5. Added abort for connect wait.
  100.    6. Show name calling when dialing.
  101.    7. Can clear or modify entry in dialing directory.
  102.  
  103.   10-01-89 2.0i
  104.    1. Added F1-F10 macro capability - see MACRO.DOC!!
  105.    2. Corrected modem speed initialization.
  106.    3. Modem speed changes when dialing.
  107.    4. Adjusted Help Screen.
  108.    5. Change options will change baud!
  109.  
  110.   10-01-89 2.0j
  111.    1. Added ANSI support. ANSI.SYS required!!!
  112.    2. Added ANSI status to statusline.
  113.  
  114.   10-01-89 2.0k
  115.    1. Cleanup after ANSI.
  116.  
  117.   10-01-89 2.0l
  118.    1. More ANSI side-effect cleanup.
  119.  
  120.   10-02-89 2.0m
  121.    1. More attention to ANSI/NON-ANSI states.
  122.    2. Added ALT-V to View statusline.
  123.    3. Fixed ANSI-BBS ClrScr with help K. Burkhart.
  124.    4. Rearranged HELP screen.
  125.  
  126.   10-03-89 2.0n
  127.    1. Added Dial String to TModem.cfg.
  128.    2. Fixed C)rcXmodem call to XMx.BAT.
  129.  
  130.   10-03-89 2.0o
  131.    1. Improved ANSI tracking scheme for triggering on cursor color.
  132.    2. Better screen clear before dialing.
  133.    3. Deleted TMODEM.CFG from ZIP and set defaults to test for video
  134.       card and set accordingly. Also COM1: and 1200 baud default.
  135.  
  136.   10-04-89 2.0p
  137.    1. Better return from windows. (Finally!).
  138.  
  139.  
  140.   ----------------------------------------------------------------------------
  141.   This program was basically a re-write in TURBO Pascal of Ward Christensen's
  142.   Modem Program which was distributed in CP/M User's Group Volume 25. Identical
  143.   and compatible options were provided to allow this program to work directly
  144.   with XMODEM running under CP/M.
  145.   ----------------------------------------------------------------------------