DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T m

⟦8664da8ff⟧ TextFile

    Length: 976 (0x3d0)
    Types: TextFile
    Names: »msvtip.hlp«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦71044c191⟧ »EurOpenD3/misc/kermit.ms-2.32.tar.Z« 
        └─⟦31f2d420d⟧ 
            └─⟦this⟧ »msvtip.hlp« 

TextFile

TI-PRO KERMIT version 2.28 revision 5 emulates a H19 terminal (VT52 mode).

How to use KERMIT with an TI internal 300-baud modem

Make sure you have KERMIT.EXE and COMMAND.COM on your A: floppy.
Enter "KERMIT" to start the program.  Then tell KERMIT that you want
to use the modem, which is in port 3, at 300 baud.  Use the CONNECT
command to start talking to the modem.

To do auto-dialing, type in the letter capital "T", then the phone number,
and end with a capital "X".  The letters you type in will not be echoed.
Do not hit the RETURN key.  The modem will type "E", the phone number, and
then "F".  It will type "R" when the phone starts ringing at the computer.
Wait a few seconds, then hit the RETURN key 2 or 3 times.

A>KERMIT
KERMIT-MS>SET PORT 3
KERMIT-MS>SET BAUD 300
KERMIT-MS>CONNECT
T279-0550X

KERMIT will be emulating an H19(VT52) terminal.  To get out of KERMIT and
go back to MS-DOS, hold the CTRL key, press "]", release CTRL, press "C".
Then type EXIT.