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

  1.  
  2.  09-26-89 TMODEM 2.0c
  3.  
  4.   1. Multiple External protocol support added!
  5.      NOTE: You will need appropriate drivers to support.
  6.  
  7.      Batch file parameters passed are:
  8.  
  9.       %1 = speed
  10.       %2 = port
  11.       %3 = filename
  12.  
  13.      The batch files provided are for reference only!!!
  14.  
  15.   2. J)umpDos added.
  16.  
  17.   3. COM1 thru COM4 should work.
  18.  
  19.   4. B/W, Mono and CGA supported.
  20.  
  21.   NOTE: More to come ---- bugs to kill !!!
  22.  
  23.  
  24.  09-27-89 TMODEM 2.0e
  25.  
  26.  1. Several major changes - see TMODEM.PAS header!!
  27.  
  28.  2. Read CONFIG.DOC for new line needed in TMODEM.CFG.
  29.  
  30.  3. Several bugs fixed.
  31.  
  32.  
  33. 9-28-89 TModem 2.0f
  34.  
  35.   Big changes and/or fixes. See TMODEM.PAS header.
  36.  
  37. 9-28-89 Ver: 2.0g
  38.  
  39.  1. More cosmetic cleanup.
  40.  
  41.  2. Made version global to easy version changes.
  42.  
  43.  
  44. 09-30-89 2.0h
  45.  
  46.    1. Added user clearscreen option. ( For my goofs! )
  47.    2. Optimized Terminal loop.
  48.    3. Increased wait for connect time.
  49.    4. Faster windows.
  50.    5. Added abort for connect wait.
  51.    6. Show name calling when dialing.
  52.    7. Can clear or modify entry in dialing directory.
  53.  
  54.  
  55.   10-01-89 2.0i
  56.  
  57.    1. Added F1-F10 macro capability - see MACRO.DOC!!
  58.    2. Corrected modem speed initialization.
  59.    3. Modem speed changes when dialing.
  60.    4. Adjusted Help Screen.
  61.    5. Change options will change baud!
  62.  
  63.   10-01-89 2.0j
  64.  
  65.    1. Added ANSI support.
  66.  
  67.       NOTE: ANSI.SYS MUST be in CONFIG.SYS!!
  68.             ie : DEVICE = ANSI.SYS
  69.  
  70.    2. Added ANSI status to statusline.
  71.  
  72.       NOTE: In the ANSI mode TMODEM will loose track of the screen!
  73.             ALT-C or ALT-A will restore the statusline!
  74.  
  75.       ANSI support was added on the fly! The program cannot keep track of
  76.       the cursor so statusline, etc will be written over.  But the ANSI
  77.       color sequences will be handled.  The program speed suffers a bit
  78.       for the ANSI support so for maximum speed do NOT enable the ANSI!
  79.  
  80.  
  81.   10-01-89 2.0k
  82.  
  83.    1. Cleanup after ANSI.
  84.       The ANSI mode really runs over things. Now hitting any key in
  85.       the terminal mode will restore the StatusLine.
  86.  
  87.                        -Neal- 
  88.  
  89.