; ; pcmcia2k.inf ; ; Win2K Setup information file for Sealevel UART based serial PCMCIA cards. ; This file is responsible for setting up PCMCIA Devices as COM ports. ; ; NOTE: This file will NOT work under Win9X (use one_pc.inf). ; ; Copyright (C) 2000 Sealevel Systems, Inc. ; ; Modification history ; -------------------- ; June 20, 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 PCMCIA serial cards that we support ; [SeaCOM_Ports] %Descr3600.Port% = SeaCOM_PCMCIA_Port, PCMCIA\Sealevel_Systems_Inc.-PC-SIO-485-45CB %Descr3601.Port% = SeaCOM_PCMCIA_Port, PCMCIA\Sealevel_Systems_Inc.-PC-SIO-232-CD9F %Descr3602.Port% = SeaCOM_PCMCIA_Port, PCMCIA\Sealevel_Systems_Inc.-PC-SIO-485-BAEC %Descr3603.Port% = SeaCOM_PCMCIA_Port, PCMCIA\Sealevel_Systems_Inc.-PC-SIO-232-4C85 ; ; Serial driver information. We are using the ; standard MS driver provided with Win2K. We are setting the ; cards up as standard COM ports. ; [SeaCOM_PCMCIA_Port] Include = msports.inf Needs = ComPort.NT [SeaCOM_PCMCIA_Port.HW] Include = msports.inf Needs = ComPort.NT.HW [SeaCOM_PCMCIA_Port.Services] Include = msports.inf Needs = ComPort.NT.Services ; ; Strings necessary to this inf file ; [Strings] Sealevel="Sealevel Systems, Inc." Descr3600.Port="PC-SIO: PCMCIA RS-422/485 Serial Port (3600)" Descr3601.Port="PC-SIO: PCMCIA RS-232 Serial Port (3601)" Descr3602.Port="ULTRA-PC-SIO: PCMCIA RS-422/485 Serial Port (3602)" Descr3603.Port="PC-SIO: PCMCIA RS-232 Serial Port (3603)"