; ; (c)Copyright Hewlett-Packard Co., 1989-1990 ; All Rights Reserved. ; BOARD ID = "HWP1420" NAME = "HP Internal 1200 Baud Modem (24550A)" MFR = "Hewlett-Packard Co." CATEGORY = "COM" SLOT = ISA8 COMMENTS = "The HP Internal 1200 Baud Modem provides Hayes-compatible modem capabilities and adheres to the following standards:\n \tBell 212A at 1200 bps\n \tBell 103 and \n \tBell 113 at 300 bps." ; Switch configuration block ; --------------------------- SWITCH(1) = 4 NAME = "Switch Configuration" STYPE = DIP ; VERTICAL= NO ; REVERSE = NO FACTORY = LOC(4-1) 0000 ; All default are OPEN COMMENTS= "Set switches specified as OFF to Open and ON to Closed." ; Modem board operation ; --------------------- GROUP = "Modem Options (1200 Baud)" TYPE = "COM,MDM" FUNCTION = "Modem Port" HELP = "The modem port uses the same IRQ line for COM1 and COM3 (IRQ 4), and for COM2 and COM4 (IRQ 3). Modem port settings COM1 and COM2 are recommended if there are more than two serial (COM) ports installed in your computer." CHOICE = "COM1" SUBTYPE = "COM1" LINK PORT = 03F8h-03FFh ; SHARE = NO ; SIZE = BYTE IRQ = 4 ; SHARE = NO ; TRIGGER = EDGE INIT = SWITCH(1) LOC(3-4) 10 CHOICE = "COM2" SUBTYPE = "COM2" LINK PORT = 02F8h-02FFh ; SHARE = NO ; SIZE = BYTE IRQ = 3 ; SHARE = NO ; TRIGGER = EDGE INIT = SWITCH(1) LOC(3-4) 00 CHOICE = "COM3" SUBTYPE = "COM3" LINK PORT = 03E8h-03EFh ; SHARE = NO ; SIZE = BYTE IRQ = 4 ; note: the IRQ 10 is not used by the modem ; SHARE = NO ; TRIGGER = EDGE INIT = SWITCH(1) LOC(3-4) 11 CHOICE = "COM4" SUBTYPE = "COM4" LINK PORT = 02E8h-02EFh ; SHARE = NO ; SIZE = BYTE IRQ = 3 ; Not 11 for the same reason as IRQ10 ; SHARE = NO ; TRIGGER = EDGE INIT = SWITCH(1) LOC(3-4) 01 FUNCTION = "Data Terminal Ready (DTR) Signal" HELP = "This function determines whether the modem will respond to the data terminal ready signal sent by the host computer or whether the modem will assume that the signal is always there.\n Do not force DTR = switch open (or OFF), DTR will be ON only when the modem receives the signal from the host computer. Force DTR = switch closed (or ON), the computer will assume that DTR is ON at all times." CHOICE = "Do not force DTR" LINK INIT = SWITCH(1) LOC(1) 0 ; switch 1 OPEN CHOICE = "Force DTR" LINK INIT = SWITCH(1) LOC(1) 1 FUNCTION = "Auto-Answer Mode" HELP = " Enable auto-answer mode to make the modem automatically answer incoming calls on the first ring.\n Disable auto-answer mode to answer incoming calls manually." CHOICE = "Enable" LINK INIT = SWITCH(1) LOC(2) 0 ; switch 2 OPEN CHOICE = "Disable" LINK INIT = SWITCH(1) LOC(2) 1 ; switch 2 CLOSED ENDGROUP