home *** CD-ROM | disk | FTP | other *** search
- *****************************************************************
- WIREPLAY COMMS PORT SETUP.
- Setting up the Wireplay Software to work with non-default port
- settings.
- 6/10/96
- *****************************************************************
-
- The Setup screen within the Wireplay software will allow you to
- select the port and speed to which your modem is connected. It
- will not allow you to set a non-standard port address or interrupt
- value. These values can be set directly into the WIREPLAY.INI
- file in your Wireplay directory. The settings are stored under
- the [comms] heading.
-
- Wireplay uses the following default port settings:
-
- Port Addr IRQ
- ---------------------
- COM1 0x3F8 4
- COM2 0x2F8 3
- COM3 0x3E8 4
- COM4 0x2E8 3
-
- If your machine uses different values from these defaults for the
- Port Address and IRQ then you can add two new fields to
- WIREPLAY.INI as follows:
-
- [comms]
- port=COM3 // Options : COM1, COM2, COM3, COM4
- speed=19200 // Options : 9600, 19200, 38400, 57600
- addr=0x3F8
- irq=4
-
- The addr field accepts several formats :
- 0x => Hex Address
- 0X => Hex Address
- 0 => Octal Address
- Other numeric values are interpreted as decimal
-
- NOTE: If addr is zero then the default value for the port will be
- used.
-
- The irq field accepts a numeric value
-
- NOTE: If irq is zero then the default value for the port will be
- used.
-
- *****************************************************************
-