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.DOC < prev    next >
Text File  |  2000-06-30  |  41KB  |  941 lines

  1.  
  2.                   MODM700.DOC
  3.                  Nov. 4, 1984
  4.  
  5.  
  6. MODM700 SUPPORTS AUTO-DIALING AND AUTOMATIC CONTINUOUS REDIALING FOR
  7. THE FOLLOWING MODEMS:
  8.  
  9.     SIGNALMAN ANCHOR MARK XII
  10.     HAYES SMARTMODEM 300 OR 1200 MODEMS
  11.     U. S. ROBOTICS 300/1200 MODEM
  12.     PMMI 103 S-100 PLUG-IN MODEM
  13.  
  14. IT CAN STILL BE EASILY USED WITH OTHER EXTERNAL MODEMS WITH MANUAL
  15. DIALING SUCH AS THE BELL 212A, RACAL-VADIC, ETC.  IT SUPPORTS UP TO
  16. TWO LONG-DISTANCE DIALING SYSTEMS (SUCH AS 'MCI', 'SPRINT', 'TYMNET',
  17. ETC. FOR TOUCH-TONE DIALING SYSTEMS.
  18.  
  19.  
  20. INTRODUCTION:
  21. ------------
  22.  
  23.      MODM700 enables a computer to communicate with another computer.
  24. This is normally done by using standard telephone lines but with special
  25. audio tones sending serial data.  Two common speeds are used, depending
  26. on the facilities available -- 300 Baud or 1200 Baud.  A "modem" is used
  27. which provides these audio tones.  This is an acronym for "modulator and
  28. demodulator".  The one section (modulator) provides the audio tones for
  29. sending over the telephone line and the other section (demodulator) then
  30. converts those audio tones back to digital pulses the computer uses to
  31. receive the incoming data.
  32.  
  33.      The modem itself is a hardware utility, usually costing around $75
  34. to $200 for a typical 300 Baud device and from $250 to $800 for a system
  35. offering 1200 Baud as well as 300 Baud.  Some of these (such as the PMMI
  36. S-100 modem board) plug directly into the computer itself, while others
  37. are totally independent of the computer and use an interconnect cable
  38. (usually a RS-232 type) to control the external modem.    A Bell 212A is
  39. an excellent example of this type modem.  Other examples would include
  40. the Racal-Vadic, Hayes Smartmodem, U. S. Robotics, Signalman Anchor, etc.
  41.  
  42.      The program discussed in this guide allows each computer involved
  43. to directly control its own modem, converting DC pulses into audio tones
  44. which are sent to (or received from) the telephone line.  (The standard
  45. 1200 baud transmissions use "DPSK" (dibit phase shift keying) instead of
  46. "AFSK" (audio frequency shift keying).
  47.  
  48.      For short distances, no modems are required as the computer can
  49. provide the necessary digital voltages.  This discussion is centered
  50. around systems intended for use over distances ranging from several
  51. miles to literally around the world.
  52.  
  53.  
  54.  
  55. FEATURES:
  56. --------
  57.  
  58.      A program to communicate with another computer can range from very
  59. simple to very complex.  MODM700 is one of the more complex such programs
  60. available today.  It started in 1977 as a relatively simple program.  It
  61. was called MODEM at that time.    It was intended to be used primarily as
  62. a means of exchanging programs with other people in other cities.  Since
  63. that time a number of other (very useful) features have been added, in
  64. addition to improved methods of program transfer.  A list of some of the
  65. features offered by this particular program include:
  66.  
  67.   1)  Ability to talk with another computer via keyboard at each end.
  68.       (Called the "terminal mode".)
  69.   2)  Ability to operate a remote mainframe computer such as TYM-SHAR,
  70.       or special data bank systems now commonplace.  This includes
  71.       "bulletin board" systems for receiving, sending or just read-
  72.       ing messages or other types of information.
  73.   3)  Ability to upload (send) or download (receive) programs from other
  74.       computers whether TYM-SHAR, data banks, remote hobby systems
  75.       or just another individual in another location.
  76.   4)  Ability to copy incoming information on a printer.  If the print-
  77.       er is too slow to copy the data directly, the extra characters
  78.       back into a large storage buffer until they can be printed.
  79.   5)  Ability to copy incoming data into memory for automatic transfer
  80.       to a disk file.
  81.   6)  Accomodates any computer clock speed up to 25.5 MHz. in 0.1 Mhz.
  82.       increments for uniform results.  (The clock speed is actually
  83.       of modest interest, it is only used for setting timing loops.)
  84.   7)  Advanced type of error detection (CRC or Cyclic Redundancy Check)
  85.       using automatically generated high-speed lookup tables.
  86.   8)  Ability to send any of 11 different pre-programmed function keys.
  87.       (These keys are very easy to reset, using a special external
  88.       program.)
  89.   9)  Automatic disconnect from the telephone line when using CTL-N, or
  90.       "X" as an option during file transfer.  Two other disconnect
  91.       commands with the PMMI modem.
  92.  10)  Additional features of special interest to those using the PMMI
  93.       103 S-100 plug-in modem, the U. S. Robotics 300/1200, the
  94.       Anchor Signalman Mark XII, the Hayes Smartmodem 300 or 1200
  95.       or other "Hayes-compatible" modems.  Those features basically
  96.       include automatic dialing and redialing (if requested) until
  97.       the other computer finally answers.
  98.     
  99.            a) Automatic selection of a particular phone number from
  100.           a library of names and numbers.  (These phone numbers
  101.           can be very easily changed by using a special external
  102.           program.)
  103.            b) Automatic dialing for alternate long-distance systems
  104.           (where auto-dialing touch-tone modems are used).
  105.            c) Entry of a hand-typed number.  Although it might be as
  106.           simple to manually dial the number as hand-type it, it
  107.           can then be automatically redialed indefinitely.
  108.            d) Auto-linking of 1-32 different numbers for continuous
  109.           dialing until one of the group is available.
  110.            e) Choice of beeping continuously when connected to get
  111.           the operator's attention, or beep one time and go to
  112.           terminal mode immediately to catch UNIX or IBM signon
  113.           messages that assume you can copy when connected.
  114.  
  115.  
  116. USING THE PROGRAM THE FIRST TIME:
  117. --------------------------------
  118.  
  119.      For now, we shall assume the program is ready to use on your equip-
  120. ment.  (Normally the user must make some modest changes to the program
  121. before it can be used.    This includes changing the port numbers and some
  122. other personal options.  These will be covered later in the section that
  123. describes how to adapt it to your equipment.)
  124.  
  125.      When the program is brought up is shows this display (if using the
  126. PMMI modem):
  127.  
  128.       MODM700  (type M for Menu)
  129.       Version for PMMI S-100 modem starting at port: C0H
  130.  
  131.       B>>COMMAND: x
  132.  
  133.        The cursor stops at point "x:" waiting for some sort of command.
  134. Typing a "M" followed immediately by a RETURN, shows the first page of
  135. a 4-page help guide.  If you do not have a PMMI modem, you would have
  136. seen this (or a customized heading for your particular equipment):
  137.  
  138.       MODM700  (type M for Menu)
  139.       Version for Non-Pmmi modem
  140.  
  141.       B>> COMMAND:
  142.  
  143.      In this case only a 3-page help guide is used, since the 4th page
  144. is used to assist those with the PMMI modem.  It tells them a little
  145. about changing from originate to answer mode, how to change Baud rates,
  146. how to disconnect, etc.
  147.  
  148.      Several commands are similar to those already used for CP/M, such
  149. as 'ERA', 'DIR' and the ability to change disk drives and user areas.
  150. This adds tremendous flexibility while remaining in the modem command
  151. mode.  To change disk drives, just say:
  152.  
  153.       B>>COMMAND: A: <RET>
  154.  
  155.      and you are in the same user area on the A: drive.  You can also
  156. say:
  157.       A>>COMMAND: A: 12 <RET>
  158.  
  159.      to change user areas.  When finished (using this example), say:
  160.  
  161.       A12>>COMMAND: CPM  <RET>
  162.  
  163.      and you will go back to CP/M with the original driver and user area.
  164.  
  165. OPTIONS:
  166. -------
  167.  
  168.      There are 6 primary options and 13 secondary options that may be
  169. typed on the command line.  In additon there are over 35 commands ranging
  170. from single character to three characters that can be used (such as DIR,
  171. ERA, LOG, etc.)  Those are listed on the menu.    (The exact number varies
  172. depending on whether you have the PMMI modem, etc.)
  173.  
  174.  
  175.      Primary Options:     E, L, M, R, S, T
  176.       E = Echo mode (special type of full duplex)
  177.       L = Local modem (no remote echo, half duplex)
  178.       M = Menu display showing features that are available
  179.       R = Receive a file from remote facility
  180.       S = Send a file to a remote facility
  181.       T = Terminal mode (full duplex, echo provived remotely)
  182.  
  183.      Secondary Options:  A, B, D, J, O, Q, R, S, V, X, 0, 1
  184.       A = Answer mode (used only by PMMI modems)
  185.       B = Batch mode -- allows automatic multiple file transfer
  186.         (This is normally only used from modem-to-modem as
  187.         no RCP/M system supports batch mode file transfers.)
  188.       D = Disconnect when done, stay in MODM700
  189.       J = Command mode when finished with a file transfer
  190.       O = Originate mode (used only by PMMI modems)
  191.       Q = Quiet mode, special purpose feature rarely used except if
  192.          operating through a "BYE" program.
  193.       R = Receive data shown on CRT during file transfer
  194.       S = Send data shown on CRT during file transfer
  195.       V = Visual inspection of an ASCII file being transferred.  Not
  196.          often used as most ASCII files are now "squeezed" for
  197.          minimum transfer time and disk space.
  198.       X = Exit to CP/M  when finished, disconnect from phone line
  199.       0 = Odd parity (PMMI modem)
  200.       1 = Even parity (PMMI modem)
  201.     
  202.  
  203.      Although you can get the following information from the help guide
  204. in MODM700 itself, showing it here will allow us to discuss the various
  205. features in somewhat better detail.
  206.  
  207.      (*) INDICATES PMMI, ANCHOR, HAYES AND US ROBOTICS ALL APPLY.
  208.  
  209. -   -    -   -    -   -    -   -    -   -    -   -    -   -    -   -    -   -
  210.  
  211.  
  212. THE HELP GUIDE, PAGE 1:
  213. ----------------------
  214.  
  215.          Single Letter Commands
  216.  
  217. ?  - Display current settings
  218. ^  - Function key intercept character, then (0-9)
  219. M  - Display the menu
  220. E  - Terminal mode with echo
  221. L  - Terminal mode with local echo
  222. T  - Terminal mode
  223.     For copying text to disk use T (or E or L) FILENAME.TYP
  224.     Start or Stop toggles described on subsequent screen.
  225. R  - Receive CP/M file using Christensen Protocol
  226. S  - Send CP/M file using Christensen Protocol
  227.     COMMAND: R (or S) FILENAME.TYP
  228.     R and S can use the following subcommands:
  229.        B  - Bulk transfer using wildcards (e.g., *.*)
  230.        D  -    Disconnect when done, return to command mode
  231.        Q  - Quiet mode (no messages to console)
  232.        V  - View <R> or <S> bytes on console
  233.        X  - When done, disconnect, go to CP/M
  234.  
  235.      The single letter commands may also be used on the
  236.      command line when the program is initially executed.
  237.  
  238. Hit any KEY to CONTINUE
  239.  
  240. -   -    -   -    -   -    -   -    -   -    -   -    -   -    -   -    -   -
  241.  
  242.  
  243. DISCUSSION OF HELP GUIDE PAGE 1:
  244. -------------------------------
  245.  
  246.      There are basically three types of commands that may be used with
  247. this program:
  248.          1)  Single-letter commands shown on page one.
  249.          2)  Three-letter commands shown on page 2, and
  250.          3)  Control-<char.> commands shown on page 3.
  251.  
  252.      Going down the list:
  253.  
  254.   ? - shows current parameters.  As these are closely tied in with some
  255.       of the other options, we shall show a typical example later
  256.       in this discussion.
  257.   ^ - shows the function key intercept character.  This may be easily
  258.       changed using an external program.  (You may prefer 'escape'
  259.       or some seldom used control-character.)
  260.  
  261.       NOTE:  typing this character while in the command mode will
  262.          display all the programmable function key definitions
  263.          with the exception of the log-on string which uses
  264.          CTL-L.
  265.  
  266.   M - shows the menu a page at a time.    You may abort after any page is
  267.       shown with a control-C.
  268.   E - terminal mode with echo.    When talking with another terminal also
  269.       also using MODM700 (or a comparable program), one of you must
  270.       send an "echo-back" so you can both see what the other person
  271.       is typing.  This is needed for full-duplex operation.  Usually
  272.       the person originating the call will type "E" instead of "T".
  273.       However either may do this.  If "both" use the echo mode, the
  274.       program usually starts typing a string of feedback characters
  275.       since both computers are re-sending the same character over
  276.       and over.  You can stop this by just returning to command mode
  277.       (type control-E) and then retyping "T" rather than "E".
  278.   L - terminal mode with local echo.  Shows what you are typing but does
  279.       not send an echo of the other person's typing back to him.
  280.       Can be used at both ends, in place of one person using "E".
  281.       Both "E" and "L" are useful at times for some types of modems
  282.       that do not use full-duplex, or for some main frame units that
  283.       run half-duplex.  The combination of "T", "E" and "L" gives an
  284.       excellent choice to use on various systems.  Normally the "T"
  285.       mode is sufficient except when talking with another person and
  286.       then the "E" mode at one end or "L" mode at both ends will
  287.       provide normal results.  If the remote system does not supply
  288.       a LF after a CR, you can get that from the 'TLF' command.
  289.   T - puts the program directly into "terminal mode", allowing it to
  290.       send from the keyboard to the other computer, and to copy any-
  291.       thing coming from the other computer with the exception of
  292.       file transfers (use "R" to receive those).
  293.   R - used only for receiving files from the other computer.  These are
  294.       usually sent in binary form with either checksum verification
  295.       or more commonly, CRC (Cyclic Redundancy Checking).  If ready
  296.       to receive another file, you have several choices, depending
  297.       on the program used by the other computer.   After notifying
  298.       him you are ready (or will be very shortly), you can type:
  299.  
  300.            B>>COMMAND: R HELLO.DOC <RET>
  301.  
  302.       and when he starts to send, you will receive the program which
  303.       then goes directly to the disk.  You could also have said:
  304.  
  305.            B>>COMMAND: RB <RET>
  306.  
  307.       This is called the "Batch mode" and is an extremely useful way
  308.       to receive programs automatically, from another computer using
  309.       a similar program.  He will use the batch mode for sending the
  310.       programs and that automatically provides the file names at the
  311.       receiving end.  In this manner, large numbers of programs can
  312.       be transferred completely automatically, including full disks.
  313.       (Assuming you care to pay the toll calls for the time it will
  314.       take!)
  315.  
  316.       NOTE:  The ideal way to receive batch mode would be:
  317.  
  318.            B>>COMMAND: RB <RET>
  319.  
  320.          since you may not know in advance how many programs he
  321.          will be sending.
  322.  
  323.            NOTE:  While receiving a file, any errors will be shown
  324.               on the console CRT, indicating that portion of the
  325.               program is being repeated.  If the file finishes
  326.               transferring normally, it will have been received
  327.               error-free.  Those error notices are merely to let
  328.               the user know a momentary problem caused a resend.
  329.               The error messages indicate phone line quality.
  330.  
  331.   S - used only to end programs.  Similar to "R" but sends instead of
  332.       receives.  If the other system is ready to receive, you could
  333.       then type:
  334.  
  335.            B>>COMMAND: S HELLO.DOC <RET>
  336.  
  337.       It will tell you how many records are involved and how many
  338.       minutes and seconds it will take to send the program.  If the
  339.       other system is ready to receive, it starts the transfer,
  340.       showing how many records have been sent.  If any errors occur
  341.       during transmission, it shows what they are and counts them.
  342.       It will resend any records not correctly received at the other
  343.       computer.  If too many consecutive errors occur (normally set
  344.       at 10), the transfer is terminated.  The 'batch mode' may also
  345.       be used for sending:
  346.  
  347.            B>>COMMAND: SB HELLO.*         (sending batch mode)
  348.  
  349.       will send all files starting with HELLO, or can send just one
  350.       file, or can send several non-related files in this manner:
  351.  
  352.            B>>COMMAND: SB HELLO.DOC XDIR.COM TERM.*
  353.  
  354.       etc.    Be sure to put a space between the various files.  You
  355.       can include the 'X' option:
  356.  
  357.            B>>COMMAND: SBX HELLO.* MODM700.LBR MODM700.AQM
  358.  
  359.       When the file transfer is completed it disconnects from the
  360.       phone line and reverts to CP/M.  This allows you to be absent
  361.       when the file is finished, offering an advantage when sending
  362.       lengthy files.
  363.  
  364. -   -    -   -    -   -    -   -    -   -    -   -    -   -    -   -    -   -
  365.  
  366.  
  367. THE HELP GUIDE, PAGE 2:
  368. ----------------------
  369.  
  370.         Three Letter Commands
  371.  
  372. CPM - Exit from this program to CP/M
  373. DIR - List directory and space free (may specify drive)
  374. ERA - Erase file (may specify drive)
  375. LOG - Change default drive/user no. (specify drive/user)
  376.       and reset disks.    e.g. LOG A0: or LOG B: (user # unchanged)
  377. SPD - Set speed of file output in terminal mode
  378. TIM - Select Baud rate for "time-to-send" message
  379. TCC - Toggle CRC/Checksum mode on receive
  380. TLC - Toggle local command immediate or after CTL-
  381. TLF - Toggle LF after CR in "L" or "T" mode for a disk file
  382. TRB - Toggle rubout to backspace conversion
  383. TXO - Toggle XOFF testing in terminal mode file output
  384. NUM - List remote systems
  385. SET - Set modem baud rate
  386. BYE - Disconnect, then return to CP/M
  387. CAL - Dial number
  388. DSC - Disconnect from the phone line
  389.  
  390.       The following are terminal text buffer commands:
  391.  
  392. DEL - Delete memory buffer and file
  393. WRT - Write memory buffer to disk file
  394.  
  395. Hit any KEY to CONTINUE
  396.  
  397. -   -    -   -    -   -    -   -    -   -    -   -    -   -    -   -    -   -
  398.  
  399.  
  400. DISCUSSION OF HELP GUIDE, PAGE 2:
  401. --------------------------------
  402.  
  403.   CPM - This returns to normal CP/M use, abandoning MODM700.  It does not
  404.       do a warm reboot unless selected on your overlay, saving time.
  405.  
  406.       CAUTION: It does not disconnect the modem from the phone line,
  407.            which allows intentional return to CP/M temporarily.
  408.  
  409.   DIR - Enables the user to see the library of any disk without needing
  410.       to return to CP/M first.  Can be adjusted when installing the
  411.       program to show 3, 4, or 5 groups depending on the width of
  412.       your CRT display.  Normally set to 5 for 80-column displays.
  413.       Shows the amount of disk spacing remaining on the logged-in
  414.       default drive.  (You must log in any drive you wish to write
  415.       on, or to see the correct free disk space remaining.)  See the
  416.       LOG feature below.
  417.   ERA - Enables the user to erase any files from any disk without the
  418.       need to return to CP/M first.  Wild cards (* and ?) accepted.
  419.   LOG - When a new disk is inserted, you can see the directory and read
  420.       files from it but cannot write to it without getting a "BDOS
  421.       ERR".  This command allows you to log in a new disk so you can
  422.       immediately write on it without first returning to CP/M for a
  423.       warm boot.  You can select drive and user number.  (This also
  424.       enables DIR to show the correct free disk space remaining.)
  425.       You can say:
  426.              LOG <RET> for same drive, user area, new disk
  427.              LOG A
  428.              LOG A:
  429.              LOG A14     (user areas are 0-15)
  430.              LOG A11:
  431.  
  432.   SPD - Sets the delay between characters and/or delay between lines in
  433.       the "T" mode when using control-T to upload a pre-typed file.
  434.       Since most bulletin boards and TYM-SHAR systems normally use
  435.       line editors that require a delay after they have received a
  436.       line, you can add delay between characters (in increments of
  437.       10 ms.) and/or enter delay between lines (in increments of 100
  438.       ms.).  This is preset for most systems at 50 and 500 ms.  They
  439.       can be changed at any time.  Current values can be checked by
  440.       using the  " ? " command.
  441.   TIM - This option lets you set the file transfer time from 110 Baud to
  442.       9600 Baud.  You can preset it (when installing the program) to
  443.       the value normally used, but at times it is nice to be able to
  444.       conveniently change the time shown to a different rate.  Some
  445.       initialization routines (discussed in the install section) can
  446.       make this change automatically.  This command does not show if
  447.       using the PMMI* board as the speed is automatically changed to
  448.       agree with the current Baud rate selection.  It also does not
  449.       show if the custom overlay uses the SET command to choose var-
  450.       ious Baud rates as the transfer time is changed automatically.
  451.   TCC - Most modem programs originally used simple checksum verification
  452.       of received sectors.    Most now use Cyclic Redundancy Checking
  453.       which finds certain transmission errors the simple checksum
  454.       system might overlook.  This toggle allows the user to select
  455.       checksum for those systems known to not offer CRC.  When set
  456.       normally to CRC, the program automatically switches to check-
  457.       sum after trying several times to use CRC.
  458.   TLC - Nearly all computers use "control-characters" to do various
  459.       tasks such as move the cursor around, clear the screen, reboot
  460.       the system, etc.  You might want to send a control-E character
  461.       to the local computer and not have it go to the remote system
  462.       at the same time.  Say a moment later you would like to send a
  463.       control-E only to the remote computer.  You would do this:
  464.  
  465.            control-E          (goes to local computer only)
  466.            control-^ control-E    (goes to the remote computer only)
  467.  
  468.       You can reverse the TLC toggle causing this response:
  469.  
  470.            control-E          (goes to remote computer only)
  471.            control-^ control-E    (goes to the local computer only)
  472.  
  473.       All other control-chars. would operate in a similar manner.
  474.       This gives extra flexibility in using this program for special
  475.       systems like TYM-SHAR, etc.
  476.  
  477.       NOTE:  If using control-^ is awkward, you can pick a different
  478.          character when installing the program initially.
  479.  
  480.   TLF - If sending a file while in terminal mode (via CTL-T option) most
  481.       mainframe computers will not want you to send a line feed.  As
  482.       all editors include the LF after CR, you have the option with
  483.       this toggle of sending or not sending a line feed.  If typing
  484.       manually in the "T" mode, you can get a line feed with CTL-J.
  485.       It is automatically included after CR with "L" or "E" modes.
  486.   TRB - Allows the rubout char. to be changed to backspace if desired.
  487.   TXO - Used when uploading pre-typed text files to other systems such
  488.       as TYM-SHAR or bulletin boards, etc.    Most of those have line
  489.       editors that take a moment to move the line you just finished
  490.       from their edit buffer into memory.  The XOFF character halts
  491.       your system from sending until it is ready for a new line.
  492.       Used only in the terminal mode.
  493.   NUM - Not shown if using PMMI*.  This shows the non-PMMI* people the
  494.       phone library numbers which can be used for manual dialing.
  495.   SET - Not shown if using PMMI, or if SETUPR is set to "NO" (indicating
  496.       no user routine in the overlay for choosing different speeds.)
  497.   BYE - Disconnects the modem from the phone line, closes any file that
  498.       may be open and returns to CP/M.
  499.   CAL - PMMI* command, shows the phone library for auto-dialing.  If not
  500.       using a PMMI*, this will not be shown, instead NUM is shown.
  501.       It displays the telephone library.  (Non-PMMI users will find
  502.       the NUM display beneficial as it can display useful phone num-
  503.       bers for manual dialing.)
  504.  
  505.     NOTE:  Use the phone number overlay to easily change the numbers
  506.            that are stored.  This overlay also accesses up to two
  507.            alternate long distance dialing systems for the touch-
  508.            tone auto-dialing modems.  You can also use an external
  509.            program called M7LIB to rapidly change any phone numbers.
  510.  
  511.   DSC - Disconnects the modem from the phone line whenever selected.
  512.   DEL - If copying incoming information into memory, and you decide you
  513.       do not want to bother saving it to disk after all, this closes
  514.       (and then deletes) the disk file you had opened.
  515.   WRT - saves what you have been copying to the disk file already opened
  516.       for that purpose.  When returning from the "T" mode to command
  517.       mode, a warning is shown that you may lose what has been saved
  518.       unless you use WRT (write to disk).
  519.  
  520. -   -    -   -    -   -    -   -    -   -    -   -    -   -    -   -    -   -
  521.  
  522.  
  523. THE HELP GUIDE, PAGE 3:
  524. ----------------------
  525.  
  526.   Local Commands while in Terminal Mode
  527.  
  528.   CTL-@  - Send a break tone for 300 ms.
  529.   CTL-B  - Change Baud rate (PMMI only)
  530.   CTL-E  - Exit to command mode
  531.   CTL-L  - Send log-on message
  532.   CTL-N  - Disconnect from the phone line
  533.   CTL-P  - Toggle printer
  534.   CTL-Y  - Start copy into buffer
  535.   CTL-R  - Stop copy into buffer
  536.  
  537.         Start & Stop may be toggled as often as desired.
  538.         A ":" at start of line indicates buffer is copying.
  539.         XOFF automatically used to stop input when writing
  540.            full buffer to disk, XON sent to resume.
  541.  
  542.   CTL-T  - Transfer ASCII file to remote
  543.  
  544.   CTL-^  - Send local control character to remote
  545.  
  546. -   -    -   -    -   -    -   -    -   -    -   -    -   -    -   -    -   -
  547.  
  548.  
  549. DISCUSSION OF HELP GUIDE, PAGE 3:
  550. --------------------------------
  551.         
  552.   CTL-@  - Sends a break character to the other computer.  Used in some
  553.          TYM-SHAR systems, etc.  (Used only in PMMI mode)
  554.   CTL-B  - PMMI command, changes the Baud rate from 110-710, in addition
  555.          changes the file transfer time accordingly.
  556.   CTL-E  - Returns to command modem from "T", "L", "E" modes.
  557.   CTL-L  - Will send the log-on message if TRANLOGON is set YES and a
  558.          message has been included in the LOGON area.  Can use this
  559.          feature to sign on various bulletin board systems, although
  560.          that would require an identical password on each.
  561.   CTL-N  - Disconnect the modem from the phone line.  (CTL-D had been
  562.          used for this command, but it was too easy to accidently
  563.          type CTL-D when expecting to hit CTL-S or CTL-E or CTL-X.
  564.          You can easily change this to whatever you like in the
  565.          overlay you use for your equipment.)
  566.   CTL-P  - Toggles the printer on-off.    Very useful feature.  Similar to
  567.          normal control-P but in this case if the modem is running
  568.          faster than normal printer speed, the characters just back
  569.          into a special buffer while the printer tries to catch up.
  570.          Most dot matrix printers are considerably faster than most
  571.          telephone modems, however.  Can be toggled at any time you
  572.          are in the "T", "L" or "E" modes.    Often used to copy items
  573.          from bulletin boards, etc. that are not worth permanently
  574.          saving on disk.
  575.   CTL-Y  - Used only in terminal mode.    If a file was opened prior to
  576.          going to "T" (terminal) mode, nothing will be saved until
  577.          control-Y is typed.  This places a ";" (semicolon) at the
  578.          start of each new line, indicating the memory is "hot" and
  579.          is now copying for saving to a file.  You can toggle this
  580.          off by using control-R.
  581.  
  582.        NOTE:  To open a file use:  COMMAND: T FILENAME.EXT <cr> and
  583.           then CTL-Y and CTL-R will control what is copied to
  584.           be placed in that file.
  585.  
  586.   CTL-R  - Stops the copy into memory, shuts off the ";" at start of
  587.          each line.  These two commands (CTL-Y to start, and CTL-R
  588.          to stop) control what is being saved.  When returning to
  589.          command (via CTL-E), you will then be warned to save the
  590.          information to disk via the WRT command or it will likely
  591.          be lost.  (You may never use CTL-R although CTL-Y is re-
  592.          quired to commence saving to memory for the disk file you
  593.          previously opened.)
  594.  
  595.             (These commands -- CTL-P, CTL-Y and CTL-R give
  596.             MODM700 tremendous versatility.  You can copy
  597.             incoming data either to disk or to printer (or
  598.             both).  A 300 Baud Teletype Model 43, for example,
  599.             can be used with a modem running at 1200 Baud.
  600.             The printer falls behind, but misses nothing as it
  601.             eventually catches up with the contents of the
  602.             large buffer.) 
  603.  
  604. -   -    -   -    -   -    -   -    -   -    -   -    -   -    -   -    -   -
  605.  
  606.  
  607. THE HELP GUIDE, SPECIAL PMMI PAGE:
  608. ---------------------------------
  609.  
  610.       Additional Subcommands for PMMI Modems
  611.  
  612. Modem control:
  613.   A - Answer tone for send or receive
  614.   O - Originate tone for send or receive
  615.  
  616. Parity options:
  617.   1 - Set and check for odd parity
  618.   0 - Set and check for even parity
  619.      Both ends must be capable of these options
  620.      which are available only in R and S modes.    
  621.      The parity checking will be part of the
  622.      file transfer protocol.
  623.  
  624. Speed Options:
  625.       After entering your primary and secondary options,
  626.       you can set the modem speed by placing a "." after
  627.       the options followed by the speed e.g., 300, 1200.
  628.  
  629.       EXAMPLE:    SBOT.600 will set the modem for 600 baud
  630.  
  631.  
  632. Hit any KEY to CONTINUE
  633.  
  634. -   -    -   -    -   -    -   -    -   -    -   -    -   -    -   -    -   -
  635.  
  636.  
  637. DISCUSSION OF HELP GUIDE, SPECIAL PMMI PAGE:
  638. -------------------------------------------
  639.  
  640.      When using MODM700 with the PMMI board, you will either dial out or
  641. (far less likely) answer some incoming call.  Since the unit will be in
  642. "originate mode" about 98% of the time, it is set to automatically come
  643. up in the originate mode at default speed (300 Baud) whenever a call has
  644. been completed.  If you want to use answer mode, you need to use the "A"
  645. command.  If a speed is not included, it will stay at the default speed.
  646.  
  647.      Until a connection has been made, there are no tones applied to the
  648. line.  Originate tones at 300 Baud are automatically added at that time.
  649.  
  650.      In addition to telling the PMMI modem if it should use originate or
  651. answer tones, you can tell it what Baud rate to use.  A typical command
  652. (once connection is made to another modem) would be:
  653.  
  654.            B>>COMMAND: O.600 <RET>
  655.  
  656.      This puts the tones on the phone line for originate and at the
  657. same time sets the PMMI board for 600 Baud.   Another typical response
  658. might be:
  659.  
  660.            B>>COMMAND: RAB.450 <RET>
  661.  
  662.      This places the answer tones on the phone line, sets the program
  663. for receiving batch mode at 450 Baud.  It returns to the terminal mode
  664. when the transfer is completed.
  665.  
  666.      Other optional PMMI commands seem self-explanatory, such as dis-
  667. connect, etc.
  668.  
  669. -   -    -   -    -   -    -   -    -   -    -   -    -   -    -   -    -   -
  670.  
  671.  
  672. PMMI, ANCHOR, HAYES AND ROBOTICS AUTO-DIALING AND AUTO-REDIALING:
  673. ----------------------------------------------------------------
  674.  
  675.      There are several very useful and versatile features offered for
  676. the PMMI, Anchor, Hayes and Robotics users.  These include alternate
  677. long distance dialing systems.
  678.  
  679.      There are several ways to auto-dial.
  680.  
  681.       1) from the command line
  682.       2) from the phone number library line
  683.  
  684.      In addition you can auto-redial from either of these lines.  Once
  685. the number has auto-dialed and there is no answer, it will ask you if
  686. you want it to continuously auto-redial until it does receive an answer
  687. (or you decide to abort).
  688.  
  689.      To get the phone library, type CAL <ret> on the command line.  You
  690. then normally just type the alphabetic character at the start of the ap-
  691. propriate line.  It will show the number being dialed.    You can also do
  692. this from the main command line if you know in advance what alphabetic
  693. character is associated with that particular number:
  694.  
  695.            B>>COMMAND: CAL P <RET>
  696.  
  697.      This calls up the "P" line in the library and dials that number,
  698. then if busy asks if you want it to continue redialing.  You can use:
  699.  
  700.            B>>COMMAND: CAL 313-749-6569 <RET>
  701.  
  702.      and it will dial the number specified.  You can then do either of
  703. these on the library command line, as well.  This gives a tremendous
  704. versatility.
  705.  
  706. NOTE:    To access the alternate long distance dialing systems (up to two
  707.     are offered), use the phone number overlay and fill in the infor-
  708.     mation regarding your access number, billing number, etc.  It
  709.     will then show how to enter a special character ahead of each
  710.     phone number where alternate long distance system is desired.
  711.     This only works where touch-tone systems are in use.
  712.  
  713.  
  714. -   -    -   -    -   -    -   -    -   -    -   -    -   -    -   -    -   -
  715.  
  716. AUTO-LINKING PHONE NUMBERS:
  717. --------------------------
  718.  
  719.      If the number you want to dial is busy, you would like to have it
  720. automatically redialed until it answers.  However, you might like to
  721. call any of a group of numbers and be happy to take whichever one first
  722. becomes available.  Auto-linking allows a group of numbers to be listed
  723. and they are then continuously dialed one after the other, until one is
  724. available.
  725.  
  726.      MODM700 permits from 1-32 numbers to be linked together in any way.
  727. There are two options:
  728.  
  729.        B>>COMMAND: CAL A,D,R,3,Z         1)
  730.        B>>COMMAND: CAL F,             2)
  731.     
  732.        B>>COMMAND: CAL A/D/R/3/Z         3)
  733.        B>>COMMAND: CAL F/             4)
  734.  
  735.        B>>COMMAND: CAL A,D,A,R,A,3,A,Z   5) 
  736.  
  737.        B>>COMMAND: CAL F             6)
  738.  
  739.  
  740.     1) using a comma (,) will beep continuously when connected to
  741.        the first available number - touching any key stops the beep
  742.        and goes to terminal mode.
  743.  
  744.     2) just the one number is linked to itself and redials until
  745.        connected.  Beeps continuously until stopped with any key.
  746.  
  747.     3) using a slash (/) will beep only once when connected and then
  748.        automatically go directly to terminal mode - this is useful
  749.        where some mainframes such as IBM and UNIX send a logon note
  750.        assuming you are already able to copy as soon as connected.
  751.  
  752.     4) just the one number is linked to itself and redials until
  753.        connected.  Beeps only once and goes to terminal mode.
  754.  
  755.     5) illustrates how one number can be given top priority.
  756.  
  757.     6) system used previously - if connected on first try, beeps one
  758.        time and jumps directly to terminal mode.  If no connection,
  759.        asks the operator if he wants to try again or try continuous-
  760.        ly until a connected is made - at which time it beeps until a
  761.        key is depressed.
  762.  
  763.      NOTE: If for some reason using ',' or '/' for linking delimiters is
  764.        unsuitable (some exhanges require things like '9,' to get out
  765.        of the local system), you can change either of the delimiters
  766.        to any other character you prefer:
  767.  
  768.         04FD  2F   ASCII  /  (slash)
  769.         0502  2C   ASCII  ,  (comma)
  770.  
  771.        If using DDT, then:  SAVE 73 MODM700.COM
  772.  
  773. -   -    -   -    -   -    -   -    -   -    -   -    -   -    -   -    -   -
  774.  
  775.  
  776. CASCADING COMMANDS:
  777. ------------------
  778.  
  779.      Several commands may be used on the same line.  Ones normally used
  780. are:  A, B, D, E, J, L, O, Q, R, S, T, V, X (and Baud rate if PMMI).
  781.  
  782.      A typical PMMI selection might be: RABQJ.300
  783.  
  784.      The commands have been listed previously but will be listed here
  785. again:
  786.  
  787.     A) answer tones for PMMI S-100 modem, puts tones online.
  788.     B) batch mode  (must be used at both ends if used at all)
  789.         (usually only available modem-to-modem with operators
  790.         present at each end.)
  791.     E) echo mode for conversing with a system not offering echo.
  792.     J) will return you to the command mode after a file transfer.
  793.     L) local echo shows what you are sending if no remote echo.
  794.     O) originate tones for PMMI S-100 modem, puts tones online.
  795.     Q) quiet mode, suppresses messages on local console.
  796.     R) receive file transfers with CRC or checksum protocol.
  797.     S) send file transfers, also shows transfer time.
  798.     T) terminal mode - operates computer at other end like a remote
  799.           terminal.  Also stands for "text mode".  When in "T" mode
  800.           you can copy incoming to printer or to disk, and send pre-
  801.           typed ASCII text files via CTL-T.
  802.     V) visual -- lets you see incoming ASCII files while being sent
  803.           to the disk system.
  804.  
  805.     NOTE:  The Baud rate is only used for the PMMI S-100 modem.
  806.            Many of the custom overlays allow use of the SET
  807.            command to change Baud rate with non-PMMI modems.
  808.  
  809. -   -    -   -    -   -    -   -    -   -    -   -    -   -    -   -    -   -
  810.  
  811.  
  812. TYPICAL PARAMETERS SHOWN BY THE "?" COMMAND:
  813. -------------------------------------------
  814.  
  815. B>>COMMAND: ? <RET>
  816.  
  817. Mode: CRC
  818. Rub is backspace
  819. Printer buffer is OFF
  820. Modem speed is 300 baud
  821. Terminal mode file buffer is inactive
  822. Unused portion of buffer is 16384 bytes
  823. Use CTL-^ to send local command to remote
  824. LF NOT sent after CR in "L" or "T" for a disk file
  825. XOFF testing NOT used in terminal mode file output
  826. XON NOT automatically tested after CR in terminal mode file output
  827.  
  828. Char. delay (terminal file mode) is:  50 ms. per character
  829. Line  delay (terminal file mode) is: 500 ms. per character
  830.  
  831. -   -    -   -    -   -    -   -    -   -    -   -    -   -    -   -    -   -
  832.  
  833.  
  834. DISCUSSION OF TYPICAL PARMETERS SHOWN BY THE "?" COMMAND:
  835. --------------------------------------------------------
  836.  
  837.      By this time, most of these parameters are self-explanatory.  They
  838. primarily show how the options and toggles have been set.  The user can
  839. check on any of the major parameters at any time by:
  840.  
  841.       1) Typing control-E to return to command mode and
  842.       2) Typing  ?    to see the list of current parameters.
  843.  
  844. -   -    -   -    -   -    -   -    -   -    -   -    -   -    -   -    -   -
  845.  
  846.  
  847. FUNCTION KEYS:
  848. -------------
  849.  
  850.      There are 10 function keys which may be easily programmed with an
  851. external file called M7FNK.COM in just a few moments.    It makes the
  852. changes directly to the MODM700.COM file.  (There is an additional CTL-L
  853. log-on selection that is programmable in your overlay.)
  854.  
  855.      To view the contents of the function keys, type 'M' for menu while
  856. on the command line and it will show the character currently used for
  857. the function key intercept.  (It will be '^' unless you select another.)
  858. You could then type that character (followed by <CR>) on the command
  859. line and it will display the entire contents of the function keys.
  860.  
  861. -   -    -   -    -   -    -   -    -   -    -   -    -   -    -   -    -   -
  862.  
  863.  
  864. CHANGING THE PHONE NUMBER LIBRARY:
  865. ---------------------------------
  866.  
  867.      The phone numbers in the library may be easily changed using an
  868. external file called M7LIB.COM.  This permits any of the 36 phone num-
  869. bers to be changed in only a few seconds.  It works directly on the
  870. MODM700.COM file.  If extensive changes are to be made, you may prefer
  871. to use an overlay file called M7NM-6.ASM.  This permits using your
  872. editor to make quick and selective changes, or to substitute an entire
  873. new library.  (You may need to add or remove things like '1-' for long
  874. distance dialing in your area.)  That file also is used to set the
  875. alternate long-distance dialing routines for SPRINT, MCI, TYMNET, etc.
  876.  
  877. -   -    -   -    -   -    -   -    -   -    -   -    -   -    -   -    -   -
  878.  
  879. RETRY OPTION:
  880. ------------
  881.  
  882.      The consecutive error limit has been set to 10.  When transferring
  883. files from RCPM systems their XMODEM program aborts should this limit be
  884. reached.  Each overlay has an option previously called ACKNAK.    This has
  885. bee renamed to RETRY.  It should be set NO if working RCPM systems or
  886. other computers with a program similar to MDM7.
  887.  
  888.      Large mainframe computers do get busy at times and will not
  889. accept additional information.  This may give timeout errors at your
  890. end, but not at the mainframe.  If RETRY is set YES, after 10
  891. consecutive errors it then asks if you wish to reset the error
  892. counter and keep trying.  It should take some 100 seconds to get
  893. 10 consecutive errors in this situation. 
  894.  
  895. -   -    -   -    -   -    -   -    -   -    -   -    -   -    -   -    -   -
  896.  
  897.  
  898. INSTALLING THE PROGRAM:
  899. ----------------------
  900.  
  901.      Although this is obviously the very first thing that needs to be
  902. done, it was saved until last for several reasons.  The most important
  903. of these was the need to first explain what some of the options will do
  904. when selected.
  905.  
  906.      By this time you should have a fairly good idea what options
  907. will work best for your particular application.  When you look at the
  908. beginning of the program where the these are selected, you should find
  909. it rather easy to pick the ones that are most useful.
  910.  
  911.      There are various ways to change the program to suit a specific
  912. user.  You are offered several methods.  The "easy way" is to get the
  913. MODM700.COM file plus the appropriate overlay for your computer.  You
  914. then edit the overlay (if needed) to suit your local needs, assemble it
  915. to get a .HEX file then use the simple instruction and DDT.COM to com-
  916. bine the standard MODM700.COM file with your overlay.  The front end of
  917. each overlay contains all the information in the front of the MODM700
  918. source code itself.  (Read the special message that gives the latest
  919. information and tells how many pages to SAVE, many of the illustrations
  920. say 66 pages, but the program has grown to 73 since that time.)
  921.  
  922.      Generally no changes need to be made in specific overlays unless
  923. you have some particular requirement different from others using the
  924. same equipment.  (Such as the log-on message, for example.)  You may
  925. also wish to say "YES" to the AUTODIAL question, which might be cur-
  926. rently set "NO".
  927.  
  928.      The "hard way" would be to get the 158k MODM700.ASM source code
  929. and then edit it to suit.  This is quite unsatisfactory for most users
  930. as it will not contain the information peculiar to your computer (which
  931. is in the individual overlay you select otherwise.) 
  932.  
  933.      Thus various methods are available, one of which should provide the
  934. easiest method for your system. 
  935.  
  936. NOTE:    Although designed with special emphasis on the auto-dialing and
  937.     redialing capability of the PMMI, Anchor, Hayes or Robotics, it
  938.     works quite well on non-PMMI modems.
  939.  
  940. --end--
  941.