genedge.inf Driver File Contents (Blackbox_Serial_to_USB_Director.zip)

;
;	FILE: 	GENEDGE.INF for Windows 95
;
;	Inside Out Networks Edgeport Installation Script
;
;	Copyright 1997-2003 Inside Out Networks, Inc.
;

[Version]
Signature="$CHICAGO$"
Class=USB
Provider=%CompanyName%

;
; This is undocumented but is present in the MS sample .INF for USB peripherals...
;

[PreCopySection]
HKR,,NoSetupUI,,1


;
;----------------------------------------------------------------
; This section serves as the Table of Contents, with one line per
; manufacturer. The format is:
;
;	<ManufacturerName> = ManufacturerSectionName
;

[Manufacturer]
"%MfgName%"=InsideOut

;
;----------------------------------------------------------------
; This section lists the various devices, one per line, that may be
; installed for each manufacturer. The format is:
;
;	<ProductName> = <ProductSection>, <DeviceId> [, <CompatibleDeviceId> ]*
;

[InsideOut]
; 930 based
%Ep4DeviceName%     = EdgePort.Install, USB\VID_1608&PID_0801
%Ep4tDeviceName%    = EdgePort.Install, USB\VID_1608&PID_0804
%Ep2DeviceName%     = EdgePort.Install, USB\VID_1608&PID_0805
%Ep4iDeviceName%    = EdgePort.Install, USB\VID_1608&PID_0806
%Ep2iDeviceName%    = EdgePort.Install, USB\VID_1608&PID_0807
%Ep421DeviceName%   = EdgePort.Install, USB\VID_1608&PID_080C
%Ep21DeviceName%    = EdgePort.Install, USB\VID_1608&PID_080D
%Ep4DeviceName%     = EdgePort.Install, USB\VID_1608&PID_080E
%Ep8DeviceName%     = EdgePort.Install, USB\VID_1608&PID_080F
%Ep2D8DeviceName%   = EdgePort.Install, USB\VID_1608&PID_0810
%Ep4D8DeviceName%   = EdgePort.Install, USB\VID_1608&PID_0811
%Ep416DeviceName%   = EdgePort.Install, USB\VID_1608&PID_0812
%Ep8iDeviceName%    = EdgePort.Install, USB\VID_1608&PID_0814
%Ep412DeviceName%   = Edgeport.Install, USB\VID_1608&PID_0818
%Ep412DeviceName%   = Edgeport.Install, USB\VID_1608&PID_0819
%Ep22iDeviceName%   = Edgeport.Install, USB\VID_1608&PID_081A

; Ti based
%Ep4DeviceName%     = EdgePort.Install, USB\VID_1608&PID_0A01
%Ep2DeviceName%     = EdgePort.Install, USB\VID_1608&PID_0A05
%Ep8DeviceName%     = EdgePort.Install, USB\VID_1608&PID_0A0F
%Ep1DeviceName%     = EdgePort.Install, USB\VID_1608&PID_0A15
%Ep42DeviceName%    = Edgeport.Install, USB\VID_1608&PID_0A17
%Ep2cDeviceName%    = Edgeport.Install, USB\VID_1608&PID_0A1B
%Ep221cDeviceName%  = Edgeport.Install, USB\VID_1608&PID_0A1C
%Ep22cDeviceName%   = Edgeport.Install, USB\VID_1608&PID_0A1D
%Ep21cDeviceName%   = Edgeport.Install, USB\VID_1608&PID_0A1E
%Ep1DeviceName%     = EdgePort.Install, USB\VID_1608&PID_0A40

%EpPortsName%       = DevNode.Install,  EDGEPORT_4

;
;----------------------------------------------------------------
; This section specifies the destination directories for each
; CopyFiles section in this .INF script. Format is:
;
;	<CopyFileSectionName> = <LDID> [, <SubDir> ]
;
;	where <LDID> is:	10 for \WINDOWS
;				11 for \WINDOWS\SYSTEM
;				17 for \WINDOWS\INF
;				...other values listed in DDK docs...
;
; Or, you can specify a default destination with:
;
;	DefaultDestDir = <LDID> [, <SubDir> ]
;

[DestinationDirs]
DefaultDestDir		=11	; \windows\system
Inf.CopyList		=17	; \windows\inf
;
;----------------------------------------------------------------
; This section specifies control flags for the devices listed
; here. Format is:
;
;	CopyFilesOnly     = <DeviceId> [, <DeviceId>]*
;	ExcludeFromSelect = <DeviceId> [, <DeviceId>]*
;
;	ExcludeFromSelect prevents the New Device Wizard from
;			  allowing the user to "forcibly"
;			  install this device. Usually you want
;			  to specify this for an automatically-
;			  enumerated device like a USB peripheral.
;
;	CopyFilesOnly	  allows the user to choose the device in
;			  New Device Wizard but only copies files
;			  and does nothing else.
;

[ControlFlags]
; 930 based
ExcludeFromSelect=USB\VID_1608&PID_0801
ExcludeFromSelect=USB\VID_1608&PID_0804
ExcludeFromSelect=USB\VID_1608&PID_0805
ExcludeFromSelect=USB\VID_1608&PID_0806
ExcludeFromSelect=USB\VID_1608&PID_0807
ExcludeFromSelect=USB\VID_1608&PID_080C
ExcludeFromSelect=USB\VID_1608&PID_080D
ExcludeFromSelect=USB\VID_1608&PID_080E
ExcludeFromSelect=USB\VID_1608&PID_080F
ExcludeFromSelect=USB\VID_1608&PID_0810
ExcludeFromSelect=USB\VID_1608&PID_0811
ExcludeFromSelect=USB\VID_1608&PID_0812
ExcludeFromSelect=USB\VID_1608&PID_0814
ExcludeFromSelect=USB\VID_1608&PID_0818
ExcludeFromSelect=USB\VID_1608&PID_0819
ExcludeFromSelect=USB\VID_1608&PID_081A

; Ti based
ExcludeFromSelect=USB\VID_1608&PID_0A01
ExcludeFromSelect=USB\VID_1608&PID_0A05
ExcludeFromSelect=USB\VID_1608&PID_0A0F
ExcludeFromSelect=USB\VID_1608&PID_0A15
ExcludeFromSelect=USB\VID_1608&PID_0A17
ExcludeFromSelect=USB\VID_1608&PID_0A1B
ExcludeFromSelect=USB\VID_1608&PID_0A1C
ExcludeFromSelect=USB\VID_1608&PID_0A1D
ExcludeFromSelect=USB\VID_1608&PID_0A1E
ExcludeFromSelect=USB\VID_1608&PID_0A40

ExcludeFromSelect=EDGEPORT_4

;
;----------------------------------------------------------------
; This area has installation sections for each device listed
; in the [ Manufacturer ] section above. Format is:
;
;	CopyFiles = <SectionNameContainingListOfFilesToCopy>+
;	AddReg	  = <SectionNameContainingRegistryEntriesToAdd>+

;
;----------------------------------------------------------------
; 	EdgePort (any number of ports) Installation
;----------------------------------------------------------------

[EdgePort.Install]
CopyFiles=EdgePort.CopyList, Inf.CopyList
AddReg=EdgePort.AddReg

[EdgePort.CopyList]
edgeser.sys
ionpenum.vxd
ionport.vxd
edgeui.dll
edgeport.exe

[Inf.CopyList]
genport.inf

[EdgePort.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,edgeser.sys
HKR,,EnumPropPages,,"edgeui.dll,EnumPropPages" 

[DevNode.Install]
AddReg=DevNode.Registry

[DevNode.Registry]
HKR,,DevLoader,0,ionpenum.vxd
HKLM,enum\IONETWORKS\EDGEPORT_4,Family,,%EpFamilyName%

;
;----------------------------------------------------------------
; This section specifies the name of the source installation
; disks. Format is:
;
;	<DiskNum> = "<DiskDescription>", [<DiskLabel>], [<DiskSerialNumber>]
;

[SourceDisksNames]
1=%EpDiskName%, IoNetworks, 0000-0000

;
;----------------------------------------------------------------
; This section maps source files onto source disks. Format is:
;
;	<FileName> = <DiskNumber>, [ <SubDirOnSourceDisk> ]
;

[SourceDisksFiles]
edgeser.sys=1
ionpenum.vxd=1
ionport.vxd=1
edgeui.dll=1
edgeport.exe=1
genport.inf=1

;
;----------------------------------------------------------------
; This section lists the replacable string macros used above.
; This supports internationalization. Format is:
;
;	<StringName> = "<StringValue>"

[Strings]
CompanyName       = " "
MfgName           = " "

EpFamilyName    = "USB Serial Ports Module"
EpPortsName     = "USB Module Serial Ports"
EpDiskName      = "USB Module Driver Disk for Windows 95"
EpDriverName    = "USB Module Driver"

Ep1DeviceName   = "1 Port USB RS-232 Module"
Ep2DeviceName   = "2 Port USB RS-232 Module"
Ep2D8DeviceName = "2 Port USB RS-232 Module"
Ep2cDeviceName	= "2 Port USB RS-232 Module"
Ep22iDeviceName = "2 Port USB RS-232 Module, 2 Port USB RS-422/485 Module"
Ep2iDeviceName  = "2 Port USB RS-422/485 Module"
Ep42DeviceName	= "2 Port USB RS-232, 4 Port USB Hub Module"
Ep421DeviceName = "2 Port USB RS-232, 1 Printer Port, 4 Port USB Hub Module"
Ep221cDeviceName= "2 Port USB RS-232, 1 Printer Port, 2 Port USB Hub Module"
Ep22cDeviceName	= "2 Port USB RS-232, 2 Port USB Hub Module"
Ep21DeviceName  = "2 Port USB RS-232, 1 Printer Port Module"
Ep21cDeviceName	= "2 Port USB RS-232, 1 Printer Port Module"
Ep4DeviceName   = "4 Port USB RS-232 Module"
Ep4tDeviceName  = "4 Port USB RS-232 Module"
Ep4D8DeviceName = "4 Port USB RS-232 Module"
Ep4iDeviceName  = "4 Port USB RS-422 Module"
Ep8DeviceName   = "8 Port USB RS-232 Module"
Ep8iDeviceName  = "8 Port USB RS-422 Module"
Ep412DeviceName = "12 Port USB RS-232, 4 Port USB Hub Module"
Ep416DeviceName = "16 Port USB RS-232, 4 Port USB Hub Module"
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web2, load: 1.45