home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / MODEMS / MODEM7 / MODM700.IQF / MODM700.INF
Text File  |  2000-06-30  |  10KB  |  243 lines

  1.  
  2.             MODM700.INF
  3.             Nov. 4, 1984
  4.  
  5.      The recently-added auto-linking gives the user an opportunity to
  6. contact any of a group of numbers and greatly simplifies calling just
  7. one number.  It also offers an unique choice of options as illustrated
  8. below.  The same program is now equally effective on either mainframes
  9. with logon messages or RCPM systems that expect some user-typed
  10. characters to start the operation.
  11.  
  12. ----------------------------------
  13. AUTO-LINKING PHONE NUMBERS
  14.  
  15.      If the number you want to dial is busy, you would like to have it
  16. automatically redialed until it answers.  However, you might like to
  17. call any of a group of numbers and be happy to take whichever one first
  18. becomes available.  Auto-linking allows a group of numbers to be listed
  19. and they are then continuously dialed one after the other, until one is
  20. available.
  21.  
  22.      MODM700 permits from 1-32 numbers to be linked together in any way.
  23. There are two options:
  24.  
  25.        B>>COMMAND: CAL A,D,R,3,Z         1)
  26.        B>>COMMAND: CAL F,             2)
  27.     
  28.        B>>COMMAND: CAL A/D/R/3/Z         3)
  29.        B>>COMMAND: CAL F/             4)
  30.  
  31.        B>>COMMAND: CAL A,D,A,R,A,3,A,Z   5) 
  32.  
  33.        B>>COMMAND: CAL F             6)
  34.  
  35.  
  36.     1) using a comma (,) will beep continuously when connected to
  37.        the first available number - touching any key stops the beep
  38.        and goes to terminal mode.
  39.  
  40.     2) just the one number is linked to itself and redials until
  41.        connected.  Beeps continuously until stopped with any key.
  42.  
  43.     3) using a slash (/) will beep only once when connected and then
  44.        automatically go directly to terminal mode - this is useful
  45.        where some mainframes such as IBM and UNIX send a logon note
  46.        assuming you are already able to copy as soon as connected.
  47.  
  48.     4) just the one number is linked to itself and redials until
  49.        connected.  Beeps only once and goes to terminal mode.
  50.  
  51.     5) illustrates how one number can be given top priority.
  52.  
  53.     6) system used previously - if connected on first try, beeps one
  54.        time and jumps directly to terminal mode.  If no connection,
  55.        asks the operator if he wants to try again or try continuous-
  56.        ly until a connected is made - at which time it beeps until a
  57.        key is depressed.
  58.  
  59. ----------------------------------
  60. ADDITIONAL CHANGES TO MODM700
  61.  
  62.      a) If the disk filled while in the terminal mode and copying to
  63.     disk, the FCB file name was being closed instead of the FCB3
  64.     file name.  That has been fixed.  The original system was
  65.     developed for normal file transfer and this oversight was
  66.     never noticed. 
  67.  
  68.      b) The command line backspace has been fixed - that dates back to
  69.     MODEM7 days.  If a CTL-character was accidently typed, and you
  70.     backspaced, the cursor would move, frequently moving "too far
  71.     left".    Fixed now for normal operation.
  72.  
  73.      c) Several changes suggested by Ron Fowler and Bob Plouffe for
  74.     batch mode transfer when using BYE and checksum operation.
  75.  
  76.      d) Problem with the alternate long distance dialing (Sprint, MCI,
  77.     etc.) fixed.  Added a short delay between the digits in a phone
  78.     number when sent to the modem to allow the alternate dialing
  79.     systems to work properly.  (Previously a problem on many modems.)
  80.     (PMMI modems not affected.)
  81.  
  82.      e) Ringback fixed to work properly whether hand entered numbers or
  83.     from the main table via a single character.  Of interest mostly
  84.     to PMMI users, although some intelligent modems can detect rings
  85.     when dialing and can call ringback numbers.  (Are there are such
  86.     things still in existence?)
  87.  
  88.      f) Those using autodial will no longer see any +++ ATH ATD etc.
  89.     Instead you will see messages (Busy for Anchor), No Connect, On
  90.     Line, etc. when connected.  An error prints Abort.  Each attempt
  91.     now has its own line - this seemed more appropriate when using
  92.     linking, plus looks better with the messages added.
  93.  
  94.      g) Several other small changes in the menu.  For example, when
  95.     displaying the function key intercept character, etc.  (An ESC
  96.     showed as ^[ previously.) 
  97.     
  98.         NOTE:    ALL NORMAL OVERLAYS WILL WORK ON
  99.             MODM700.  SPECIAL OVERLAYS THAT ARE
  100.             VERSION DEPENDENT THAT WERE USED
  101.             WITH MDM730 WILL WORK ON MODM700.
  102.             THOSE SPECIAL ONES (SUCH AS FOR
  103.             THE MICROMODEM, NOVATION, OSBORNE
  104.             COMM-PAC), ETC. WILL NOT OFFER AUTO-
  105.             LINKING UNLESS FURTHER MODIFIED.
  106.  
  107. ----------------------------------
  108. IF ',' OR '/' ARE NOT SUITABLE:
  109.  
  110.      Comma and the slash are used for delimiters on auto-linking.  If
  111. you to need to use the comma to get out of the local exchange, you can
  112. change either of the delimiters to something different:
  113.  
  114.        04FD  2F   ASCII  /  (slash)
  115.        0502  2C   ASCII  ,  (comma)
  116.  
  117. ----------------------------------
  118. PATCH TO GO TO TERMINAL MODE QUICKER:
  119.  
  120.      If going directly to terminal mode and it still takes too long to
  121. adequately receive signon messages from IBM or UNIX mainframes, try one
  122. of the following two changes:
  123.  
  124.      MOD1  067F  06 02 CD   to   C3 9B 06
  125.        069F  C2 7E 19   to   C2 18 16
  126.        06A6  CA 7E 19   to   CA 18 16
  127.       or
  128.  
  129.      MOD2  0966  CD 83 01   to   C3 18 16 
  130.        
  131. ----------------------------------
  132. TO EXIT 'CAL' MORE QUICKLY
  133.  
  134.      If it seems to take too long to exit the table of telephone numbers
  135. with a simple 'return' check the following byte:
  136.  
  137.        04F4  91  to  9D
  138.  
  139. ----------------------------------
  140. PATCH TO SLOW THE FUNCTION KEYS:
  141.  
  142.      Currently the function keys send a character and wait for an echo.
  143. Since some people use 1-2 of the keys for secret passwords for mainframe
  144. use (where the characters are not echoed back), there has to be a com-
  145. promise between the length of time you are willing to wait for the echo
  146. character to be returned.  Normally it is returned very shortly after it
  147. is sent but on some systems it may take longer.  It is currently set to
  148. wait a maximum of 200 milliseconds.  (A normal character takes 33 milli-
  149. seconds at 300 baud).  If this is too slow and takes too long to submit
  150. your secret password try this change:
  151.  
  152.        1E6D  CD 8C 01   to     7C 7C 7C
  153.  
  154.      If either this or the original setting is too fast, you will drop
  155. some characters from showing on the CRT under normal use.  If the origi-
  156. nal setting is still too fast, and you do not use secret passwords which
  157. are not echoed, you can use this change:
  158.  
  159.        1E6D  CD 8C 01   to     47 06 01
  160.        1E70  DC 8C 01   to     CD D4 28
  161.  
  162.      This will wait up to one full second for the character to be echoed
  163. back and should be quite satisfactory on even the slowest systems.  (We
  164. used this originally, before some people started using the function keys
  165. for secret passwords, such as signing on to Compuserve, etc.)
  166.  
  167. ----------------------------------
  168. PATCH TO NOT SHOW "SPRINT" NUMBERS:
  169.  
  170.      If for some reason you do not wish to see the alternate long dis-
  171. tance dialing numbers, etc., make this change:
  172.  
  173.        07FB  CD 9D 2B   to   00 00 00
  174.        0818  CD 9D 2B   to   00 00 00
  175.  
  176. ----------------------------------
  177. PATCH TO "UNDO-J"
  178.  
  179.      In past years when copying a file, you needed a lot of characters
  180. on the command line when using MODEM7.    That program was explicity for
  181. use with the PMMI S-100 modem.    Times change and so have modems.  As
  182. recently as a year or so ago, even without a PMMI modem you had to say:
  183.  
  184.        B>>COMMAND: RCT
  185.  
  186. to receive a file with CRC and then jump to terminal mode when finished.
  187. If working modem to modem, only one person could do this, the other had
  188. to be in echo mode and he had to wait until the file was finished and at
  189. that time say:
  190.  
  191.        B>>COMMAND: E
  192.  
  193. to go to echo so the two of you could talk via the keyboard and discuss
  194. the name of the next file to be sent, etc.  What a nuisance.  That has
  195. been fixed so now the person receiving the file says:
  196.  
  197.        B>>COMMAND: R
  198.  
  199. and this assumes CRC protocol and will automatically return to terminal
  200. mode upon file completion.  This allows him to select "E" or "T" or "L"
  201. originally.  This has never been possible prior to MDM730.  It is one
  202. of the finest features recently added, as no "RT" or "ST" is needed.
  203.  
  204.      This gives several advantages.  Allows automatic and simple use of
  205. modem-to-modem between two systems.  As soon as you see the transfer is
  206. done, either party can start typing without saying "are you copying this
  207. now?"  (Standard query prior to MDM730.)  It also gives a standard for-
  208. mat since when using XMODEM on RCPMs you only say "R" or "S" for normal
  209. CRC use - now you have the same commands for MODM700.  Finally the more
  210. advanced RCPM systems now use the XMODEM90 series, which tell you how
  211. long you have been on the system as soon as the file transfer is done.
  212. You can see this with the older programs when using "RT" but it is now
  213. automatic with only the standard "R".
  214.  
  215.      To accomodate those who want to return automatically to the command
  216. mode instead of terminal mode, there is now "RJ" or "SJ".  (Of course
  217. you can easily type a CTL-E if you want to go from terminal mode to
  218. command mode after the transfer is done.)
  219.  
  220.      For those who are used to using the "RT" and "ST" and don't care
  221. for the "R" or "S", here is how to "UNDO-J" to return to the older
  222. method requiring "RT" or "ST" to go to terminal mode upon file
  223. completion.  This modification defeates the feature added in MDM730.
  224.  
  225.         2AFB  CA   to    C2
  226.         4952  4A   to    54
  227.         495F  4A   to    54
  228.  
  229. ----------------------------------
  230. SUMMARY:
  231.  
  232.     Using the linking method just one time will have you wondering
  233. why it was never offered "years ago".  For example to call Compuserve
  234. you might have two numbers, one which is usually busy but is local and
  235. the second which is seldom busy but is weaker.  You could use:
  236.  
  237.        B>>COMMAND: CAL D/C
  238.  
  239. which calls your favorite (often busy) number first then tries the second
  240. one automatically.
  241.  
  242. --end--
  243.