home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / modems / modem / baudset.lbr / BAUDSET.DZC / BAUDSET.DOC
Text File  |  1987-10-18  |  4KB  |  102 lines

  1. BAUDSET.DOC  from BAUDSET.LBR
  2.  
  3. SUBJECT: BAUDSET.COM, baudrate setting program created using
  4.      IMP overlays
  5.  
  6. IMP is Irv Hoff's modem communication program.    IMP overlays can be
  7. found on most public RCP/M systems.  BAUDSET uses the overlays, not
  8. the IMP program itself.
  9.  
  10. BAUDSET is a program that can be used to set baudrates for a wide
  11. variety of CP/M computer systems.  It requires that the IMP overlay
  12. specific for your computer system be overlaid on the BAUDSET.COM
  13. distributed with this .LBR file.  Procedure for overlayment is
  14. described in the header of each IMP overlay source file, and
  15. consists of steps (3) and (4) in the instructions below contained
  16. in the section entitled "TO ASSEMBLE AND OVERLAY".
  17.  
  18. BAUDSET achieves its great generality by virtue of ability to use
  19. any standard IMP overlay.  This will allow setting of baudrates
  20. to whatever settings are allowed in the overlay.
  21.  
  22. If this program fails in any way to function properly with any
  23. sound IMP overlay, please let me know.    I will do what I can to
  24. fix BAUDSET so all who are interested in the program and what it
  25. does can benefit.
  26.  
  27.                 26-Sep-87    Jerry Levy
  28.                         1129 Dundee Drive
  29.                         Dresher, PA 19025
  30.                         215 657-0898 (voice)
  31.  
  32. BAUDSET identifies your system by making use of the sign-on
  33. string in the overlay.    Remember to look over the IMP overlay and
  34. set any equates neded to customize for your setup before
  35. assembling.  It is suggested you customize even though most
  36. settings are not required by the few subroutines used by us.
  37. Some things, however, like slot number, must be set correctly if
  38. your system uses them.
  39.  
  40. I thought this approach was a neat way to arrive at a fairly
  41. general baudrate setting program even if most IMP inserts don't
  42. allow for the complete range of standard baudrates.  It's easy to
  43. add new ones.  As for me, I needed something to reset baudrates
  44. for non-modem use of my serial I/O port.  In my case I added all
  45. other baudrates I needed and I also added 7E1 and 8N1 data-word-
  46. format selection which additionally I had a need for.
  47.  
  48. OVERLAY SIZE:  The standard IMP overlay, for use with IMP itself,
  49. cannot extend beyond 3FFH (or is it 400H).  It loads from 0100H-3FFH.
  50. BAUDSET can accept larger overlays (that run from 0100H-059FH).
  51. This allows for addition of more baudrates, etc., to the overlay.
  52. Not unreasonable since we are using it as a baudrate setter.
  53.  
  54. Please contact me if you encounter any problem with this program
  55. for any IMP overlay.  I will adjust this program as necessary.
  56.  
  57. TO ASSEMBLE AND OVERLAY
  58.      You need MAC and RMAC (DRI)
  59.           LINK     (DRI)
  60.           MLOAD     (NightOwl Software)
  61.           SYSLIB.REL (Echelon)
  62.  
  63.      Edit the IMP overlay exactly as you would to install IMP.    Then:
  64.  
  65.     (1) RMAC BAUDSET $PZSZ
  66.     (2) LINK BAUDSET,SYSLIB[S]
  67.     (3) MAC IMPOVLY.ASM $PZSZ    Use whatever overlay applies
  68.     (4) MLOAD BAUDSET.COM=BAUDSET.COM,IMPOVLY.HEX
  69.  
  70. After overlayment, affords a ready-to-use overlaid file named
  71. BAUDSET.COM.
  72.  
  73. Any overlaid file may be re-overlaid with another IMP overlay by
  74. doing steps (3) and (4) without repeating steps (1) and (2).
  75.  
  76.  
  77.              FILES IN BAUDSET.LBR
  78.  
  79. BAUDSET.DOC    This File
  80.  
  81. BAUDSET.ASM    Source for the main program
  82.  
  83. BAUDSET.COM    Baudsetting program customized for ALS CP/M Card on
  84.         Apple ][ with Apple Super Serial Card.    The overlay
  85.         used for this is an elaborated version of the I2AP-10
  86.         overlay that pertains to a whole host of Apple ][
  87.         CP/M cards and serial I/O cards.  You should overlay
  88.         this with the IMP overlay .HEX file for your computer
  89.         to customize for your particular computer setup.
  90.  
  91. IMP-OVL.HEX    From I2AP-10, but after modified by adding baudrates,
  92.         etc.  For Apple ][ with ALS CP/M Card and Apple SSC.
  93.         As large as we can be and still be usable as IMP
  94.         overlay.  You can use this with IMP or BAUDSET.
  95.  
  96. BDSETOVL.HEX    Same, but has more settings.  Too large for IMP but
  97.         OK to use with BAUDSET.COM.  This is what was used
  98.         as overlay to arrive at BAUDSET.COM, above.
  99.  
  100. MLOAD24.COM    To use for doing overlayment.
  101.                               -JL
  102.