MDMTZD.INF Driver File Contents (NETPCC9X.exe)

; MDMTZD.INF (PC Card Modem Install File -- Win9x/NT4)
;
; Copyright (c) 1999 Simple Technology Inc.
;
; $Date: 1/20/99 11:15a $
; $Revision: 5 $

[Version]
CatalogFile=mdmtzd.cat
Class=Modem
ClassGUID={4D36E96D-E325-11CE-BFC1-08002BE10318}
LayoutFile=layout.inf
Provider=%MFG%
Signature="$CHICAGO$"

[Manufacturer]
%MFG% = Generic

[ControlFlags]
ExcludeFromSelect  = MF\TZDCOMBO_DEV0
ExcludeFromSelect  = UNIMODEM7FADBE83
; ExcludeFromSelect  = UNIMODEMxxxxxxxx
; ExcludeFromSelect  = MF\TZDCOMBO_DEV2
; ExcludeFromSelect  = UNIMODEMxxxxxxxx
; ExcludeFromSelect  = UNIMODEMxxxxxxxx


[Generic]
%SingleModemBare%  = SingleModemBare, PCMCIA\Generic-56K_PC_Card_Modem-A0D5
%SingleModemBare%  = SingleModemBare, PCMCIA\Generic-56K_PC_Card_Modem-0140-0016
%SingleModemBare%  = SingleModemBare, UNIMODEM3812FD56   ; 055 v5.10 (4000) DFC
; %SingleModemBare%  = SingleModemBare, UNIMODEMxxxxxxxx   ; 055-Global vx.xx (xxxx) DFC

; %ComboModemBare%   = ComboModemBare, MF\TZDCOMBO_DEV2
; %ComboModemBare%   = ComboModemBare, UNIMODEMabcdwxyz

%SingleModemFull%  = SingleModemFull, PCMCIA\Generic-56K_PC_Card_PBX_Modem-19DF
%SingleModemFull%  = SingleModemFull, PCMCIA\Generic-56K_PC_Card_PBX_Modem-0140-000C
%SingleModemFull%  = SingleModemFull, UNIMODEM7FADBE83   ; 055 v5.00 (1000) DFCD
; %SingleModemFull%  = SingleModemFull, UNIMODEMxxxxxxxx   ; 055-Global vx.xx (xxxx) DFCD

%ComboModemFull%   = ComboModemFull, MF\TZDCOMBO_DEV0
%ComboModemFull%   = ComboModemFull, UNIMODEM7FADBE83   ; 060 v5.01 (3000) DFCD
; %ComboModemFull%   = ComboModemFull, UNIMODEMxxxxxxxx   ; 060-Global vx.xx (xxxx) DFCD


[Strings]
MFG                        = "Generic"
SingleModemBare            = "V.90 PC Card Modem"
ComboModemBare             = "V.90 PC Card Modem (Combo)"
SingleModemFull            = "V.90 PC Card Modem with PBX"
ComboModemFull             = "V.90 PC Card Modem with PBX (Combo)"
SourceDisk1                = "PC Card Driver Disk"
TrayAppAddReg              = "RunDll32 setupx.dll,InstallHinfSection TrayAppInstall_NoCopy 4 TrayApp.inf"
TrayAppAddRegNT            = "RunDll32 setupapi.dll,InstallHinfSection TrayAppInstall_NoCopy 4 TrayApp.inf"
PBXSerialRemovalAddregNT   = "RunDll32 setupapi.dll,InstallHinfSection TZDPBX_remove 4 TZDPBX.inf"

; *** I N S T A L L A T I O N   S E C T I O N ***

[SingleModemBare]  ;  56k -- Win9x Install
AddReg=TZDModem.AddReg, PCMCIA_NOPBX, 56k, MfgAddReg, TrayApp.AddReg
CopyFiles=TrayApp.App.Copy, TrayApp.INF.Copy, TrayApp.System.Copy, TrayApp.Cell.Copy

[SingleModemBare.NT]  ; 56k -- WinNT Install
AddReg=TZDModem.AddReg, PCMCIA_NOPBX, 56k, MfgAddReg, TrayApp.AddReg.NT
CopyFiles=TrayApp.App.Copy, TrayApp.INF.Copy, TZDPBX.Copy.NT, TrayApp.Cell.Copy

[ComboModemBare]  ;  56k -- Win9x Install
AddReg=TZDModem.AddReg, PCMCIA_NOPBX, 56k, MfgAddReg, TrayApp.AddReg
CopyFiles=TrayApp.App.Copy, TrayApp.INF.Copy, TrayApp.System.Copy, TrayApp.Cell.Copy

[ComboModemBare.NT]  ; 56k -- WinNT Install
AddReg=TZDModem.AddReg, PCMCIA_NOPBX, 56k, MfgAddReg, TrayApp.AddReg.NT
CopyFiles=TrayApp.App.Copy, TrayApp.INF.Copy, TZDPBX.Copy.NT, TrayApp.Cell.Copy

[SingleModemFull]  ;  56k w/PBX -- Win9x Install
AddReg=TZDModem.AddReg, PCMCIA_PBX, 56k, MfgAddReg, TrayApp.AddReg
CopyFiles=Assistant.Copy, Assist.App.Copy, TrayApp.App.Copy, TrayApp.INF.Copy, TrayApp.System.Copy, TrayApp.Cell.Copy

[SingleModemFull.NT]  ; 56k w/PBX -- WinNT Install
AddReg=TZDModem.AddReg, PCMCIA_PBX, 56k, MfgAddReg, TrayApp.AddReg.NT, PBXSerial.Addreg.NT, PBXSerial.Removal.Addreg.NT
RenFiles=Assistant.Rename1.NT  ; Rename the original Serial.sys file
CopyFiles=Assistant.Copy.NT, Assist.App.Copy.NT, TrayApp.App.Copy, TrayApp.INF.Copy, TZDPBX.Copy.NT, TrayApp.Cell.Copy

[ComboModemFull]  ;  Combo 56k w/PBX -- Win9x Install
AddReg=TZDModem.AddReg, PCMCIA_PBX, 56k, MfgAddReg, TrayApp.AddReg
CopyFiles=Assistant.Copy, Assist.App.Copy, TrayApp.App.Copy, TrayApp.INF.Copy, TrayApp.System.Copy, TrayApp.Cell.Copy

[ComboModemFull.NT]  ; Combo 56k w/PBX -- WinNT Install
AddReg=TZDModem.AddReg, PCMCIA_PBX, 56k, MfgAddReg, TrayApp.AddReg.NT, PBXSerial.Addreg.NT, PBXSerial.Removal.Addreg.NT
RenFiles=Assistant.Rename1.NT  ; Rename the original Serial.sys file
CopyFiles=Assistant.Copy.NT, Assist.App.Copy.NT, TrayApp.App.Copy, TrayApp.INF.Copy, TZDPBX.Copy.NT, TrayApp.Cell.Copy

;  *** R E G I S T R Y   A N D   C O P Y   F I L E S ***

[PCMCIA_PBX]    ; Special serial driver
HKR,,PortDriver,,tzdsercb.vxd

[PCMCIA_NOPBX]   
HKR,,PortDriver,,serial.vxd

[TrayApp.AddReg]  ; Registry entries to run the PILOT and create groups for it under Windows 95
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,TCTBInst,,%TrayAppAddReg%

[TrayApp.AddReg.NT]  ; Registry entries to run the PILOT and create groups for it under Windows NT
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,TCTBInst,,%TrayAppAddRegNT%

[PBXSerial.Addreg.NT]  ; Registry entry to run the PBX assistant under Windows NT
HKLM,Software\Microsoft\Windows\CurrentVersion\Run,TZD_PBX_Assistant,,"osidpi.exe"

[PBXSerial.Removal.Addreg.NT]
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\TZD_PBXDriver,DisplayName,,"Modem PBX Assistant"
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\TZD_PBXDriver,UninstallString,,%PBXSerialRemovalAddregNT%

;                    Dial opt.    Calltimeout  Inactivity   Speaker Vol  Speaker Mode Options      Max DTE      Max DCE

[TZDModem.AddReg]   ; 56k
HKR,, Properties, 1, C0,01,00,00, FF,00,00,00, FF,00,00,00, 07,00,00,00, 0F,00,00,00, BF,03,00,00, 00,84,03,00, C0,DA,00,00

;      C0,01,00,00, -Dial Options   C0 has Bong support, 80 does not
;      FF,00,00,00, -CallSetupFailTimeout
;      FF,00,00,00, -InactivityTimeout
;      07,00,00,00, -SpeakerVolume
;      0F,00,00,00, -SpeakerMode
;      FF,03,00,00, -ModemOptions
;      00,84,03,00, -MaxDTERate - 230400
;      C0,DA,00,00, -MAXDCERate - 56000


[SourceDisksNames]
2 = %SourceDisk1%,,0

[SourceDisksFiles]
tzdsercb.vxd = 2  ; PBX serial driver for Win9x
TZDSERUI.EXE = 2  ; PBX Assistant executable for Win9x
CCFLGS.DLL   = 2  ; Pilot App
CCFLGS.INI   = 2  ; Pilot App
PILOT.EXE    = 2  ; Pilot App
PILOT.HLP    = 2  ; Pilot App
PILOT.BMP    = 2  ; Pilot App
GENERIC.AVI  = 2  ; Pilot App
GENERIC.INI  = 2  ; Pilot App
OTCDPI.INI   = 2  ; Pilot App
TrayApp.INF  = 2  ; Pilot App Installation / removal INF
SERIAL.TZD   = 2  ; PBX serial driver for WinNT - renames to serial.sys
OSIDPI.EXE   = 2  ; PBX Assistant executable for WinNT
TZDPBX.INF   = 2  ; PBX serial driver / assistant removal INF for WinNT
MOTUS23.S37  = 2  ; Motorolla Cell Driver
N210V21.S37  = 2  ; Nokia 2120 Cell Driver
N232V21.S37  = 2  ; Nokia 232 Cell Driver
MDMTZD.CAT = 2  ; Catalog file

; Modem INF file should be copied automatically.

[DestinationDirs]
Assistant.Copy         = 11   ; Windows\System Directory
Assistant.Copy.NT      = 12   ; Windows\System32\Drivers Directory
Assistant.Rename1.NT   = 12   ; Windows\System32\Drivers Directory
Assist.App.Copy        = 10   ; Root Windows Dirctory
Assist.App.Copy.NT     = 10   ; Root Windows Dirctory
TZDPBX.Copy.NT         = 17   ; Windows\INF Directory
TrayApp.System.Copy    = 11   ; Windows\System Directory
TrayApp.INF.Copy       = 17   ; Windows\INF Directory
TrayApp.App.Copy       = 24,"PROGRA~1\TrayApp\Program"
TrayApp.Cell.Copy      = 24,"PROGRA~1\TrayApp\Program\Cellular"

[Assistant.Copy]
tzdsercb.vxd

[Assistant.Copy.NT]
serial.sys, serial.tzd

[Assistant.Rename1.NT]
serial.sy0, serial.sys

[Assist.App.Copy]
tzdserui.exe

[Assist.App.Copy.NT]
OSIDPI.EXE

[TrayApp.System.Copy]

[TrayApp.INF.Copy]
TrayApp.inf

[TrayApp.App.Copy]
CCFLGS.DLL
CCFLGS.INI
PILOT.EXE
PILOT.HLP
PILOT.BMP
GENERIC.AVI
GENERIC.INI
OTCDPI.INI

[TZDPBX.Copy.NT]
TZDPBX.INF

[TrayApp.Cell.Copy]
MOTUS23.S37
N210V21.S37
N232V21.S37

; *** registry entry additions associated with K56 modems***
[56k]
HKR, K56mode,1,,"AT+MS=56,1,32000,56000<cr>"
HKR, V90mode,1,,"AT+MS=12,1,28000,56000<cr>"

HKR, Responses, "<cr><lf>CONNECT 28000<cr><lf>",        1, 02, 00, 00,00,00,00, 60,6D,00,00
HKR, Responses, "<cr><lf>CONNECT 29333<cr><lf>",        1, 02, 00, 00,00,00,00, 95,72,00,00
HKR, Responses, "<cr><lf>CONNECT 30667<cr><lf>",        1, 02, 00, 00,00,00,00, CB,77,00,00
HKR, Responses, "<cr><lf>CONNECT 33333<cr><lf>",        1, 02, 00, 00,00,00,00, 35,82,00,00
HKR, Responses, "<cr><lf>CONNECT 34667<cr><lf>",        1, 02, 00, 00,00,00,00, 6B,87,00,00
HKR, Responses, "<cr><lf>CONNECT 37333<cr><lf>",        1, 02, 00, 00,00,00,00, D5,91,00,00
HKR, Responses, "<cr><lf>CONNECT 38667<cr><lf>",        1, 02, 00, 00,00,00,00, 0B,97,00,00
HKR, Responses, "<cr><lf>CONNECT 41333<cr><lf>",        1, 02, 00, 00,00,00,00, 75,A1,00,00
HKR, Responses, "<cr><lf>CONNECT 42667<cr><lf>",        1, 02, 00, 00,00,00,00, AB,A6,00,00
HKR, Responses, "<cr><lf>CONNECT 45333<cr><lf>",        1, 02, 00, 00,00,00,00, 15,B1,00,00
HKR, Responses, "<cr><lf>CONNECT 46667<cr><lf>",        1, 02, 00, 00,00,00,00, 4B,B6,00,00
HKR, Responses, "<cr><lf>CONNECT 49333<cr><lf>",        1, 02, 00, 00,00,00,00, B5,C0,00,00
HKR, Responses, "<cr><lf>CONNECT 50667<cr><lf>",        1, 02, 00, 00,00,00,00, EB,C5,00,00
HKR, Responses, "<cr><lf>CONNECT 53333<cr><lf>",        1, 02, 00, 00,00,00,00, 55,D0,00,00
HKR, Responses, "<cr><lf>CONNECT 54667<cr><lf>",        1, 02, 00, 00,00,00,00, 8B,D5,00,00

HKR, Responses, "<cr><lf>CONNECT 28000/ARQ<cr><lf>",    1, 02, 02, 00,00,00,00, 60,6D,00,00
HKR, Responses, "<cr><lf>CONNECT 29333/ARQ<cr><lf>",    1, 02, 02, 00,00,00,00, 95,72,00,00
HKR, Responses, "<cr><lf>CONNECT 30667/ARQ<cr><lf>",    1, 02, 02, 00,00,00,00, CB,77,00,00
HKR, Responses, "<cr><lf>CONNECT 33333/ARQ<cr><lf>",    1, 02, 02, 00,00,00,00, 35,82,00,00
HKR, Responses, "<cr><lf>CONNECT 34667/ARQ<cr><lf>",    1, 02, 02, 00,00,00,00, 6B,87,00,00
HKR, Responses, "<cr><lf>CONNECT 37333/ARQ<cr><lf>",    1, 02, 02, 00,00,00,00, D5,91,00,00
HKR, Responses, "<cr><lf>CONNECT 38667/ARQ<cr><lf>",    1, 02, 02, 00,00,00,00, 0B,97,00,00
HKR, Responses, "<cr><lf>CONNECT 41333/ARQ<cr><lf>",    1, 02, 02, 00,00,00,00, 75,A1,00,00
HKR, Responses, "<cr><lf>CONNECT 42667/ARQ<cr><lf>",    1, 02, 02, 00,00,00,00, AB,A6,00,00
HKR, Responses, "<cr><lf>CONNECT 45333/ARQ<cr><lf>",    1, 02, 02, 00,00,00,00, 15,B1,00,00
HKR, Responses, "<cr><lf>CONNECT 46667/ARQ<cr><lf>",    1, 02, 02, 00,00,00,00, 4B,B6,00,00
HKR, Responses, "<cr><lf>CONNECT 49333/ARQ<cr><lf>",    1, 02, 02, 00,00,00,00, B5,C0,00,00
HKR, Responses, "<cr><lf>CONNECT 50667/ARQ<cr><lf>",    1, 02, 02, 00,00,00,00, EB,C5,00,00
HKR, Responses, "<cr><lf>CONNECT 53333/ARQ<cr><lf>",    1, 02, 02, 00,00,00,00, 55,D0,00,00
HKR, Responses, "<cr><lf>CONNECT 54667/ARQ<cr><lf>",    1, 02, 02, 00,00,00,00, 8B,D5,00,00

HKR, Responses, "<cr><lf>CONNECT 32000<cr><lf>",        1, 02, 00, 00,00,00,00, 00,7D,00,00
HKR, Responses, "<cr><lf>CONNECT 34000<cr><lf>",        1, 02, 00, 00,00,00,00, D0,84,00,00
HKR, Responses, "<cr><lf>CONNECT 36000<cr><lf>",        1, 02, 00, 00,00,00,00, A0,8C,00,00
HKR, Responses, "<cr><lf>CONNECT 38000<cr><lf>",        1, 02, 00, 00,00,00,00, 70,94,00,00
HKR, Responses, "<cr><lf>CONNECT 40000<cr><lf>",        1, 02, 00, 00,00,00,00, 40,9C,00,00
HKR, Responses, "<cr><lf>CONNECT 42000<cr><lf>",        1, 02, 00, 00,00,00,00, 10,A4,00,00
HKR, Responses, "<cr><lf>CONNECT 44000<cr><lf>",        1, 02, 00, 00,00,00,00, E0,AB,00,00
HKR, Responses, "<cr><lf>CONNECT 46000<cr><lf>",        1, 02, 00, 00,00,00,00, B0,B3,00,00
HKR, Responses, "<cr><lf>CONNECT 48000<cr><lf>",        1, 02, 00, 00,00,00,00, 80,BB,00,00
HKR, Responses, "<cr><lf>CONNECT 50000<cr><lf>",        1, 02, 00, 00,00,00,00, 50,C3,00,00
HKR, Responses, "<cr><lf>CONNECT 52000<cr><lf>",        1, 02, 00, 00,00,00,00, 20,CB,00,00
HKR, Responses, "<cr><lf>CONNECT 54000<cr><lf>",        1, 02, 00, 00,00,00,00, F0,D2,00,00
HKR, Responses, "<cr><lf>CONNECT 56000<cr><lf>",        1, 02, 00, 00,00,00,00, C0,DA,00,00

HKR, Responses, "<cr><lf>CONNECT 32000/ARQ<cr><lf>",    1, 02, 02, 00,00,00,00, 00,7D,00,00
HKR, Responses, "<cr><lf>CONNECT 34000/ARQ<cr><lf>",    1, 02, 02, 00,00,00,00, D0,84,00,00
HKR, Responses, "<cr><lf>CONNECT 36000/ARQ<cr><lf>",    1, 02, 02, 00,00,00,00, A0,8C,00,00
HKR, Responses, "<cr><lf>CONNECT 38000/ARQ<cr><lf>",    1, 02, 02, 00,00,00,00, 70,94,00,00
HKR, Responses, "<cr><lf>CONNECT 40000/ARQ<cr><lf>",    1, 02, 02, 00,00,00,00, 40,9C,00,00
HKR, Responses, "<cr><lf>CONNECT 42000/ARQ<cr><lf>",    1, 02, 02, 00,00,00,00, 10,A4,00,00
HKR, Responses, "<cr><lf>CONNECT 44000/ARQ<cr><lf>",    1, 02, 02, 00,00,00,00, E0,AB,00,00
HKR, Responses, "<cr><lf>CONNECT 46000/ARQ<cr><lf>",    1, 02, 02, 00,00,00,00, B0,B3,00,00
HKR, Responses, "<cr><lf>CONNECT 48000/ARQ<cr><lf>",    1, 02, 02, 00,00,00,00, 80,BB,00,00
HKR, Responses, "<cr><lf>CONNECT 50000/ARQ<cr><lf>",    1, 02, 02, 00,00,00,00, 50,C3,00,00
HKR, Responses, "<cr><lf>CONNECT 52000/ARQ<cr><lf>",    1, 02, 02, 00,00,00,00, 20,CB,00,00
HKR, Responses, "<cr><lf>CONNECT 54000/ARQ<cr><lf>",    1, 02, 02, 00,00,00,00, F0,D2,00,00
HKR, Responses, "<cr><lf>CONNECT 56000/ARQ<cr><lf>",    1, 02, 02, 00,00,00,00, C0,DA,00,00

HKR, Responses, "<cr><lf>CARRIER 28000<cr><lf>", 	1, 01, 00, 60,6D,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 29333<cr><lf>", 	1, 01, 00, 95,72,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 30667<cr><lf>", 	1, 01, 00, CB,77,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 33333<cr><lf>", 	1, 01, 00, 35,82,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 34667<cr><lf>", 	1, 01, 00, 6B,87,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 37333<cr><lf>", 	1, 01, 00, D5,91,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 38667<cr><lf>", 	1, 01, 00, 0B,97,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 41333<cr><lf>", 	1, 01, 00, 75,A1,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 42667<cr><lf>", 	1, 01, 00, AB,A6,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 45333<cr><lf>", 	1, 01, 00, 15,B1,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 46667<cr><lf>", 	1, 01, 00, 4B,B6,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 49333<cr><lf>", 	1, 01, 00, B5,C0,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 50667<cr><lf>", 	1, 01, 00, EB,C5,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 53333<cr><lf>", 	1, 01, 00, 55,D0,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 54667<cr><lf>", 	1, 01, 00, 8B,D5,00,00, 00,00,00,00

HKR, Responses, "<cr><lf>CARRIER 32000<cr><lf>", 	1, 01, 00, 00,7D,00,00, 00,00,00,00 
HKR, Responses, "<cr><lf>CARRIER 34000<cr><lf>", 	1, 01, 00, D0,84,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 36000<cr><lf>", 	1, 01, 00, A0,8C,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 38000<cr><lf>", 	1, 01, 00, 70,94,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 40000<cr><lf>", 	1, 01, 00, 40,9C,00,00, 00,00,00,00 
HKR, Responses, "<cr><lf>CARRIER 42000<cr><lf>", 	1, 01, 00, 10,A4,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 44000<cr><lf>", 	1, 01, 00, E0,AB,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 46000<cr><lf>", 	1, 01, 00, B0,B3,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 48000<cr><lf>", 	1, 01, 00, 80,BB,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 50000<cr><lf>", 	1, 01, 00, 50,C3,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 52000<cr><lf>", 	1, 01, 00, 20,CB,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 54000<cr><lf>", 	1, 01, 00, F0,D2,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 56000<cr><lf>", 	1, 01, 00, C0,DA,00,00, 00,00,00,00

;  *** These are for PCMCIA modems only ***
[MfgAddReg]
HKR,, ConfigDialog,,"modemui.dll"
HKR,, DevLoader,,*vcomm
HKR,, FriendlyDriver,,Unimodem.VXD
HKR,, InactivityScale, 1, 0a,00,00,00
HKR,, PortSubClass,1,02
HKR,, Reset,, "ATZ<cr>"
HKR,, Contention,,*vcd
HKR,, DeviceType,1,03

; *** registry entry additions associated with all modems ***
HKR, Answer,    1,, "ATA<cr>"
HKR, Hangup,    1,, "ATH<cr>"
HKR, Init,      1,, "AT<cr>"
HKR, Init,      2,, "AT &F E0 V1 &D2 &C1 S95=46 Q0 S0=0<cr>"
HKR, Monitor,   1,, "ATS0=0<cr>"
HKR, Monitor,   2,, "None"

HKR, Settings, Blind_Off,, "X4"
HKR, Settings, Blind_On,, "X3"
HKR, Settings, CallSetupFailTimer,, "S7=<#>"
HKR, Settings, Compression_Off,, "%%C0"
HKR, Settings, Compression_On,, "%%C3"
HKR, Settings, DialPrefix,, "D"
HKR, Settings, DialSuffix,, ";"
HKR, Settings, ErrorControl_Off,, "\N0"
HKR, Settings, ErrorControl_On,, "\N3"
HKR, Settings, ErrorControl_Forced,, "\N2"
HKR, Settings, ErrorControl_Cellular,, "\N3-K1*H1)M1-Q0"
HKR, Settings, ErrorControl_Cellular_Forced,,"\N2-K1*H1)M1-Q0"
HKR, Settings, FlowControl_Off,, "&K0"
HKR, Settings, FlowControl_Hard,, "&K3"
HKR, Settings, FlowControl_Soft,, "&K4"
HKR, Settings, InactivityTimeout,, "S30=<#>"
HKR, Settings, Modulation_CCITT,, "B0"
HKR, Settings, Modulation_Bell,, "B1"
HKR, Settings, Prefix,, "AT"
HKR, Settings, Pulse,, "P"
HKR, Settings, SpeakerVolume_Low,, "L1"
HKR, Settings, SpeakerVolume_Med,, "L2"
HKR, Settings, SpeakerVolume_High,, "L3"
HKR, Settings, SpeakerMode_Off,, "M0"
HKR, Settings, SpeakerMode_Dial,, "M1"
HKR, Settings, SpeakerMode_On,, "M2"
HKR, Settings, SpeakerMode_Setup,, "M3"
HKR, Settings, SpeedNegotiation_Off,, "N0"
HKR, Settings, SpeedNegotiation_On,, "N1"
HKR, Settings, Terminator,, "<cr>"
HKR, Settings, Tone,, "T"

HKR, Responses, "<cr><lf>OK<cr><lf>",          1, 00, 00, 00,00,00,00, 00,00,00,00 ; OK - Command executed
HKR, Responses, "<cr><lf>ERROR<cr><lf>",       1, 03, 00, 00,00,00,00, 00,00,00,00 ; ERROR - Invalid command
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>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>CONNECT<cr><lf>",     1, 02, 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 ; ERROR
HKR, Responses, "<cr><lf>DATA<cr><lf>",   1, 03, 00, 00,00,00,00, 00,00,00,00 ; ERROR
HKR, Responses, "<cr><lf>VOICE<cr><lf>",  1, 03, 00, 00,00,00,00, 00,00,00,00 ; ERROR
HKR, Responses, "<cr><lf>+FCON<cr><lf>",  1, 03, 00, 00,00,00,00, 00,00,00,00 ; ERROR
HKR, Responses, "<cr><lf>DELAYED",        1, 03, 00, 00,00,00,00, 00,00,00,00 ; DELAYED - Blacklisting Action ERROR
HKR, Responses, "<cr><lf>BLACKLISTED",    1, 03, 00, 00,00,00,00, 00,00,00,00 ; BLACKLISTED - Blacklisting Action ERROR
HKR, Responses, "0<cr>",  1, 00, 00, 00,00,00,00, 00,00,00,00 ; OK - Command executed
HKR, Responses, "1<cr>",  1, 02, 00, 00,00,00,00, 00,00,00,00 ; CONNECT - Connection
HKR, Responses, "2<cr>",  1, 08, 00, 00,00,00,00, 00,00,00,00 ; RING - Ring signal indicated
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 - Invalid command
HKR, Responses, "5<cr>",  1, 02, 00, B0,04,00,00, 00,00,00,00 ; CONNECT 1200
HKR, Responses, "6<cr>",  1, 05, 00, 00,00,00,00, 00,00,00,00 ; NO DIALTONE - No dial tone detected
HKR, Responses, "7<cr>",  1, 06, 00, 00,00,00,00, 00,00,00,00 ; BUSY - Engaged (busy) signal
HKR, Responses, "8<cr>",  1, 07, 00, 00,00,00,00, 00,00,00,00 ; NO ANSWER
HKR, Responses, "<cr><lf>+F4<cr><lf>", 1, 03, 00, 00,00,00,00, 00,00,00,00 ; FAX Error - Action ERROR

; With S95=46 Modem returns a response of
;
; CARRIER 24000          <-- DCE Speed
; PROTOCOL: LAP-M        <-- Protocol
; COMPRESSION: V.42BIS   <-- Compression
; CONNECT 115200/ARQ     <-- DTE (Port) Speed /ARQ if error correction

HKR, Responses, "<cr><lf>CARRIER 0600<cr><lf>",        1, 01, 00, 58,02,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 1200<cr><lf>",        1, 01, 00, B0,04,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 2400<cr><lf>",        1, 01, 00, 60,09,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 4800<cr><lf>",        1, 01, 00, C0,12,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 7200<cr><lf>",        1, 01, 00, 20,1C,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 9600<cr><lf>",        1, 01, 00, 80,25,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 12000<cr><lf>",       1, 01, 00, E0,2E,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 14400<cr><lf>",       1, 01, 00, 40,38,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 16800<cr><lf>",       1, 01, 00, A0,41,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 19200<cr><lf>",       1, 01, 00, 00,4B,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 21600<cr><lf>",       1, 01, 00, 60,54,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 24000<cr><lf>",       1, 01, 00, C0,5D,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 26400<cr><lf>",       1, 01, 00, 20,67,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 28800<cr><lf>",       1, 01, 00, 80,70,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 31200<cr><lf>",       1, 01, 00, E0,79,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 33600<cr><lf>",       1, 01, 00, 40,83,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 38400<cr><lf>",       1, 01, 00, 00,96,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 57600<cr><lf>",       1, 01, 00, 00,E1,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 115200<cr><lf>",      1, 01, 00, 00,C2,01,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 230400<cr><lf>",      1, 01, 00, 00,84,03,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 75TX/1200RX<cr><lf>", 1, 01, 00, B0,04,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 1200TX/75RX<cr><lf>", 1, 01, 00, B0,04,00,00, 00,00,00,00

HKR, Responses, "<cr><lf>CARRIER 14400/VFC<cr><lf>",   1, 01, 00, 40,38,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 16800/VFC<cr><lf>",   1, 01, 00, a0,41,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 19200/VFC<cr><lf>",   1, 01, 00, 00,4b,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 21600/VFC<cr><lf>",   1, 01, 00, 60,54,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 24000/VFC<cr><lf>",   1, 01, 00, c0,5d,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 26400/VFC<cr><lf>",   1, 01, 00, 20,67,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CARRIER 28800/VFC<cr><lf>",   1, 01, 00, 80,70,00,00, 00,00,00,00

HKR, Responses, "<cr><lf>CONNECT 0600<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 12000<cr><lf>",       1, 02, 00, 00,00,00,00, E0,2E,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 16800<cr><lf>",       1, 02, 00, 00,00,00,00, A0,41,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 21600<cr><lf>",       1, 02, 00, 00,00,00,00, 60,54,00,00
HKR, Responses, "<cr><lf>CONNECT 24000<cr><lf>",       1, 02, 00, 00,00,00,00, C0,5D,00,00
HKR, Responses, "<cr><lf>CONNECT 26400<cr><lf>",       1, 02, 00, 00,00,00,00, 20,67,00,00
HKR, Responses, "<cr><lf>CONNECT 28800<cr><lf>",       1, 02, 00, 00,00,00,00, 80,70,00,00
HKR, Responses, "<cr><lf>CONNECT 31200<cr><lf>",       1, 02, 00, 00,00,00,00, E0,79,00,00
HKR, Responses, "<cr><lf>CONNECT 33600<cr><lf>",       1, 02, 00, 00,00,00,00, 40,83,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
HKR, Responses, "<cr><lf>CONNECT 230400<cr><lf>",      1, 02, 00, 00,00,00,00, 00,84,03,00
HKR, Responses, "<cr><lf>CONNECT 75TX/1200RX<cr><lf>", 1, 02, 00, 00,00,00,00, B0,04,00,00
HKR, Responses, "<cr><lf>CONNECT 1200TX/75RX<cr><lf>", 1, 02, 00, 00,00,00,00, B0,04,00,00

HKR, Responses, "<cr><lf>CONNECT 1200/ARQ<cr><lf>",    1, 02, 02, 00,00,00,00, B0,04,00,00
HKR, Responses, "<cr><lf>CONNECT 0600/ARQ<cr><lf>",    1, 02, 02, 00,00,00,00, 58,02,00,00
HKR, Responses, "<cr><lf>CONNECT 2400/ARQ<cr><lf>",    1, 02, 02, 00,00,00,00, 60,09,00,00
HKR, Responses, "<cr><lf>CONNECT 4800/ARQ<cr><lf>",    1, 02, 02, 00,00,00,00, C0,12,00,00
HKR, Responses, "<cr><lf>CONNECT 9600/ARQ<cr><lf>",    1, 02, 02, 00,00,00,00, 80,25,00,00
HKR, Responses, "<cr><lf>CONNECT 7200/ARQ<cr><lf>",    1, 02, 02, 00,00,00,00, 20,1C,00,00
HKR, Responses, "<cr><lf>CONNECT 12000/ARQ<cr><lf>",   1, 02, 02, 00,00,00,00, E0,2E,00,00
HKR, Responses, "<cr><lf>CONNECT 14400/ARQ<cr><lf>",   1, 02, 02, 00,00,00,00, 40,38,00,00
HKR, Responses, "<cr><lf>CONNECT 16800/ARQ<cr><lf>",   1, 02, 02, 00,00,00,00, A0,41,00,00
HKR, Responses, "<cr><lf>CONNECT 19200/ARQ<cr><lf>",   1, 02, 02, 00,00,00,00, 00,4B,00,00
HKR, Responses, "<cr><lf>CONNECT 21600/ARQ<cr><lf>",   1, 02, 02, 00,00,00,00, 60,54,00,00
HKR, Responses, "<cr><lf>CONNECT 24000/ARQ<cr><lf>",   1, 02, 02, 00,00,00,00, C0,5D,00,00
HKR, Responses, "<cr><lf>CONNECT 26400/ARQ<cr><lf>",   1, 02, 02, 00,00,00,00, 20,67,00,00
HKR, Responses, "<cr><lf>CONNECT 28800/ARQ<cr><lf>",   1, 02, 02, 00,00,00,00, 80,70,00,00
HKR, Responses, "<cr><lf>CONNECT 31200/ARQ<cr><lf>",   1, 02, 02, 00,00,00,00, E0,79,00,00
HKR, Responses, "<cr><lf>CONNECT 33600/ARQ<cr><lf>",   1, 02, 02, 00,00,00,00, 40,83,00,00
HKR, Responses, "<cr><lf>CONNECT 38400/ARQ<cr><lf>",   1, 02, 02, 00,00,00,00, 00,96,00,00
HKR, Responses, "<cr><lf>CONNECT 57600/ARQ<cr><lf>",   1, 02, 02, 00,00,00,00, 00,E1,00,00
HKR, Responses, "<cr><lf>CONNECT 115200/ARQ<cr><lf>",  1, 02, 02, 00,00,00,00, 00,C2,01,00
HKR, Responses, "<cr><lf>CONNECT 230400/ARQ<cr><lf>",  1, 02, 02, 00,00,00,00, 00,84,03,00
HKR, Responses, "<cr><lf>CONNECT 75TX/1200RX/ARQ<cr><lf>", 1, 02, 02, 00,00,00,00, B0,04,00,00
HKR, Responses, "<cr><lf>CONNECT 1200TX/75RX/ARQ<cr><lf>", 1, 02, 02, 00,00,00,00, B0,04,00,00

HKR, Responses, "<cr><lf>COMPRESSION: CLASS 5<cr><lf>",     1, 01, 03, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>COMPRESSION: V.42bis<cr><lf>",     1, 01, 03, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>COMPRESSION: NONE<cr><lf>",        1, 01, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>PROTOCOL: NONE<cr><lf>",           1, 01, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>PROTOCOL: LAP-M<cr><lf>",          1, 01, 02, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>PROTOCOL: LAPM<cr><lf>",           1, 01, 02, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>PROTOCOL: ALT<cr><lf>",            1, 01, 02, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>PROTOCOL: ALT - CELLULAR<cr><lf>", 1, 01, 0A, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>+FCERROR<cr><lf>",                 1, 03, 00, 00,00,00,00, 00,00,00,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: web2, load: 1.48