home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / GLEN / TTALK13.ZIP / TTALK13.DOC < prev    next >
Text File  |  1986-05-05  |  3KB  |  108 lines

  1.  
  2.                           T I N Y   T A L K
  3.  
  4.                       Version 1.3, May 5th, 1986
  5.  
  6.                THE World's Smallest IBM PC Comm Program
  7.                     (Jaxtalk, eat your heart out!) 
  8.                                  
  9.  
  10.    Tiny Talk is a TINY communications program, designed with basic modem
  11.    communications and testing in mind.  At 392 bytes in size....it remains
  12.    a very usable program.
  13.  
  14.  
  15. -Versions---Size-------Notes-------------------------------------------------
  16.  
  17.    1.0      198 bytes  Experimental vers. w/ unbuffered input.  Poor
  18.                        performance at high speeds.
  19.  
  20.    1.1      227 bytes  The original Tiny Talk with buffered input.  Baud rate
  21.                        changes required program modification using DEBUG.
  22.   
  23.    1.2      392 bytes  Allowed for baud rate setting by a passed parameter.
  24.                        Better performance.
  25.  
  26.    1.3      402 bytes  Latest version.  Now supports ANSI graphics!
  27.  
  28. --------------
  29.    Tiny Talk Operation
  30.  
  31.    There are two different copies of Tiny Talk included:
  32.  
  33.         TTALK1.COM    -   supports use of COM1: port
  34.         TTALK2.COM    -   supports use of COM2: port
  35.  
  36.  
  37.    Use the version which corresponds to your communications setup.
  38.  
  39.    To load Tiny Talk, type as follows:
  40.  
  41.    (example assumes use of COM1: port)
  42.  
  43.         TTALK1.COM x
  44.  
  45.    The parameter x must be one of the following baud rate codes:
  46.  
  47.         0  -  for  300 baud
  48.         1  -  for 1200 baud
  49.         2  -  for 2400 baud
  50.  
  51.  
  52.    Once Tiny Talk is loaded, you may quit to DOS, at any time, by pressing
  53.    the [Esc] key.
  54.  
  55.  
  56.    Tiny Talk is a very basic communication program, and requires the use
  57.    of YOUR modem commands to operate.  For example, if you use a modem
  58.    supporting Hayes compatible AT commands, you may enter the following:
  59.  
  60.       ATZ                         <-  initialize your modem
  61.  
  62.       ATDT 1-402-449-1015         <-  dial a BBS.
  63.  
  64.       ATE1                        <-  enable 'echo' of modem commands entered.
  65.  
  66.       ATM0                        <-  disable the modem speaker.
  67.  
  68.    You should consult your modem manual for more command descriptions.
  69.  
  70.  
  71. --------------
  72.    ANSI Graphics
  73.  
  74.    With Tiny Talk release 1.3 came ANSI graphics support.  In order for
  75.    this feature to work correctly, you must install the ANSI.SYS driver
  76.    into your CONFIG.SYS file.  If you already have a CONFIG.SYS file on
  77.    your boot disk, then edit it with your wordprocessor or EDLIN and
  78.    add the statement:
  79.  
  80.                   DEVICE=ANSI.SYS
  81.  
  82.    If you do not have a CONFIG.SYS file then you can create one by
  83.    typing from the DOS prompt (on your DOS boot disk):
  84.  
  85.                   COPY CON CONFIG.SYS <return>
  86.                   DEVICE=ANSI.SYS <return>
  87.                   <F6> (function key F6)  <return>
  88.  
  89.    Be sure to re-boot your system if you just installed ANSI.SYS.
  90.  
  91.  
  92. --------------
  93.    What does the future hold in store for Tiny Talk?
  94.  
  95.       * Memory resident option
  96.       * Auto-dialing
  97.       * Text capture capabilities
  98.       * more....
  99.  
  100.       
  101.    If you would like to obtain a listing of the latest Tiny Talk source
  102.    code, send $5.00 along with a return address to:
  103.  
  104.                   Jeff Huston
  105.                   9724 Brentwood Circle
  106.                   Omaha, NE  68114
  107.  
  108.