PanoPCI.inf Driver File Contents (dpi_1_4.zip)

;-----------------------------------------------------------------------------
;                  COPYRIGHT(c) 2001.
;-----------------------------------------------------------------------------
;
; File :     PANOPCI.INF 
; Date :     20/10/2001
;
; Installation file for ORTHORALIX DPI PCI interface
;
;-----------------------------------------------------------------------------

;--------- Version Section ---------------------------------------------------

[Version]
Signature="$CHICAGO$"	;same for both NT and Win95
Class=MEDIA
Provider=%ProviderName%

; If device fits one of the standard classes, use the
; name and GUID here, otherwise create your own as
; this example shows.


;--------- SourceDiskNames and SourceDiskFiles Section -----------------------

; These sections identify source disks and files for installation.  They are
; shown here as an example, but commented out.

[SourceDisksNames]
1 = %InstDiskName%,,

[SourceDisksFiles]
panopci.sys = 1,,
panopci.inf= 1,,

;--------- ClassInstall/ClassInstall32 Section -------------------------------

; Not necessary if using a standard class

; 9X Style
[ClassInstall]
;Addreg=Class_AddReg

; NT Style
;[ClassInstall32]
;Addreg=Class_AddReg

;[Class_AddReg]
;HKR,,,,%DeviceClassName%
;HKR,,Icon,,"-18"

;--------- DestinationDirs Section -------------------------------------------

[DestinationDirs]
PanoPCI_Sys_Files = 10,System32\Drivers
DefaultDestDir=10,system32\drivers	;Drivers directory

;--------- Manufacturer and Models Sections ----------------------------------

[Manufacturer]
%MfgName%=PanoPCI

[PanoPCI]
;============ ORTHORALIX DPI (partial installation) ===============================
;%Pano_Dsc%=Pano,PCI\VEN_10E8&DEV_8383&SUBSYS_00000000&REV_00
;	, PCI\VID_10E8&PID_8383
;=============================================================================

;============ ORTHORALIX DPI & Gendex panoramics (COM Port of the PC) ====================
%Pano_Gendex_Dsc%=Pano_Gendex,PCI\VEN_10E8&DEV_8383&SUBSYS_00000000&REV_00
;	, PCI\VID_10E8&PID_8383
;=============================================================================

;=============================================================================

;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; SPECIFIC
;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

;-------------------------------------------------------------------------
; Partial Installation
; This installation shall not be used for a first installation !!!
; This section is proposed by default during a PnP installation.
; It only allows to keep the last installation parameters if :
;	- the board is changed from a PCI slot to another one.
;	- the board is cancelled from the peripherals list, then detected again.
;-------------------------------------------------------------------------
; --------- Windows 9X -----------------
[Pano]
;CopyFiles=PanoPCI_Sys_Files,PanoPCI_Dll_Files
;AddReg=PanoPCI_9X_AddReg,SerNbK7_12b

; --------- Windows NT -----------------
[Pano.NT]
;CopyFiles=PanoPCI_Sys_Files,PanoPCI_Dll_Files
;AddReg=PanoPCI_NT_AddReg,SerNbK7_12b

[Pano.NT.Services]
;Addservice = PanoPCI, 0x00000002, PanoPCI_AddService

;-------------------------------------------------------------------------
; Gendex
;-------------------------------------------------------------------------
; --------- Windows 9X -----------------
[Pano_Gendex]
CopyFiles=PanoPCI_Sys_Files
AddReg=PanoPCI_9X_AddReg,Gendex.Conf.reg,SerNbK7_12b

; --------- Windows NT -----------------
[Pano_Gendex.NT]
CopyFiles=PanoPCI_Sys_Files
AddReg=PanoPCI_NT_AddReg,Gendex.Conf.reg,SerNbK7_12b

[Pano_Gendex.NT.Services]
Addservice = PanoPCI, 0x00000002, PanoPCI_AddService

[Gendex.Conf.reg]
HKCR,TROPHY\PANO,"BaudRatePano",0x00010001,0
	;BR_PANO_NONE  = 0
	;BR_PANO_1200  = 1
	;BR_PANO_2400  = 2
	;BR_PANO_4800  = 3
	;BR_PANO_9600  = 4
	;BR_PANO_19200 = 5
HKCR,TROPHY\PANO,"TimeoutPano",0x00010001,176
HKCR,TROPHY\PANO,"BaudRateDigipan",0x00010001,1
	;BR_DIGI_08M   = 1	// 08 Mbits
	;BR_DIGI_10M   = 2	// 10 Mbits
HKCR,TROPHY\PANO,"ModeDigipan",0x00010001,2
	;MODE_DIGI_NONE         = 0
	;MODE_DIGI_10B_SANSCTRL = 1
	;MODE_DIGI_12B_CTRL     = 2
HKCR,TROPHY\PANO,COM,0x00000000,0
HKCR,TROPHY\PANO,WithPreview,0x00000000,1
HKCR,TROPHY\PANO,TypePano,0x00000000,1


;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; COMMON
;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[SerNbK7_12b]
HKCR,TROPHY\PANO,SerialNbK7_12b,0x00000000,"OJDD032"

; --------- Windows 98 -----------------
[PanoPCI_9X_AddReg]
HKR,,DevLoader,0,*ntkern
HKR,,NTMPDriver,0,panopci.sys
HKR, "Parameters", "BreakOnEntry", 0x00010001, 0

; --------- Windows NT -----------------
[PanoPCI_AddService]
DisplayName    = %SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %10%\System32\Drivers\panopci.sys

[PanoPCI_NT_AddReg]
HKLM, "System\CurrentControlSet\Services\PanoPCI\Parameters",\
	"BreakOnEntry", 0x00010001, 0

;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; SPECIFIC
;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

; --------- Files (common) -------------

[PanoPCI_Sys_Files]
panopci.sys

;--------- Strings Section ---------------------------------------------------
[Strings]
ProviderName="Gendex"
MfgName="Gendex"
InstDiskName="Installation disk for Orthoralix DPI PCI interface card"
Pano_Dsc="PCI interface for Orthoralix DPI"
Pano_Gendex_Dsc="Gendex Orthoralix DPI"
SvcDesc="DIGIPAN interface Service"
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: 2.44