home *** CD-ROM | disk | FTP | other *** search
/ BURKS 2 / BURKS_AUG97.ISO / BURKS / SOFTWARE / COMMS / WEAKLINK.ZIP / ADDCOM.DOC (.txt) < prev    next >
Text File  |  1987-11-21  |  3KB  |  56 lines

  1.                        Adding Communication ports
  2.  
  3.  
  4.         AC.SYS can be inserted into your CONFIG.SYS file to add non-standard 
  5. communication ports for use as COM1, COM2, COM3, or COM4.  If your serial card 
  6. uses a hardware port address which your BIOS ROM does not know then that card 
  7. will be unavailable to DOS,  The Weak Link  and  The $25 Network.  With this 
  8. program you can give the BIOS its proper address.  Serial card port addresses 
  9. are kept as follows: 
  10.  
  11.                 word at 40h:0  = COM1
  12.                         40h:2  = COM2
  13.                         40h:4  = COM3
  14.                         40h:6  = COM4
  15.  
  16.  
  17.         This program merely "pokes" a proper port address to the appropriate 
  18. memory address.  You must know your card's port address in order to use this 
  19. program.  Usually, a card will have several different address options which are 
  20. set via jumpers or DIP switches.  Your manual is usually a good place to find 
  21. this information but I have found several Taiwanese manuals with bad 
  22. information.  I have several boards which are almost identical but the later 
  23. versions have COM3 at 1F8h even though the manuals clearly state the COM3 
  24. address of the card is 2E8h.  Evidently the board was revised but not the 
  25. manual.  
  26.  
  27.         Once you find out your hardware's port address then add AC.SYS to your 
  28. CONFIG.SYS file (with the appropriate parameters) prior to The Weak Link or 
  29. The $25 Network. For example: 
  30.  
  31.                        DEVICE=AC.SYS COM2=1F8 COM3=2E8
  32.                        DEVICE=PM.SYS COM2                    <-- Weak Link
  33.  
  34.         This will add COM2 and COM3.  Characters can be entered in upper or 
  35. lower case. You cannot add the ":" to the COM name and you cannot add a space 
  36. before or after the "=" sign.  The port address must be a hex number.  If the 
  37. port address you give is not found then an error message will be printed and 
  38. that parameter will be skipped.  
  39.  
  40.         Also note that you can use this program to expand the number of 
  41. available ports beyond COM4.  Immediately after the four communication port 
  42. addresses are kept 4 parallel port addresses.  If you are using only LPT1 then 
  43. you could use the LPT4 slot as COM8, LPT3 as COM7, and LPT2 as COM6.  It would 
  44. be best to use COM8 first, then COM7, etc.  But remember that all port 
  45. addresses must be different.  Also remember that a special DOS device driver 
  46. must be written in order for DOS to use anything above COM2.  These extended 
  47. ports are only available to programs which simply need to know port addresses, 
  48. such as The Weak Link and The $25 Network.  
  49.  
  50.  
  51.                                                 Don Jindra
  52.                                                 Information Modes
  53.                                                 P.O. Drawer F
  54.                                                 Denton, Texas  76202
  55.                                                 Ph. 817-387-3339
  56.