                             README
                                                                        
The purpose of this utility is to assigns I/O port and IRQ resource for 
Plug and Play modem card on your PC system. It can config up to 8 Plug
and Play modem cards at the same time. The utility recognized the modem
card by search the "MODEM" keyword in the Device Description string of
modem card's Plug and Play resource data.

    Syntax : SETMODEM [/Q] [/C:x] [/I:y] [...]
             /Q => Disables display banner message
             /C:x => COM port number, range : 1~8
                COM 1 I/O address = 3F8H
                COM 2 I/O address = 2F8H
                COM 3 I/O address = 3E8H
                COM 4 I/O address = 2E8H
                COM 5 I/O address = 3F0H
                COM 6 I/O address = 2F0H
                COM 7 I/O address = 3E0H
                COM 8 I/O address = 2E0H
		     /I:y => IRQ number, range : 2,3,4,5,7,10,11,12

If no parameter is specified, the utility will automatically assign COM 
port and IRQ as following priority according to the sequence of the modem
card that found by Plug and Play isolation procedure.

        1st Priority    COM1    3F8H/IRQ4
        2nd Priority    COM2    2F8H/IRQ3
        3rd Priority    COM3    3E8H/IRQ5
        4th Priority    COM4    2E8H/IRQ2
        5st Priority    COM5    3F0H/IRQ7
        6nd Priority    COM6    2F0H/IRQ10
        7rd Priority    COM7    3E0H/IRQ11
        8th Priority    COM8    2E0H/IRQ12
        
