home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / mskermit / msvtip.txt < prev    next >
Text File  |  2020-01-01  |  976b  |  25 lines

  1. TI-PRO KERMIT version 2.28 revision 5 emulates a H19 terminal (VT52 mode).
  2.  
  3. How to use KERMIT with an TI internal 300-baud modem
  4.  
  5. Make sure you have KERMIT.EXE and COMMAND.COM on your A: floppy.
  6. Enter "KERMIT" to start the program.  Then tell KERMIT that you want
  7. to use the modem, which is in port 3, at 300 baud.  Use the CONNECT
  8. command to start talking to the modem.
  9.  
  10. To do auto-dialing, type in the letter capital "T", then the phone number,
  11. and end with a capital "X".  The letters you type in will not be echoed.
  12. Do not hit the RETURN key.  The modem will type "E", the phone number, and
  13. then "F".  It will type "R" when the phone starts ringing at the computer.
  14. Wait a few seconds, then hit the RETURN key 2 or 3 times.
  15.  
  16. A>KERMIT
  17. KERMIT-MS>SET PORT 3
  18. KERMIT-MS>SET BAUD 300
  19. KERMIT-MS>CONNECT
  20. T279-0550X
  21.  
  22. KERMIT will be emulating an H19(VT52) terminal.  To get out of KERMIT and
  23. go back to MS-DOS, hold the CTRL key, press "]", release CTRL, press "C".
  24. Then type EXIT.
  25.