; ; isa1port2k.inf ; ; Win2K Setup information file for Sealevel UART based serial single port ISA cards. ; This file is responsible for setting up singple port ISA Devices as COM ports. ; ; NOTE: This file will NOT work under Win9X (use oneport.inf). ; ; Copyright (C) 2000 Sealevel Systems, Inc. ; ; Modification history ; -------------------- ; June 28, 2000: Jeff Hunter ; Creation [version] signature="$Windows NT$" Class=Ports ClassGuid={4d36e978-e325-11ce-bfc1-08002be10318} Provider=%Sealevel% [Manufacturer] %Sealevel%=SeaCOM_Ports ; ; This is the list of single port ISA serial cards that we support ; [SeaCOM_Ports] %Descr3054.Port% = SeaCOM_ISA_Port, Sealevel_3054 %Descr3055.Port% = SeaCOM_ISA_Port, Sealevel_3055 %Descr3062.Port% = SeaCOM_ISA_Port, Sealevel_3062 %Descr3063.Port% = SeaCOM_ISA_Port, Sealevel_3063 %Descr3202.Port% = SeaCOM_ISA_Port, Sealevel_3202 %Descr3500.Port% = SeaCOM_ISA_Port, Sealevel_3500 %Descr3501.Port% = SeaCOM_ISA_Port, Sealevel_3501 %Descr3550.Port% = SeaCOM_ISA_Port, Sealevel_3550 %Descr3551.Port% = SeaCOM_ISA_Port, Sealevel_3551 ; ; Serial driver information. We are using the ; standard MS driver provided with Win2K. We are setting the ; cards up as standard COM ports. ; [SeaCOM_ISA_Port] Include = msports.inf Needs = ComPort.NT [SeaCOM_ISA_Port.HW] Include = msports.inf Needs = ComPort.NT.HW [SeaCOM_ISA_Port.Services] Include = msports.inf Needs = ComPort.NT.Services ; ; Strings necessary to this inf file ; [Strings] Sealevel="Sealevel Systems, Inc." Descr3054.Port="SIO-485: 1 Port RS-422/485 (3054)" Descr3055.Port="Ultra-485: 1 Port RS-422/485 (3055)" Descr3062.Port="SIO-II/CLIO: 1 Port 232/422/485/20mA (3062-CLI)" Descr3063.Port="SIO-530: 1 Port 232/530/422/485/20mA (3063)" Descr3202.Port="MIL-188: 1 Port MIL-188 (3202)" Descr3500.Port="SIO-104: 1 Port 422/485 (3500)" Descr3501.Port="SIO-104: 1 Port 232 (3501)" Descr3550.Port="Ultra SIO-104: 1 Port 422/485 (3550)" Descr3551.Port="Ultra SIO-104: 1 Port 232 (3551)"