home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 40 / PCGAMER40.bin / patches / wireplay / wp15h4.exe / WIREPLAY / README < prev    next >
Encoding:
Text File  |  1996-12-13  |  1.5 KB  |  49 lines

  1. *****************************************************************
  2. WIREPLAY COMMS PORT SETUP.
  3. Setting up the Wireplay Software to work with non-default port
  4. settings.
  5. 6/10/96
  6. *****************************************************************
  7.  
  8. The Setup screen within the Wireplay software will allow you to
  9. select the port and speed to which your modem is connected. It
  10. will not allow you to set a non-standard port address or interrupt
  11. value.  These values can be set directly into the WIREPLAY.INI
  12. file in your Wireplay directory.  The settings are stored under
  13. the [comms] heading.
  14.  
  15. Wireplay uses the following default port settings:
  16.  
  17. Port    Addr     IRQ
  18.  ---------------------
  19. COM1    0x3F8    4
  20. COM2    0x2F8    3
  21. COM3    0x3E8    4
  22. COM4    0x2E8    3
  23.  
  24. If your machine uses different values from these defaults for the
  25. Port Address and IRQ then you can add two new fields to
  26. WIREPLAY.INI as follows:
  27.  
  28. [comms]
  29.   port=COM3      // Options : COM1, COM2, COM3, COM4
  30.   speed=19200    // Options : 9600, 19200, 38400, 57600
  31.   addr=0x3F8
  32.   irq=4
  33.  
  34. The addr field accepts several formats :
  35. 0x => Hex Address
  36. 0X => Hex Address
  37. 0  => Octal Address
  38. Other numeric values are interpreted as decimal
  39.  
  40. NOTE: If addr is zero then the default value for the port will be
  41. used.
  42.  
  43. The irq field accepts a numeric value
  44.  
  45. NOTE: If irq is zero then the default value for the port will be
  46. used.
  47.  
  48. *****************************************************************
  49.