home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / pcjr / comm / TELMT2-3.LZH / Q&A.DOC < prev    next >
Text File  |  1989-12-22  |  6KB  |  175 lines

  1. Q: Why should I register ?  Is there any difference between the
  2.    registered version and the non-registered version ?
  3. A: Telemate is not free.  You must register after the 30-day evaluation
  4.    time period.  When you register, you will receive the Extended Edition
  5.    which supports up to 8M EMS memory and have the ending screen removed.
  6.  
  7.  
  8. Q: Can Telemate run under DESQview/386 ?
  9. A: Yes, it can.  The following is the settings for DESQview v2.25 with
  10.    QEMM-386
  11.  
  12.    Memory Size:                    500
  13.    Writes directly to screen       N
  14.    Displays graphics               N
  15.    Virtualize text/graphics        T
  16.    Uses Serial ports               Y
  17.    System Memory                   1
  18.    Max Program Size                [blank]
  19.    Max Expanded Memory Size        [blank]
  20.    Close on Exit                   Y
  21.    Uses own colors                 Y
  22.    Allow close window command      N
  23.    Runs in background              Y
  24.    Keyboard conflict               0
  25.    Share CPU when foreground       Y
  26.    Share EGA when foreground       Y
  27.    Can be swapped out              N
  28.    Protection level                0
  29.  
  30.    Global parameters of interest are foreground and background
  31.    "ticks", which are set to 4 and 3 respectively; and Optimize
  32.    Communications, which is set to Yes.
  33.  
  34.  
  35. Q: Can Telemate run under Windows/386 ?
  36. A: Yes, it can providing you have the PIF set to
  37.  
  38.    Memory Requirements: KB Required [448]  KB Desired [512]
  39.    Usage Controls:      [X] Full Screen   [X] Background
  40.    Program Switch:      (*) Text
  41.    Screen Exchange:     (*) Text
  42.    Close Window on Exit [X]
  43.  
  44.  
  45. Q: What is the correct setting for USR HST ?
  46. A: Type the following command in the terminal.
  47.  
  48.    AT Z <cr>
  49.    AT B1C1E1F1M3Q0V1X6 <cr>
  50.    AT &A1&M4&K0&H1&R2&I0&B1&N <cr>
  51.    AT &W <cr>
  52.  
  53.    Then
  54.    1. select 19200 or 38400 baud for maximum throughput
  55.    2. change the Modem Init string to "ATZ^M~"
  56.    3. turn on the RTS/CTS flow control
  57.    4. turn off the AutoBaudDetect option.
  58.  
  59.    The following is the display for the HST settings
  60.  
  61.    USRobotics Courier 14400 HST Settings...
  62.  
  63.    B1  C1  E1  F1  M3  Q0  V1  X6
  64.    BAUD=19200  PARITY=N  WORDLEN=8
  65.    DIAL=TONE   ON HOOK   TIMER
  66.  
  67.    &A1  &B1  &C1  &D2  &G0  &H1  &I0  &J0  &K0
  68.    &L0  &M4  &N0  &P0  &R2  &S1  &X1  &Y1
  69.  
  70.    S00=000   S01=000   S02=043   S03=013
  71.    S04=010   S05=008   S06=002   S07=045
  72.    S08=002   S09=006   S10=007   S11=070
  73.    S12=050   S13=000   S14=000   S15=000
  74.    S16=000   S17=000   S18=000   S19=005
  75.    S20=000   S21=010   S22=017   S23=019
  76.    S24=025   S25=000   S26=000   S27=000
  77.    S28=008   S38=000
  78.  
  79.  
  80. Q: Does Telemate support expanded memory ?
  81. A: The Extended Edition supports up to 8M bytes EMS 3.2 or EMS 4.0
  82.    memory.  It stores the phone directory file and the virtual
  83.    memory file.
  84.  
  85. Q: Does Telemate support extended memory ?
  86. A: No, it doesn't.  But you can use some software EMS emulator to
  87.    change the extended memory to expanded memory.  Of cource, you
  88.    need the Extended Edition to use the EMS.
  89.  
  90.  
  91. Q: How can I change the size of the phone directory?
  92. A: Run TMPHONE.EXE and select the ChangeSize item in the menu.  Then
  93.    you can increase the size up to 1000 entries.
  94.  
  95.  
  96. Q: Can I run a external program by pressing only one key ?
  97. A: Yes, the new Hot Key macro sequence "^=" allows you to use the
  98.    function keys as hot keys, for example  "^=DIR *.ZIP^M" will
  99.    display all the ZIP file.
  100.  
  101.  
  102. Q: Can I have more than 4 external protocols ?
  103. A: If you specify a second "^=" in the Hot Key macro, say "^=MLINK-D ^=",
  104.    the second "^=" will be translated to baud rate and COM port information,
  105.    in this case the macro will be translated "MLINK-D 1200 1".
  106.  
  107.  
  108. Q: My modem does not hang up right the way after I press [Alt H].  Do
  109.    I set something wrong ?
  110. A: You should include the macro "^#", which drop the DTR, in the Modem
  111.    HangUp string.  Moreover, you should set the DIP switch in the modem
  112.    such that the terminal can control the DTR.
  113.  
  114.  
  115. Q: How can I get rid of the menu bar ?
  116. A: When you execute TM.EXE, you can include the full screen option '/F'
  117.    in the DOS command line, for example, "TM /F".  Then the terminal
  118.    will use the whole screen.
  119.  
  120.  
  121. Q: Why does the cursor disappear in the EGA mode?
  122. A: A bug in the IBM EGA adapter causes this problem.  For some strange
  123.    reasons, some vendors duplicate the bug in their adaptor.  If you
  124.    have one of these adaptors, you have to switch to the EGA 43-row
  125.    mode before you execute TM.EXE.  For example, you can create a
  126.    batch file named TM43.BAT containing
  127.         EGAMODE 43
  128.         TM %1 %2 %3 %4 %5 %6
  129.    provided that the utility EGAMODE.COM is supplied by the vendor.
  130.    All the EGA modes have been tested and works prefectly on the
  131.    ATI EGA WONDER 800.
  132.  
  133.  
  134. Q: Where can I reach the author ?
  135. A: You can dial one of the support BBSs.  They are
  136.  
  137.    Bulletin Board System  Phone Number  Network   Baud   Location
  138.    ---------------------  ------------  --------  -----  --------------
  139.    Southern Reaches BBS   519-973-9841  WWIV       2400  Ontario Canada
  140.    SouthWest Connect      519-973-7340  SmartNet  14400  Ontario Canada
  141.    User To User           214-492-6565  RelayNet  14400  Texas   USA
  142.  
  143.    In addition, you can reach the author (ID:72070,3515) directly through
  144.    CompuServe Information Service or write to him at
  145.  
  146.         Tsung Hu
  147.         10530 Keating Crescent
  148.         Windsor, Ont. N8R 1T5
  149.         Canada
  150.  
  151.  
  152. Q: What is the configuration of the author's machine ?
  153. A: Telemate runs prefectly in the author's machine which is
  154.    configurated as
  155.  
  156.       . 2M bytes 16MHz AT clone
  157.       . CGA with RGB monitor
  158.       . 1.2M floppy drive
  159.       . 40M 28ms Hard drive
  160.       . Datatronics Challenger 1200 modem  in COM1
  161.       . MouseSystem mouse (serial)         in COM2
  162.       . DOS 3.3
  163.       . 500K free conventional memory
  164.       . 384K free EMS memory
  165.       . 256K RAM disk in EMS as E:
  166.       . 384K disk cache in EMS
  167.       . All Telemate files in C:\COMM
  168.       . Upload and Download directory is C:\COMM\DL
  169.       . AUTOEXEC.BAT contains the line  'SET TMCFG=C:\COMM\TM.CFG'
  170.  
  171.    And you can find the author's configuration file AUTHOR.CFG in
  172.    TM200-3.ZIP or disk #3.
  173.  
  174.  
  175.