home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 592b.lha / TermII / English / Documentation / PHONE.doc < prev    next >
Text File  |  1991-12-22  |  5KB  |  117 lines

  1. June 21st 1991
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.                                     Term II
  15.  
  16.                                   version 1.1
  17.  
  18.                          (c) 1990,1991 - Eric GONTIER
  19.  
  20.                                    PHONE.doc
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.             INTRODUCTION
  34.  
  35.                 Term II has a simple phone book. It allows the user to
  36.                 registers phone numbers, with the settings of connections
  37.                 (baud, word length, parity, etc...). The phone book is an
  38.                 XCMD, that is a process, that can be run in the same time
  39.                 than Term II (and other AmigaOS processes). It will run
  40.                 with modems which know the standard Hayes commands : ATZ
  41.                 and one of ATD, ATDT, ATDP for dialing.
  42.  
  43.  
  44.  
  45.  
  46.             STARTING THE PHONE BOOK
  47.  
  48.                 There are several ways to start the phone book. However, to
  49.                 make it as easy as possible to used, there is a menu entry
  50.                 "Phone book..." in the main menu (short or long menu) of
  51.                 Term II for an automatic start. The user can also start the
  52.                 panel with the "phone_book" command, which can be used from
  53.                 Term II, from an ARexx script or even from an other XCMD.
  54.  
  55.                 The phone book can also be started "by hand" that is by
  56.                 typing "run phone" from the CLI (the phone book program
  57.                 must be in the current directory, and Term II should have
  58.                 been already started). This will install the phone book as
  59.                 an AmigaOS process, which is waiting for a signal from Term
  60.                 II to start. From Term, the user will wake up the phone
  61.                 book with the command xcmd_start "PHONE". (see the file
  62.                 XCMD.doc for more informations on how to start an XCMD with
  63.                 the xcmd_start command, and how to write your own XCMDs).
  64.  
  65.                 Programmers should be awared that the message port used by
  66.                 the phone book is called "PHONE".
  67.  
  68.                 The phone book will not be loaded in memory until the user
  69.                 select it from Term. It will be unloaded automatically when
  70.                 quitting Term.
  71.  
  72.                 The phone book will read the file called phone.config in
  73.                 which are stored all the informations. New phone numbers,
  74.                 and modifications, are made with the phone book, the file
  75.                 cannot be modified with a text editor.
  76.  
  77.  
  78.  
  79.  
  80.             USING THE PHONE BOOK
  81.  
  82.                 Using the phone book is quite simple. The interface is made
  83.                 of list of name, buttons to set the serial configuration,
  84.                 command buttons (for creation, deletion, etc...) and two
  85.                 string gadgets for edition.
  86.  
  87.                 The list of names :
  88.                     Just click on a name to select it. All the informations
  89.                     associated with this name will be reflected in the
  90.                     configuration buttons (parity, word lenght, baud...).
  91.                     You change the parameters by clicking the appropriate
  92.                     buttons. You can edit the name or the number in one of
  93.                     the sting gadgets. You can delete the name from the
  94.                     list with the DELETE button, or you can ask for the
  95.                     connection with the CONNECT button.
  96.  
  97.                 The configuration buttons :
  98.                     These buttons show the parameters for the current
  99.                     selection made in the list. You can change the
  100.                     parameters by clicking in these buttons : parity, word
  101.                     length, number of stop bits, baud, and the command to
  102.                     be used (one of ATD, ATDT, ATDP).
  103.  
  104.                 Command buttons :
  105.                     There are 4 of them. The NEW button allows to enter a
  106.                     new entry in the list. The string gadgets can be used
  107.                     to enter the name and the phone number to be included
  108.                     in the list. The DELETE button is used to remove the
  109.                     current selection fron the list. A name must have been
  110.                     selected in the list before ! The SAVE button is used
  111.                     to save the current list in the file phone.config. And
  112.                     the CONNECT button will try to connect to the current
  113.                     selection : a name must have been selected in the list.
  114.  
  115.                 When trying a connection, the serial device parameters will
  116.                 be changed to those of the current selection in the list.
  117.