home *** CD-ROM | disk | FTP | other *** search
-
- Written by Jack M. Wierda Chicago Illinois
- Modified by Steve Freeman
- From 6 JAN 86 mods by L.B. Neal
-
- 2-25-87 Still not complete but a improvements made
- and a core of concepts for someone to go
- further.
- l.b. Neal - Sunnyvale,CA
-
- UPGRADES:
- 1. Increase communications options.
- 3. Adjustable text mode and colors.
-
- 11-26-88 Ver: 1.1
-
- 1. Major loop restructure. - ok -
- 2. Added 2400 baud. - ok -
- 3. Added: - ok -
- a. HOME = Help
- b. PgUp = Upload
- c. PgDn = Download
- d. ALT-X = EXIT TMODEM
- e. ALT-O = Options.
- f. ALT-S = Screen Colors
- g. ALT-H = Hangup
- h. ALT-I = TMODEM Information.
- 4. Window for functions. - ok -
- 5. Adjusted XMODEM DL for longer interface time. - problems! -
- 6. Allowed TModem to receive full "IBM" ASCII char set. - ok -
- 7. TModem now recognizes <FF> for ClrScr. - ok -
- 8. Added status line on bottom of screen. - ok -
- 9. Big choice of colors - screen and status line. - ok -
-
- 11-28-88 Ver: 1.2
-
- 1. A little more speed - adjusted LiveTerminal main loop.
- 2. COM2: still refuses to receive, transmit seems ok. { Working at it. }
- 3. XMODEM receive now seems ok.
- 4. HANGUP doesn't work real well.
-
- 11-29-88 Ver: 1.3
-
- 1. Fixed exit sequence.
-
- 12-01-88 1.4
-
- 1. Added Configuration file TMODEM.CFG - colors and COMM info.
-
- 12-12-88 1.5
-
- 1. Got the dialing dir to work.
- 2. Can save phone numbers to TMODEM.PHN
- 3. Can't delete numbers from TMODEM.PHN
-
- 04-11-89 1.6
- 1. Clean up a few oops!
- 2. More work on Auto-dialing may be better now.
- 3. Tried to resolve hangup problem.
- 4. Added modem initialization. ( See PROCEDURE ResetModem )
- 5. Changed the interface when doing auto-dial.
-
- LANGUAGE: TURBO Pascal 3.01A or 3.02a.
- This program is in the public domain.
-
- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- 09-26-89 2.0c
- 1. Convert to TURBO Pascal 5.0!
- 2. Comm port 1,2,3,4 supported.
- 3. 300 thru 9600 baud supported.
- 4. External Protocol Support.
- 5. J)ump to DOS added.
- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-
- 09-27-89 2.0d/2.0e
- 1. Fixed screen arrow garbage.
- 2. Fixed EXIT dial routine.
- 3. General cleanup.
- 4. More speed.
- 5. Fixed JUMPDOS.BAT.
- 6. Changed timing.
- 7. Added modem init string to TMODEM.CFG.
-
- 09-28-89 2.0f
- 1. Added verification of quit TModem.
- 2. Modified status line.
- 3. Moved windows further away from main screen.
- 4. Added SmallWindow.
- 5. Deleted ANS mode.
-
- 09-28-89 2.0g
- 1. Corrected screen change menu.
-
- 09-30-89 2.0h
- 1. Added user clearscreen option. ( For my goofs! )
- 2. Optimized Terminal loop.
- 3. Increased wait for connect time.
- 4. Faster windows.
- 5. Added abort for connect wait.
- 6. Show name calling when dialing.
- 7. Can clear or modify entry in dialing directory.
-
- 10-01-89 2.0i
- 1. Added F1-F10 macro capability - see MACRO.DOC!!
- 2. Corrected modem speed initialization.
- 3. Modem speed changes when dialing.
- 4. Adjusted Help Screen.
- 5. Change options will change baud!
-
- 10-01-89 2.0j
- 1. Added ANSI support. ANSI.SYS required!!!
- 2. Added ANSI status to statusline.
-
- 10-01-89 2.0k
- 1. Cleanup after ANSI.
-
- 10-01-89 2.0l
- 1. More ANSI side-effect cleanup.
-
- 10-02-89 2.0m
- 1. More attention to ANSI/NON-ANSI states.
- 2. Added ALT-V to View statusline.
- 3. Fixed ANSI-BBS ClrScr with help K. Burkhart.
- 4. Rearranged HELP screen.
-
- 10-03-89 2.0n
- 1. Added Dial String to TModem.cfg.
- 2. Fixed C)rcXmodem call to XMx.BAT.
-
- 10-03-89 2.0o
- 1. Improved ANSI tracking scheme for triggering on cursor color.
- 2. Better screen clear before dialing.
- 3. Deleted TMODEM.CFG from ZIP and set defaults to test for video
- card and set accordingly. Also COM1: and 1200 baud default.
-
- 10-04-89 2.0p
- 1. Better return from windows. (Finally!).
-
-
- ----------------------------------------------------------------------------
- This program was basically a re-write in TURBO Pascal of Ward Christensen's
- Modem Program which was distributed in CP/M User's Group Volume 25. Identical
- and compatible options were provided to allow this program to work directly
- with XMODEM running under CP/M.
- ----------------------------------------------------------------------------