home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / sterm100.zip / sterm.doc < prev    next >
Text File  |  1995-03-09  |  5KB  |  136 lines

  1.  ─═══════════════════════════════════════════════════════════════════════════─
  2.  
  3.            STerm 1.00 -- A Simple Terminal Emulator for OS/2 2.x
  4.  
  5.                ┌─────╖ ┌───╖ ┌───────╖ ┌─────╖ ┌─╖    ┌─────╖
  6.                │ ╔═══╝ ╘╕ ╔╝ │ ╔╕ ╔╕ ║ │ ╔═╕ ║ │ ║    │ ╔═══╝
  7.                │ ╙───╖  │ ║  │ ║│ ║│ ║ │ ╙─┘ ║ │ ║    │ ╙─╖
  8.                ╘═══╕ ║  │ ║  │ ║╘═╝│ ║ │ ╔═══╝ │ ║    │ ╔═╝
  9.                ┌───┘ ║ ┌┘ ╙╖ │ ║   │ ║ │ ║     │ ╙──╖ │ ╙───╖
  10.                ╘═════╝ ╘═══╝ ╘═╝   ╘═╝ ╘═╝     ╘════╝ ╘═════╝
  11.                     ┌─────╖ ┌─────╖ ┌──────╖ ┌───────╖
  12.                     ╘═╕ ╔═╝ │ ╔═══╝ │ ╔══╕ ║ │ ╔╕ ╔╕ ║
  13.                       │ ║   │ ╙─╖   │ ╙──┘ ║ │ ║│ ║│ ║
  14.                       │ ║   │ ╔═╝   │ ╔═╕ ╔╝ │ ║╘═╝│ ║
  15.                       │ ║   │ ╙───╖ │ ║ │ ╙╖ │ ║   │ ║
  16.                       ╘═╝   ╘═════╝ ╘═╝ ╘══╝ ╘═╝   ╘═╝
  17.  
  18.           Copyright (C) 1995 by Craig Morrison, All Rights Reserved.
  19.  
  20.  ─═══════════════════════════════════════════════════════════════════════════─
  21.  
  22.  Foreword
  23. ─════════─
  24.  
  25.   STerm is a multi-threaded, text-mode, terminal emulator for OS/2 version 2.xx
  26. or higher. It doesn't have a lot of features, but what it does, it does very
  27. well:
  28.  
  29.     ■ Can be called with a "hot" comm port.
  30.     ■ Dialing directory with simple redial capabilities.
  31.     ■ User definable modem response strings.
  32.     ■ Supports any file transfer protocol engine callable from the
  33.       command line.
  34.     ■ Supports standard ANSI escape sequences for cursor movement.
  35.     ■ Reports ANSI capabilities to BBS software that use an ANSI DSR
  36.       sequence to query for ANSI support. (WildCat! doesn't, pah..)
  37.  
  38.   That's pretty much all of it. STerm was designed to do basically one thing,
  39. get you online with a minimum amount of fuss.
  40.  
  41.   You will need an external file transfer protocol engine to upload and
  42. download files. I recommend George Hatchew's CE-XYZ/2 FTP module, the standard
  43. protocol definition file that comes with STerm is configured for CE-XYZ/2.
  44.  
  45.  ─═══════════════════════════════════════════════════════════════════════════─
  46.  
  47.  Legalese
  48. ─════════─
  49.  
  50.                 STERM IS PROVIDED WITHOUT WARRANTY OF ANY KIND.
  51.                      USE IS AT THE RECEIVER'S SOLE RISK.
  52.  
  53.   Short, sweet and to the point; You get what you pay for. If you are expecting
  54. bells and whistles you are looking in the wrong place.
  55.  
  56.   STerm is free, but it is NOT Public Domain software.
  57.  
  58.   STerm is provided free of charge to any and all who wish to use it.
  59.  
  60.   STerm may be bundled with any software package without restriction. The only
  61. requirements are that the package be transferred in whole as you received it
  62. and that my copyright notice stay intact.
  63.  
  64.  ─═══════════════════════════════════════════════════════════════════════════─
  65.  
  66.  Using STerm
  67. ─═══════════─
  68.  
  69.   Before running STerm for the first time you will need to edit three text
  70. files:
  71.  
  72.         RESPONSE.LST    Modem response strings.
  73.         PROTOCOL.LST    External protocol definitions.
  74.         PHONBOOK.LST    Dialing directory definitions.
  75.  
  76.   The files above are commented and clearly explain what needs to be in them,
  77. so I am not going to repeat that information here.
  78.  
  79.   The command line syntax for STerm is as follows:
  80.  
  81.         STERM <COMx> <port_rate> [dl_path]
  82.  
  83.             <COMx>      Comm port to use, if in the form -<handle>
  84.                         STERM will use the number <handle> as a hot
  85.                         comm port handle.
  86.  
  87.             <port_rate> DTE rate (computer to modem, or locked bit
  88.                         rate.)
  89.  
  90.             [dl_path]   Optional download path, the default is the
  91.                         directory STerm was started from.
  92.  
  93.         Examples:
  94.  
  95.             STERM COM1 19200
  96.             STERM COM2 38400 E:\DOWNLOAD
  97.             STERM -5 38400 E:\DOWNLOAD
  98.  
  99.   Once up and running, the commands available to you are:
  100.  
  101.         Alt-C   Clear Console.
  102.         Alt-D   Dial from directory.
  103.         Alt-R   Redial last number dialed.
  104.         Alt-P   Set line characteristics.
  105.         Alt-H   Hang up with DTR.
  106.         Alt-X   Quit STERM.
  107.         Alt-Z   Help (This list.)
  108.         PgUp    Start upload.
  109.         PgDn    Start download.
  110.  
  111.   All you need to do is read the prompts that come up on the screen and you'll
  112. be fine. There is nothing fancy done in the program, everything is straight
  113. forward.
  114.  
  115.   The only things really worth noting are; When you use the dialing directory
  116. to dial a number or you redial a number and are waiting for a connect ESC or
  117. ENTER will abort the dialing. The standard line settings are 8 data bits, 1
  118. stop bit and no parity which can be changed with ALT-P.
  119.  
  120.  ─═══════════════════════════════════════════════════════════════════════════─
  121.  
  122.  That's It!
  123. ─══════════─
  124.  
  125.   I will not provide any direct support for STerm, it doesn't need any.
  126.  
  127.   The source code is available to those who wish to purchase it at a nominal
  128. fee. My contact information follows:
  129.  
  130.         Fidonet:        Craig Morrison  1:201/60
  131.         Internet:       cam@wpc.cioe.com
  132.         Snail-mail:     Craig Morrison
  133.                         1316 Ferry St.
  134.                         Lafayette, IN 47901-1533
  135.  
  136.