home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / chip / carbcopy / install / setcom.tx_ / setcom.tx
Text File  |  1995-12-11  |  2KB  |  59 lines

  1. USING THE SETCOM UTILITY (USING COM3 OR COM4)
  2. =============================================
  3.  
  4. When to use SETCOM
  5. ------------------
  6.      In many systems Windows will not recognize serial ports COM3
  7.      and COM4.  This is usually because the port addresses have not
  8.      been written into the BIOS data area by the machine's BIOS at
  9.      boot time.  This problem may be solved by running SETCOM
  10.      before you run Windows.  SETCOM will store either a default PC
  11.      COM port address or a custom port address into your BIOS data
  12.      area, allowing Windows to find and use the port.
  13.  
  14.      In most cases you will need only the default address for the
  15.      port you will be using.  For example, if you want to run
  16.      Windows and need to use COM3, before starting windows type:
  17.  
  18.                 SETCOM 3
  19.  
  20.      If you also need COM4, type...
  21.  
  22.                 SETCOM 4
  23.  
  24.      These commands may also be placed in your AUTOEXEC.BAT file so
  25.      that they take effect each time your PC is powered on.
  26.  
  27.      You may use SETCOM for any port, COM1 through COM4, though you
  28.      will usually only need it for COM3 and COM4.
  29.  
  30.  
  31. Custom Addresses
  32. ----------------
  33.      If you have a serial communications board which is set to a
  34.      non-standard address, you may use SETCOM to let Windows know
  35.      about it.  Type SETCOM followed by the port number and the
  36.      address.  For example:
  37.  
  38.                 SETCOM 3 300
  39.  
  40.      This writes the HEX value '300' in the third port address
  41.      position (40:04 - 40:05) in your system's BIOS data area. 
  42.      Refer to the manual for your serial board to determine the
  43.      address to use.
  44.  
  45.  
  46. Using "Custom" Port Settings
  47. ----------------------------
  48.      Your serial board may also require a different IRQ setting.
  49.      You may set your IRQ and address by selecting CUSTOM in Port
  50.      Settings under Options in the Carbon Copy main menu.  Refer to
  51.      the User Guide for more information.
  52.  
  53.      Keep in mind however, that even if you use the Custom settings
  54.      selection in Carbon Copy for Windows, you will still need to
  55.      properly set your port address using SETCOM before Windows is
  56.      loaded when using COM3 or COM4.
  57.  
  58. End of File
  59.