kpmdm.inf Driver File Contents (AH-K3001V.zip)

; KYOCERA PHS USB Modem Driver Windows98SE/Me/2000/XP
; Copyright(C)
;

[Version]
;LayoutFile=layout.inf, layout1.inf, layout2.inf
Signature="$CHICAGO$"
Class=Modem
ClassGUID={4D36E96D-E325-11CE-BFC1-08002BE10318}
Provider=%Mfg%
DriverVer=03/05/2004,1.0.0.0

[SourceDisksNames]
1 = %DiskId1%,,,""

[SourceDisksFiles]
kpmdm2k.sys=1
kpsport.vxd=1

[DestinationDirs]
CopyFileSection=10,system32\drivers
DefaultDestDir=10,system32\drivers
vxdSysCopy=11		;;for Windows9x

[ControlFlags]
ExcludeFromSelect = *

[Manufacturer]
%Mfg%=Models

[Models]
%Modem1% = Modem1, WDM_MODEM\VID_0482&PID_0203&MDM

[Strings]
Mfg = "KYOCERA"
Modem1 ="Kyocera PS Modem Port"
Modem1.SvcDesc="KYOCERA PHS Modem Driver"
DiskId1="KYOCERA PHS USB Control Disk1"


[Modem1]
CopyFiles=vxdSysCopy
AddReg = All, MfgAddReg, Modem1.AddReg, USB9x

[Modem1.NT]
CopyFiles=CopyFileSection
AddReg = All, MfgAddReg, Modem1.AddReg

[Modem1.NT.Services]
Addservice = KPMDM2K, 0x00000000, Modem1.AddService

;
;  adds the lower filter key using addreg section defined below
;
[Modem1.NT.HW]
AddReg=LowerFilterAddReg

;
;  add the driver as a lower filter driver under the device key
;  \enum\busenum\sup1620\<inst id>\lowerfilters REG_MULTIZ
;
[LowerFilterAddReg]
HKR,,"LowerFilters",0x00010000,"kpmdm2k"


[Modem1.AddService]
DisplayName    = %Modem1.SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3               ; SERVICE_DEMAND_START
ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
ServiceBinary  = %12%\kpmdm2k.sys

[CopyFileSection]
kpmdm2k.sys

[vxdSysCopy]
kpsport.vxd


[All]
HKR,,FriendlyDriver,,Unimodem.vxd
HKR,,DevLoader,,*vcomm
HKR,,ConfigDialog,,modemui.dll
HKR,,EnumPropPages,,"modemui.dll,EnumPropPages"
HKR,,PortSubClass,1,02
HKR,,DeviceType,1,01

[USB9x]
;HKR,,PortDriver,,wdmmdmld.vxd
HKR,,PortDriver,,kpsport.vxd
HKR,,Contention,0,""


[MfgAddReg]


[Modem1.AddReg]
HKR,, Properties, 1, 00,00,00,00, FF,00,00,00, 00,00,00,00, 00,00,00,00, 00,00,00,00, 30,00,00,00, 00,C2,01,00, 00,FA,00,00
HKR,, DCB, 1, 1C,00,00,00, 00,C2,01,00, 15,20,00,00, 00,00, 0A,00, 0A,00, 08, 00, 00, 11, 13, 00, 00, 00

HKR, Init, 1,, "AT<cr>"		;Commands sent to initialize a modem.
HKR, Init, 2,, "AT&FE0X4V1Q0&D2&C1S0=0<cr>"
HKR, Monitor, 1,, "ATS0=0<cr>"
HKR, Monitor, 2,, "None"
HKR, Answer, 1,, "ATA<cr>"	; Command sent to the modem to answer a data call.
HKR, Hangup, 1,, "ATH<cr>"	; Used to disconnect the call after the modem has been put into command mode by Unimodem.
HKR,, Reset,, "AT&F<cr>"
HKR, Settings, Prefix,, "AT"
HKR, Settings, Terminator,, "<cr>"
HKR, Settings, DialPrefix,, "D"
HKR, Settings, DialSuffix,, ""
HKR, Settings, FlowControl_Off,,"+IFC=2"
HKR, Settings, FlowControl_Hard,, "+IFC=2"
HKR, Settings, FlowControl_Soft,, "+IFC=1"
HKR, Settings, CallSetupFailTimer,, "S7=<#>"
;HKR,, InactivityScale,1, 3c,00,00,00


HKR, Responses, "0<cr>", 1, 00, 00, 00,00,00,00, 00,00,00,00		;OK
HKR, Responses, "2<cr>", 1, 08, 00, 00,00,00,00, 00,00,00,00		;RING
HKR, Responses, "3<cr>", 1, 04, 00, 00,00,00,00, 00,00,00,00		;NO CARRIER
HKR, Responses, "4<cr>", 1, 03, 00, 00,00,00,00, 00,00,00,00		;ERROR
HKR, Responses, "6<cr>", 1, 05, 00, 00,00,00,00, 00,00,00,00		;NO DIALTONE
HKR, Responses, "7<cr>", 1, 06, 00, 00,00,00,00, 00,00,00,00		;BUSY
HKR, Responses, "8<cr>", 1, 07, 00, 00,00,00,00, 00,00,00,00		;NO ANSWER
HKR, Responses, "24<cr>",     1, 1D, 00, 00,00,00,00, 00,00,00,00	;DELAYED
HKR, Responses, "1<cr>", 1, 02, 00, 00,00,00,00, 00,00,00,00		;CONNECT

HKR, Responses, "<cr><lf>OK<cr><lf>",          1, 00, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>RING<cr><lf>",        1, 08, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>NO CARRIER<cr><lf>",  1, 04, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>ERROR<cr><lf>",       1, 03, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>NO DIALTONE<cr><lf>", 1, 05, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>BUSY<cr><lf>",        1, 06, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>NO ANSWER<cr><lf>",   1, 07, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>FAX<cr><lf>",         1, 03, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>DATA<cr><lf>",        1, 03, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>VOICE<cr><lf>",       1, 03, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>DELAYED<cr><lf>",     1, 1D, 00, 00,00,00,00, 00,00,00,00

HKR, Responses, "<cr><lf>CONNECT<cr><lf>",         1, 02, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 600<cr><lf>",     1, 02, 00, 00,00,00,00, 58,02,00,00
HKR, Responses, "<cr><lf>CONNECT 1200<cr><lf>",    1, 02, 00, 00,00,00,00, B0,04,00,00
HKR, Responses, "<cr><lf>CONNECT 2400<cr><lf>",    1, 02, 00, 00,00,00,00, 60,09,00,00
HKR, Responses, "<cr><lf>CONNECT 4800<cr><lf>",    1, 02, 00, 00,00,00,00, C0,12,00,00
HKR, Responses, "<cr><lf>CONNECT 7200<cr><lf>",    1, 02, 00, 00,00,00,00, 20,1C,00,00
HKR, Responses, "<cr><lf>CONNECT 9600<cr><lf>",    1, 02, 00, 00,00,00,00, 80,25,00,00
HKR, Responses, "<cr><lf>CONNECT 14400<cr><lf>",   1, 02, 00, 00,00,00,00, 40,38,00,00
HKR, Responses, "<cr><lf>CONNECT 19200<cr><lf>",   1, 02, 00, 00,00,00,00, 00,4B,00,00
HKR, Responses, "<cr><lf>CONNECT 38400<cr><lf>",   1, 02, 00, 00,00,00,00, 00,96,00,00
HKR, Responses, "<cr><lf>CONNECT 57600<cr><lf>",   1, 02, 00, 00,00,00,00, 00,E1,00,00
HKR, Responses, "<cr><lf>CONNECT 115200<cr><lf>",  1, 02, 00, 00,00,00,00, 00,C2,01,00

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: web4, load: 1.89