PCIIO DOS setup Version 1.0.4 instruction: 2006/11/22

This is a DOS command line program that sets PCI IO card's uart/parallel
address to available COM/LPT ports.

To start the setup automatically, add SETIO.EXE to autoexec.bat file and
copy SETIO.EXE to c:\. Simply delete the "SETIO.EXE" line in the
autoexec.bat file if you later decide not to run it automatically.

To run the program manually, after bootup, type SETIO at the command prompt
and hit enter key.

Usage: setio [/option]

Options:
   none :no parameters, set up system COM/LPT ports
         Set PCIIO card's uart/parallel ports to available COM/LPT slots.

  /u# x :set uart port# address, #=port number, x=io address in hex.
         Assign uart port's address.
         eg. c:\>setio /u1 c400, assign 0c400h to uart port 1.

  /l# x :set par port address, #=base addr, x=ext. addr in hex.
         eg. c:\>setio /l278 678, assign 0278h as base addr and 0678h as
         extended addr for parallel port.

  /c    :show card's config. info.
         Display card's PCI bus information, IRQ, its port address and
         mapping to system COM/LPT.

  /s    :show seg40 system resources.
         Show system COM/LPT ports' address.

  /h, /?:display help message.

History
1. 2005/02/2 Version 1.0.1 released, supports IO-104.
2. 2005/5/28 Version 1.0.2 released, includes IO-102, IO-103, IO-108 support.
3. 2006/5/23 Version 1.0.3 released.
4. 2006/11/22 Version 1.0.4 released. Uart# starts from 1 instead of 0.
