mdmham.inf Driver File Contents (IntelModem.zip)

;----------------------------------------------------------------------------
;
; Intel Corporation (Data/Fax/Voice) modem installation file
; Copyright (c) 2000 Intel Corporation
;
;----------------------------------------------------------------------------

[Version]
CatalogFile=ambienth.cat
Signature="$CHICAGO$"
Class=Modem
ClassGUID={4D36E96D-E325-11CE-BFC1-08002BE10318}
Provider=%Oem%
DriverVer=10/05/2000, 3.33

;----------------------------------------------------------------------------
; Modifiable strings used by this INF file
;----------------------------------------------------------------------------
[Strings]
Oem           = "Intel Corporation"
;Oem           = "Your Company Name"
ModemName     = "Intel HaM Data Fax Voice"
;ModemName     = "Your Modem Name"
InstallName   = "Intel HaM Modem Drivers and Utilities"
;InstallName   = "Your Install Name"
SwUtilPath = "Software\Intel\HaM"
;SwUtilPath = "Software\Your Company Name\HaM"
HardwareID = "VEN_1813&DEV_4000"
;HardwareID = "Your Vendor and Device ID (do NOT include the "PCI\" or "&SUBSYS....")"

; Valid values for DesiredPort: legacy or any
DesiredPort = "legacy"
;DesiredPort = "any"

RunOncePath   = "Software\Microsoft\Windows\CurrentVersion\RunOnce"
HaMVxDPath    = "System\CurrentControlSet\Services\VxD\HaM"
UninstallPath = "Software\Microsoft\Windows\CurrentVersion\Uninstall\HaM"
InstDiskName  = "HaM Installation Disk"

;----------------------------------------------------------------------------

[Manufacturer]
%Oem% = Oem

[ControlFlags]
ExcludeFromSelect=UNIMODEM9AF00468

[Oem]
%ModemName% = HaM, PCI\VEN_1813&DEV_4000&SUBSYS_00011813&REV_02, PCI\VEN_1813&DEV_4000, UNIMODEM9AF00468

[HaM]
LogConfig  = Modem.ConfigNormal
DelFiles   = HamRmCPLFile.Del
CopyFiles  = HaMSystemFiles,HaMWindowsFiles,HaMINFFiles
AddReg     = Modem.AddReg,HaM.AddReg,FrontPanel.AddReg,DBS.AddReg,ComFix.AddReg,Uninstall.AddReg,Voice.AddReg
Uninstall  = DefaultUninstall

[DefaultUninstall]
DelFiles   = HaMSystemFiles,HaMWindowsFiles,HaMINFFiles
DelReg     = DBS.DelReg,Comfix.DelReg,Uninstall.DelReg

;----------------------------------------------------------------------------
;
; Directory/path information for installed files
;
;----------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir=11          ; Windows system directory
HaMSystemFiles=11          ; Windows system directory
HaMWindowsFiles=10         ; Windows directory
HaMINFFiles=17             ; Windows INF directory
HaMRmCPLFile.Del=10,StartM~1\Programs\StartUp

[SourceDisksNames]
1=%InstDiskName%,,

[SourceDisksFiles]
ham_dbs.vxd=1
hamport.vxd=1
hampanel.exe=1
hamcpl.cpl=1
hamrmcpl=1
hamrmdev.exe=1
ambienth.cat=1
 
;----------------------------------------------------------------------------
; Logical Configuration Sections
;
; This section specifies hardware resource requirements for the device.
; - The "S:" preceding listed IRQs indicates that the device supports
;   shared interrupts (as does the new ComFire hardware with INTEVT reg).
;
;----------------------------------------------------------------------------
[Modem.ConfigNormal]
ConfigPriority=NORMAL
IRQConfig=S:2,3,4,5,6,7,8,9,10,11,12,13,14,15
IOConfig=100@400-ffff%ffc0(3ff::)
MemConfig=1000@1000-ffffffff%ffffff00

;----------------------------------------------------------------------------
;
; Driver files to be copied to the \WINDOWS\SYSTEM directory
;   Syntax: destination_name, source_name, flag
;
;----------------------------------------------------------------------------
[HaMSystemFiles]
hamport.vxd
ham_dbs.vxd
hamcpl.cpl

[HaMRmCPLFile.Del]
hamrmcpl.bat

;----------------------------------------------------------------------------
;
; Application/other files to be copied to the \WINDOWS directory
;   Syntax: destination_name, source_name, flag
;
;----------------------------------------------------------------------------
[HaMWindowsFiles]
hampanel.exe
hamrmdev.exe
hamrmcpl

;----------------------------------------------------------------------------
;
; INF files to be copied to the \INF directory for Uninstall support
;   Syntax: destination_name, source_name, flag
;
;----------------------------------------------------------------------------
[HaMINFFiles]
mdmham.inf,mdmham.inf
hamserwv.inf,hamserwv.inf

;----------------------------------------------------------------------------
;
; Uninstall configuration section
;
;----------------------------------------------------------------------------
[Uninstall.AddReg]
HKLM,%UninstallPath%,DisplayName,,%InstallName% 
HKLM,%UninstallPath%,InfDefaultUninstall,,"%10%\rundll.exe %11%\setupx.dll,InstallHinfSection DefaultUninstall 132 %17%\mdmham.inf"
HKLM,%UninstallPath%,UninstallString,,"%10%\control.exe %11%\hamcpl.cpl"

[Uninstall.DelReg]
HKLM,%UninstallPath%
HKLM,%SwUtilPath%

;----------------------------------------------------------------------------
;
; Front Panel Applet configuration section
;
; To force front panel app to only be started as an Icon, install with /I option
; To allow front panel app to start as a window or Icon install without /I option
;  and specify initial state as Icon: Startup = "1", or Window: Startup = "0"
;----------------------------------------------------------------------------
[FrontPanel.AddReg]
;HKLM,%SwUtilPath%\FrontPanel,ExecString,0,"%10%\hampanel /I /B:%SwUtilPath%"
HKLM,%SwUtilPath%\FrontPanel,ExecString,0,"%10%\hampanel /B:%SwUtilPath%"
HKLM,%SwUtilPath%\FrontPanel,Startup,0,"1"
HKLM,%SwUtilPath%\FrontPanel,ModemName,0,%ModemName%

;----------------------------------------------------------------------------
; HaM DOS Box Driver Registry Sections
;
; This section contains HAM_DBS-specific registry entries.
;       - If used, the '3' flag means "hex # won't replace existing entry".
;
;----------------------------------------------------------------------------
[DBS.AddReg]
HKLM,%HaMVxDPath%,Start,1,0
;
;
;
HKLM,%HaMVxDPath%,Model,0,%ModemName%
HKLM,%HaMVxDPath%,HardwareID,0,%HardwareID%
HKLM,%HaMVxDPath%,DesiredPort,0,%DesiredPort%
HKLM,%HaMVxDPath%,ShareIRQ,0,1
;setting StartApplet,0,1 will sellect "Automatically start modem Front Panel Applet"
HKLM,%HaMVxDPath%,StartApplet,0,0
HKLM,%HaMVxDPath%,AppletBase,0,%SwUtilPath%
;setting SupportDOS,0,0 will deselect "Enable DOS Box Support"
HKLM,%HaMVxDPath%,SupportDOS,0,1
HKLM,%HaMVxDPath%,Installed,0,1
HKLM,%HaMVxDPath%,StaticVxD,0,HAM_DBS.VXD
;
; INF naming sections
;
HKLM,%HaMVxDPath%,HaMINFLocation,0,mdmham.inf
HKLM,%HaMVxDPath%,VoiceINFLocation,0,hamserwv.inf

[DBS.DelReg]
HKLM,%HaMVxDPath%

;----------------------------------------------------------------------------
;
; HaM ComFix Registry Entries
;  Control panel will be launched and "HKLM,%HaMVxDPath%,DESIREDPORT,0,LEGACY"
;  will cause the Control Panel to move the Com Port to COM4 or COM3 if possible
;----------------------------------------------------------------------------
[ComFix.AddReg]
HKLM,%RunOncePath%,HaM Comfix,0,"control hamcpl.cpl"

[ComFix.DelReg]
HKLM,%RunOncePath%,HaM Comfix                  


;----------------------------------------------------------------------------
; Modem Registry Sections
;
; The [Modem.Reg] section has settings specific to our device.
;
;----------------------------------------------------------------------------
[Modem.AddReg]
;HKR,,NoSetupUI,,1

HKR,, FriendlyDriver,,unimodem.vxd
HKR,, DevLoader,,*vcomm
HKR,, PortSubClass,1,02
HKR,, ConfigDialog,,modemui.dll
HKR,, EnumPropPages,,"modemui.dll,EnumPropPages"
HKR,, DeviceType,1,02
HKR,, PortDriver,,"hamport.vxd"
HKR,, Contention,, ""
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,, ChipID,,"HaM"

;Uncomment the following line if Handset Hook detection is not supported 
;HKR,, gpio_lpohd, 1, 0

;----------------------------------------------------------------------------
; International settings
;  International = 0 => no international page
;  International = 1 => international page without Telephony button
;  International = 3 => international page with Telephony botton
;----------------------------------------------------------------------------
HKR,, International,       0x10001, 1
HKR,, CurrentCountry,      0x10001, 1
HKR,, DefaultCountry,      0x10001, 1
HKR, Countries, Country0,  0x10001, 61
HKR, Countries, Country1,  0x10001, 43
HKR, Countries, Country2,  0x10001, 32
HKR, Countries, Country3,  0x10001, 86
HKR, Countries, Country4,  0x10001, 357
HKR, Countries, Country5,  0x10001, 45
HKR, Countries, Country6,  0x10001, 358
HKR, Countries, Country7,  0x10001, 33
HKR, Countries, Country8,  0x10001, 49
HKR, Countries, Country9,  0x10001, 30
HKR, Countries, Country10, 0x10001, 354
HKR, Countries, Country11, 0x10001, 353
HKR, Countries, Country12, 0x10001, 972
HKR, Countries, Country13, 0x10001, 39
HKR, Countries, Country14, 0x10001, 81
HKR, Countries, Country15, 0x10001, 423
HKR, Countries, Country16, 0x10001, 352
HKR, Countries, Country17, 0x10001, 60
HKR, Countries, Country18, 0x10001, 31
HKR, Countries, Country19, 0x10001, 47
HKR, Countries, Country20, 0x10001, 351
HKR, Countries, Country21, 0x10001, 7
HKR, Countries, Country22, 0x10001, 34
HKR, Countries, Country23, 0x10001, 46
HKR, Countries, Country24, 0x10001, 41
HKR, Countries, Country25, 0x10001, 44
HKR, Countries, Country26, 0x10001, 1

HKR,, CountryList, 1,01,00,1B,00,01,00,B5,00,55,53,41,00,51,00,00,01,4A,50,4E,00,2C,00,B4,02,47,42,52,00,31,00,42,03,44,45,55,00,2E,00,A5,04,53,57,45,00,2D,00,31,05,44,4E,4B,00,66,01,3C,06,46,49,4E,00,2F,00,82,07,4E,4F,52,00,2B,00,0A,08,41,55,54,00,29,00,A6,09,43,48,45,00,07,00,B8,0A,52,55,53,00,3D,00,09,0B,41,55,53,00,\
              3C,00,6C,0C,4D,59,53,00,56,00,26,0D,43,48,4E,00,20,00,0F,09,42,45,4C,00,65,01,2D,09,43,59,50,00,21,00,3D,09,46,52,41,00,1E,00,46,09,47,52,43,00,62,01,52,09,49,53,4C,00,61,01,57,09,49,52,4C,00,CC,03,58,09,49,53,52,00,27,00,59,09,49,54,41,00,A7,01,68,09,4C,49,45,00,60,01,69,09,4C,55,58,00,1F,00,7B,09,\
              4E,4C,44,00,5F,01,8B,09,50,52,54,00,22,00,A0,09,45,53,50,00

HKR,, WWH0, 1,01,00,00,00,01,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,EE,F4,01,32,00,00,00,00,00,00,00,00,00,00,00,00,00,01,EE,00,EE,DC,00,B4,00,DC,00,B4,00,80,02,1C,02,4C,04,84,03,01,EE,02,EE,84,03,90,01,84,03,90,01,00,00,00,00,00,00,00,00,03,EE,02,EE,84,03,90,01,84,03,90,01,00,00,00,00,\
              00,00,00,00,03,EE,02,EE,5E,01,96,00,5E,01,96,00,00,00,00,00,00,00,00,00,03,EE,02,EE,84,03,90,01,84,03,90,01,00,00,00,00,00,00,00,00,03,EE,02,EE,60,09,78,05,68,10,3C,0F,00,00,00,00,00,00,00,00,05,EE,0F,00,00,00,48,00,00,00,AF,00,CA,08,F4,01,88,13,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,\
              DC,8F,00,40,8D,C1,A4,7A,FF,3F,44,81,00,40,D2,C1,E5,78,00,00,FF,FE,02,02,FF,FE,3C,01,FF,FE,02,00,FF,FE,0E,01,FF,FE,5A,32,FF,FE,00,00,5A,00,4E,4E,4E,FE,3A,3A,3A,FE,0A,0A,0A,FE,0A,09,10,FE,0A,09,10,FE,0A,09,10,FE,F4,01,32,00,3D,27,43,21,64,64,FF,FF,04,00,33,00,37,00,2B,2B,2B,2B,2B,2B,64,00,64,00,08,10,\
              00,11

HKR,, WWH1, 1,01,00,01,00,03,0C,B4,00,B4,00,00,00,00,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,01,EE,E8,03,84,03,00,00,00,00,00,00,00,00,00,00,00,00,01,EE,00,EE,DC,00,B4,00,DC,00,B4,00,94,02,1C,02,4C,04,84,03,01,EE,02,EE,B6,03,90,01,26,02,2C,01,00,00,00,00,00,00,00,00,03,EE,02,EE,00,00,0A,00,00,00,0A,00,00,00,00,00,\
              00,00,00,00,03,EE,02,EE,00,00,0A,00,00,00,0A,00,00,00,00,00,00,00,00,00,03,EE,02,EE,00,00,0A,00,00,00,0A,00,00,00,00,00,00,00,00,00,03,EE,02,EE,1A,04,84,03,02,08,08,07,00,00,00,00,00,00,00,00,05,EE,0E,00,00,00,42,00,00,00,AF,00,CA,08,F4,01,62,11,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,\
              DC,8F,00,40,8D,C1,A4,7A,FF,3F,44,81,00,40,D2,C1,E5,78,00,00,FF,FE,03,03,FF,FE,3C,01,FF,FE,02,00,FF,FE,0E,01,FF,FE,5A,3C,FF,FE,00,00,5A,FE,4E,4E,4E,FE,3A,3A,3A,FE,0A,0A,0A,FE,0F,06,0F,FE,0F,06,0F,FE,0F,06,0F,FE,E8,03,32,00,43,21,43,21,BC,BC,FF,FF,04,00,33,00,37,00,2B,2B,2B,2B,2B,2B,2C,01,78,00,04,10,\
              00,11

HKR,, WWH2, 1,01,00,01,01,0F,0C,FF,FF,FF,FF,05,05,05,05,05,05,05,05,05,05,05,05,05,05,05,05,01,EE,D0,07,1C,02,00,00,00,00,00,00,00,00,00,00,00,00,01,EE,00,EE,DC,00,B4,00,DC,00,B4,00,94,02,1C,02,4C,04,84,03,01,EE,02,EE,D6,01,18,01,D6,01,18,01,00,00,00,00,00,00,00,00,03,EE,02,EE,00,00,0A,00,00,00,0A,00,00,00,00,00,\
              00,00,00,00,03,EE,02,EE,F4,01,2C,01,40,01,04,01,00,00,00,00,00,00,00,00,03,EE,02,EE,22,01,A0,00,22,01,A0,00,00,00,00,00,00,00,00,00,03,EE,02,EE,4C,04,20,03,02,08,3A,07,00,00,00,00,00,00,00,00,05,EE,0F,00,00,00,3C,00,00,00,5E,01,C2,01,40,06,98,08,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,66,06,\
              C9,F8,66,06,55,C5,6E,74,00,40,3F,80,00,40,6E,C3,11,7A,00,00,FF,FE,04,04,07,FE,3A,00,3A,FE,04,04,0B,FE,0E,01,FF,FE,5F,44,FF,FE,40,00,5A,FE,4E,4E,4E,FE,3A,3A,3A,FE,0A,0A,0A,FE,0A,09,10,FE,0A,09,10,FE,0A,09,10,FE,E8,03,32,00,43,21,43,21,BC,BC,FF,FF,00,00,34,00,38,00,23,25,2B,2B,2B,2D,2C,01,78,00,2C,10,\
              18,11

HKR,, WWH3, 1,01,00,01,00,02,01,1E,00,1E,00,1E,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,01,EE,D0,07,64,00,00,00,00,00,00,00,00,00,00,00,00,00,01,EE,00,EE,DC,00,B4,00,DC,00,B4,00,94,02,1C,02,4C,04,84,03,01,EE,02,EE,12,02,AE,01,12,02,AE,01,00,00,00,00,00,00,00,00,03,EE,02,EE,D2,00,5A,00,44,02,7C,01,00,00,00,00,\
              00,00,00,00,03,EE,02,EE,0E,01,D2,00,2C,01,04,01,00,00,00,00,00,00,00,00,03,EE,02,EE,D2,00,5A,00,44,02,7C,01,00,00,00,00,00,00,00,00,03,EE,02,EE,56,04,0C,03,3A,11,6A,0E,00,00,00,00,00,00,00,00,05,EE,12,00,00,00,30,00,00,00,D2,00,64,19,F4,01,7C,15,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,66,06,\
              F0,F5,66,06,DB,C2,CD,76,FF,3F,E4,80,00,40,46,C2,C5,79,00,00,09,FE,03,03,09,FE,3C,01,63,FE,02,00,0A,FE,0E,01,63,FE,5A,5A,5A,FE,00,00,5A,FE,4E,4E,4E,FE,3A,3A,3A,FE,0A,0A,0A,FE,0A,09,10,FE,0A,09,10,FE,0A,09,10,FE,6C,07,19,00,3C,28,3C,28,BC,BC,FF,FF,00,00,38,00,3C,00,2F,2F,2F,31,31,31,2C,01,78,00,2C,10,\
              18,11

HKR,, WWH4, 1,01,00,00,00,0A,0C,10,0E,10,0E,04,3C,3C,3C,3C,3C,3C,3C,3C,3C,3C,3C,FF,FF,FF,FF,01,EE,D0,07,64,00,00,00,00,00,00,00,00,00,00,00,00,00,01,EE,00,EE,DC,00,B4,00,DC,00,B4,00,94,02,1C,02,4C,04,84,03,01,EE,02,EE,18,01,DC,00,18,01,DC,00,00,00,00,00,00,00,00,00,03,EE,02,EE,18,01,DC,00,3E,03,9E,02,00,00,00,00,\
              00,00,00,00,03,EE,02,EE,00,00,0A,00,00,00,0A,00,00,00,00,00,00,00,00,00,03,EE,02,EE,00,00,0A,00,00,00,0A,00,00,00,00,00,00,00,00,00,03,EE,02,EE,08,07,E8,03,10,0E,B8,0B,00,00,00,00,00,00,00,00,05,EE,21,00,00,00,30,00,00,00,96,00,D0,07,E8,03,70,17,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,66,06,\
              53,F6,66,06,48,C3,C9,76,FF,3F,9D,80,00,40,7F,C2,20,7A,00,00,FF,FE,0A,02,3C,FE,32,01,63,FE,02,00,0A,FE,0E,00,FF,FE,5F,46,64,FE,00,00,14,FE,4E,4E,4E,FE,3A,3A,3A,FE,0A,0A,0A,FE,0A,09,10,FE,0A,09,10,FE,0A,09,10,FE,58,02,0A,00,43,21,43,21,BC,BC,FF,FF,01,00,33,00,37,00,2B,2B,2B,2B,2B,2B,2C,01,78,00,2C,10,\
              18,11

HKR,, WWH5, 1,01,00,00,00,0A,0C,FF,FF,FF,FF,03,03,03,03,03,03,03,03,03,03,03,03,03,03,03,00,01,EE,D0,07,64,00,00,00,00,00,00,00,00,00,00,00,00,00,01,EE,00,EE,DC,00,B4,00,DC,00,B4,00,94,02,1C,02,4C,04,84,03,01,EE,02,EE,1C,02,68,01,1C,02,68,01,00,00,00,00,00,00,00,00,03,EE,02,EE,18,01,DC,00,18,01,DC,00,00,00,00,00,\
              00,00,00,00,03,EE,02,EE,00,00,0A,00,00,00,0A,00,00,00,00,00,00,00,00,00,03,EE,02,EE,00,00,0A,00,00,00,0A,00,00,00,00,00,00,00,00,00,03,EE,02,EE,14,05,58,02,68,10,58,02,00,00,00,00,00,00,00,00,05,EE,1E,00,00,00,32,00,00,00,96,00,DC,05,88,13,34,21,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,66,06,\
              B0,F7,66,06,6C,C4,61,75,00,40,5F,80,00,40,13,C3,00,7A,00,02,05,FE,02,02,0A,FE,32,00,FF,FE,02,00,0A,FE,0F,00,FF,FE,5F,41,82,FE,00,00,01,FE,4E,4E,4E,FE,3A,3A,3A,FE,0A,0A,0A,FE,0A,09,10,FE,0A,09,10,FE,0A,09,10,FE,F4,01,0A,00,3E,26,3E,26,BC,BC,FF,FF,01,00,34,00,38,00,2B,2B,2B,2B,2B,2B,2C,01,78,00,2C,10,\
              18,11

HKR,, WWH6, 1,01,00,00,00,04,0C,10,0E,10,0E,06,3C,3C,3C,3C,3C,3C,3C,3C,3C,3C,3C,3C,3C,3C,3C,01,EE,F4,01,32,00,00,00,00,00,00,00,00,00,00,00,00,00,01,EE,00,EE,DC,00,B4,00,DC,00,B4,00,94,02,1C,02,4C,04,84,03,01,EE,02,EE,E4,0C,8C,0A,E4,0C,8C,0A,00,00,00,00,00,00,00,00,03,EE,02,EE,E4,0C,8C,0A,E4,0C,8C,0A,00,00,00,00,\
              00,00,00,00,03,EE,02,EE,E4,0C,8C,0A,E4,0C,8C,0A,00,00,00,00,00,00,00,00,03,EE,02,EE,E4,0C,8C,0A,E4,0C,8C,0A,00,00,00,00,00,00,00,00,03,EE,02,EE,60,09,78,05,68,10,3C,0F,00,00,00,00,00,00,00,00,05,EE,22,00,00,00,2F,00,00,00,96,00,DC,05,E8,03,70,17,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,66,06,\
              B0,F7,66,06,6C,C4,61,75,00,40,5F,80,00,40,13,C3,00,7A,00,02,FF,FE,04,02,05,FE,32,00,3C,FE,02,00,0A,FE,0E,00,FF,FE,5F,41,FF,FE,00,00,01,FE,4E,4E,4E,FE,3A,3A,3A,FE,0A,0A,0A,FE,0A,09,10,FE,0A,09,10,FE,0A,09,10,FE,6C,07,0A,00,43,21,43,21,BC,BC,FF,FF,05,00,38,00,3C,00,2B,2B,2B,2B,2B,2B,2C,01,78,00,2C,10,\
              18,11

HKR,, WWH7, 1,01,00,01,00,FF,01,FF,FF,FF,FF,05,3C,3C,3C,3C,3C,3C,3C,3C,3C,3C,3C,3C,3C,3C,3C,01,EE,D0,07,64,00,00,00,00,00,00,00,00,00,00,00,00,00,01,EE,00,EE,DC,00,B4,00,DC,00,B4,00,94,02,1C,02,4C,04,84,03,01,EE,02,EE,58,02,C8,00,58,02,C8,00,00,00,00,00,00,00,00,00,03,EE,02,EE,58,02,C8,00,58,02,C8,00,00,00,00,00,\
              00,00,00,00,03,EE,02,EE,00,00,0A,00,00,00,0A,00,00,00,00,00,00,00,00,00,03,EE,02,EE,00,00,0A,00,00,00,0A,00,00,00,00,00,00,00,00,00,03,EE,02,EE,14,05,58,02,68,10,58,02,00,00,00,00,00,00,00,00,05,EE,22,00,00,00,2F,00,00,00,96,00,DC,05,A4,06,3C,0F,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,66,06,\
              B0,F7,66,06,6C,C4,61,75,00,40,5F,80,00,40,13,C3,00,7A,00,00,03,FE,05,03,14,FE,32,00,FF,FE,02,00,0A,FE,1E,00,32,FE,5A,41,82,FE,00,00,01,FE,4E,4E,4E,FE,3A,3A,3A,FE,0A,0A,0A,FE,0A,09,10,FE,0A,09,10,FE,0A,09,10,FE,F4,01,0A,00,3E,26,3E,26,BC,BC,FF,FF,01,00,33,00,37,00,2B,2B,2B,2B,2B,2B,2C,01,78,00,2C,10,\
              18,11

HKR,, WWH8, 1,01,00,01,01,0F,32,FF,FF,10,0E,06,06,06,06,06,06,06,06,06,06,06,06,06,06,06,06,01,EE,20,4E,64,00,00,00,00,00,00,00,00,00,00,00,00,00,01,EE,00,EE,DC,00,B4,00,DC,00,B4,00,94,02,1C,02,4C,04,84,03,01,EE,02,EE,58,02,5A,00,6C,02,78,00,00,00,00,00,00,00,00,00,03,EE,02,EE,58,02,5A,00,6C,02,78,00,00,00,00,00,\
              00,00,00,00,03,EE,02,EE,3A,02,5A,00,02,03,8C,00,00,00,00,00,00,00,00,00,03,EE,02,EE,3A,02,5A,00,02,03,8C,00,00,00,00,00,00,00,00,00,03,EE,02,EE,86,06,7C,01,28,23,6C,07,32,00,00,00,00,00,00,00,05,EE,11,00,00,00,1A,00,00,00,EE,02,E2,04,6E,0F,A2,17,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,66,06,\
              1E,FB,66,06,3A,C7,12,72,00,40,22,80,00,40,01,C4,08,7A,00,02,09,FE,03,03,05,FE,3C,01,FF,FE,02,00,0A,FE,0E,01,63,FE,5A,46,FF,FE,00,00,01,FE,4E,4E,4E,FE,3A,3A,3A,FE,0A,0A,0A,FE,0A,09,10,FE,0A,09,10,FE,0A,09,10,FE,6C,07,19,00,3C,28,3C,28,BC,BC,FF,FF,02,00,33,00,37,00,2E,2E,2E,30,30,30,2C,01,78,00,2C,10,\
              18,11

HKR,, WWH9, 1,01,00,01,01,0E,32,FF,FF,10,0E,06,06,06,06,06,06,06,06,06,06,06,06,06,06,06,06,01,EE,DC,05,64,00,00,00,00,00,00,00,00,00,00,00,00,00,01,EE,04,EE,DC,00,B4,00,DC,00,B4,00,94,02,1C,02,56,04,84,03,01,EE,02,EE,84,03,90,01,84,03,90,01,00,00,00,00,00,00,00,00,03,EE,02,EE,84,03,90,01,84,03,90,01,00,00,00,00,\
              00,00,00,00,03,EE,02,EE,84,03,90,01,84,03,90,01,00,00,00,00,00,00,00,00,03,EE,02,EE,84,03,90,01,84,03,90,01,00,00,00,00,00,00,00,00,03,EE,02,EE,60,09,78,05,68,10,3C,0F,00,00,00,00,00,00,00,00,05,EE,0F,00,00,00,3C,00,00,00,EE,02,E2,04,AC,0D,7C,15,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,66,06,\
              1E,FB,66,06,3A,C7,12,72,00,40,22,80,00,40,01,C4,08,7A,00,02,09,FE,03,03,05,FE,3C,01,FF,FE,02,00,0A,FE,0E,01,63,FE,5A,46,FF,FE,00,00,01,FE,4E,4E,4E,FE,3A,3A,3A,FE,0A,0A,0A,FE,0A,09,10,FE,0A,09,10,FE,0A,09,10,FE,6C,07,19,00,3D,27,43,21,BC,BC,FF,FF,07,00,33,00,37,00,32,2B,2B,2B,2B,2B,2C,01,78,00,2C,10,\
              18,11

HKR,, WWH10, 1,01,00,00,00,01,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,EE,F4,01,32,00,00,00,00,00,00,00,00,00,00,00,00,00,01,EE,00,EE,DC,00,B4,00,DC,00,B4,00,94,02,1C,02,4C,04,84,03,01,EE,02,EE,58,02,2C,01,58,02,2C,01,00,00,00,00,00,00,00,00,03,EE,02,EE,58,02,2C,01,58,02,2C,01,00,00,00,00,\
              00,00,00,00,03,EE,02,EE,FA,00,78,00,FA,00,78,00,00,00,00,00,00,00,00,00,03,EE,02,EE,FA,00,78,00,FA,00,78,00,00,00,00,00,00,00,00,00,03,EE,02,EE,60,09,78,05,68,10,3C,0F,00,00,00,00,00,00,00,00,05,EE,0F,00,00,00,48,00,00,00,AF,00,CA,08,F4,01,62,11,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,\
              DC,8F,00,40,8D,C1,A4,7A,FF,3F,44,81,00,40,D2,C1,E5,78,00,00,FF,FE,02,02,FF,FE,3C,01,FF,FE,02,00,FF,FE,0E,01,FF,FE,5A,32,FF,FE,00,00,5A,FE,4E,4E,4E,FE,3A,3A,3A,FE,0A,0A,0A,FE,09,09,10,FE,0A,09,10,FE,0A,09,10,FE,F4,01,32,00,3D,27,43,21,BC,BC,FF,FF,04,00,2A,00,2E,00,2B,2B,2B,2B,2B,2B,2C,01,78,00,2C,10,\
              18,11

HKR,, WWH11, 1,01,00,01,00,0A,0C,10,0E,10,0E,06,1F,1F,1F,1F,1F,1F,1F,1F,1F,1F,1F,1F,1F,1F,1F,01,EE,D0,07,32,00,00,00,00,00,00,00,00,00,00,00,00,00,01,EE,00,EE,DC,00,B4,00,DC,00,B4,00,94,02,1C,02,4C,04,84,03,01,EE,02,EE,08,02,64,00,08,02,64,00,00,00,00,00,00,00,00,00,03,EE,02,EE,08,02,64,00,08,02,64,00,00,00,00,00,\
              00,00,00,00,03,EE,02,EE,08,02,64,00,08,02,64,00,00,00,00,00,00,00,00,00,03,EE,02,EE,08,02,64,00,08,02,64,00,00,00,00,00,00,00,00,00,03,EE,02,EE,E2,04,16,03,A2,17,06,0E,00,00,00,00,00,00,00,00,05,EE,0A,00,00,00,3E,00,00,00,96,00,FA,00,AC,0D,94,11,96,00,FA,00,96,00,FA,00,96,00,FA,00,DC,05,C4,09,00,40,\
              DC,8F,00,40,8D,C1,A4,7A,FF,3F,44,81,00,40,D2,C1,E5,78,00,00,FF,FE,02,02,05,FE,3C,01,FF,FE,02,00,FF,FE,0E,01,FF,FE,5A,46,FF,FE,00,00,5A,FE,4E,4E,4E,FE,3A,3A,3A,FE,0A,0A,0A,FE,0A,09,10,FE,0A,09,10,FE,0A,09,10,FE,6C,07,0A,00,43,21,43,21,BC,BC,FF,FF,05,00,24,00,30,00,2B,2B,2B,2B,2B,2B,2C,01,78,00,68,10,\
              00,11

HKR,, WWH12, 1,01,00,00,00,01,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,EE,F4,01,32,00,00,00,00,00,00,00,00,00,00,00,00,00,01,EE,00,EE,DC,00,B4,00,DC,00,B4,00,94,02,1C,02,4C,04,84,03,01,EE,02,EE,26,02,C2,01,26,02,C2,01,00,00,00,00,00,00,00,00,03,EE,02,EE,26,02,C2,01,26,02,C2,01,00,00,00,00,\
              00,00,00,00,03,EE,02,EE,26,02,C2,01,26,02,C2,01,00,00,00,00,00,00,00,00,03,EE,02,EE,26,02,C2,01,18,01,DC,00,00,00,00,00,00,00,00,00,03,EE,02,EE,B8,01,68,01,98,08,08,07,00,00,00,00,00,00,00,00,05,EE,0E,00,00,00,1B,00,00,00,20,03,B0,04,AC,0D,94,11,68,01,B8,01,AA,00,E6,00,68,01,B8,01,DC,05,C4,09,66,06,\
              B0,F7,66,06,6C,C4,61,75,00,40,5F,80,00,40,13,C3,00,7A,00,00,FF,FE,02,02,FF,FE,3C,01,FF,FE,02,00,FF,FE,0E,01,FF,FE,5A,32,FF,FE,00,00,5A,FE,4E,4E,4E,FE,3A,3A,3A,FE,0A,0A,0A,FE,0A,09,10,FE,0A,09,10,FE,0A,09,10,FE,F4,01,32,00,43,21,43,21,BC,BC,FF,FF,04,00,2B,00,2F,00,29,29,29,29,29,29,2C,01,78,00,08,10,\
              00,11

HKR,, WWH13, 1,01,00,00,00,01,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,EE,F4,01,32,00,00,00,00,00,00,00,00,00,00,00,00,00,01,EE,00,EE,DC,00,B4,00,DC,00,B4,00,80,02,1C,02,4C,04,84,03,01,EE,02,EE,84,03,C8,00,84,03,C8,00,00,00,00,00,00,00,00,00,03,EE,02,EE,84,03,C8,00,84,03,C8,00,00,00,00,00,\
              00,00,00,00,03,EE,02,EE,84,03,C8,00,84,03,C8,00,00,00,00,00,00,00,00,00,03,EE,02,EE,84,03,C8,00,84,03,C8,00,00,00,00,00,00,00,00,00,03,EE,02,EE,60,09,78,05,68,10,3C,0F,00,00,00,00,00,00,00,00,05,EE,0F,00,00,00,48,00,00,00,AF,00,CA,08,F4,01,62,11,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,\
              DC,8F,00,40,8D,C1,A4,7A,FF,3F,44,81,00,40,D2,C1,E5,78,00,00,FF,FE,02,02,FF,FE,3C,01,FF,FE,02,00,FF,FE,0E,01,FF,FE,5A,32,FF,FE,00,00,5A,00,4E,4E,4E,FE,3A,3A,3A,FE,0A,0A,0A,FE,0A,09,10,FE,0A,09,10,FE,0A,09,10,FE,F4,01,32,00,3D,27,43,21,BC,BC,FF,FF,04,00,33,00,37,00,2B,2B,2B,2B,2B,2B,64,00,64,00,08,10,\
              00,11

;----------------------------------------------------------------------------
; HaM Registry Sections
;
; This section contains HaM-specific registry entries and AT commands.
;
;----------------------------------------------------------------------------
[HaM.AddReg]
HKR,  Answer,    1,, "ATA<cr>"
HKR,  Hangup,    1,, "ATH<cr>"
HKR,  Init,      1,, "AT<cr>"
HKR,  Init,      2,, "AT&F E0 Q0 X4 S0=0 &D2 &C1 &S0 V1 W4<cr>"
HKR,, InactivityScale, 1, 3C,00,00,00
HKR,  Monitor,   1,, "ATS0=0<cr>"
HKR,  Monitor,   2,, "None"
HKR,, Properties, 1, 80,01,00,00, FF,00,00,00, FF,00,00,00, 07,00,00,00, 0F,00,00,00, 37,03,00,00, 00,C2,01,00, 00,E1,00,00
HKR,, Reset,, "AT&F<cr>"

HKR, Settings, Blind_Off,, "X4"
HKR, Settings, Blind_On,, "X3"
HKR, Settings, CallSetupFailTimer,, "S7=<#>"
HKR, Settings, Compression_On,, "%%C1+DS=3,0;"
HKR, Settings, Compression_Off,, "%%C0+DS=0,0;"
HKR, Settings, DialPrefix,, "D"
HKR, Settings, DialSuffix,, ""
HKR, Settings, ErrorControl_On,,     "+ES=3,0,2;"
HKR, Settings, ErrorControl_Off,,    "+ES=1,0,1;"
HKR, Settings, ErrorControl_Forced,, "+ES=3,2,4;"
HKR, Settings, FlowControl_Off,,   "&K0"
HKR, Settings, FlowControl_Hard,,  "&K3"
HKR, Settings, FlowControl_Soft,,  "&K4"
HKR, Settings, InactivityTimeout,, "S30=<#>"
HKR, Settings, Prefix,, "AT"
HKR, Settings, Pulse,, "P"
HKR, Settings, Tone,, "T"
HKR, Settings, SpeakerMode_Off,,  "M0"
HKR, Settings, SpeakerMode_Dial,, "M1"
HKR, Settings, SpeakerMode_On,,   "M2"
HKR, Settings, SpeakerMode_Setup,,"M3"
HKR, Settings, SpeakerVolume_Low,, "L0"
HKR, Settings, SpeakerVolume_Med,, "L2"
HKR, Settings, SpeakerVolume_High,,"L3"
HKR, Settings, Terminator,, "<cr>"
HKR, Settings, Modulation_CCITT,,     "+MS=V90,1,0,0,0,0;"
;HKR, Settings, Modulation_Bell,,      "+MA=V34,V32B,V22B,BELL212,BELL103;"
;HKR, Settings, Modulation_CCITT_V23,, "+MA=V34,V32B,V22B,V23C,V21,BELL103;"
;
; Verbose responses (wrapped with CR/LF pairs)
;
;               (Message)                        Type Opt   DCE Rate     DTE Rate
;               ---------                        ---- --- -----------  -----------
;
HKR, Responses, "<cr><lf>OK<cr><lf>",          1, 00, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr>",                        1, 01, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<lf>",                        1, 01, 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>ERROR<cr><lf>",       1, 03, 00, 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
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>RING<cr><lf>",        1, 08, 00, 00,00,00,00, 00,00,00,00
;
;
;   01 sections = Negotiation Progress
;               
;               (Message)                         Type Opt  DCE Rate     DTE Rate
;               ---------                         ---- --- -----------  -----------
;
HKR, Responses, "<cr><lf>COMPRESSION: NONE<cr><lf>",    1, 01, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>COMPRESSION: MNP 5<cr><lf>",   1, 01, 01, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>COMPRESSION: V.42bis<cr><lf>", 1, 01, 01, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>COMPRESSION: CLASS 5<cr><lf>", 1, 01, 01, 00,00,00,00, 00,00,00,00    
;
;
;               (Message)                        Type Opt   DCE Rate     DTE Rate
;               ---------                        ---- ---  -----------  -----------
;
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: MNP<cr><lf>",        1, 01, 02, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>PROTOCOL: MNP 2<cr><lf>",      1, 01, 02, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>PROTOCOL: MNP 3<cr><lf>",      1, 01, 02, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>PROTOCOL: MNP 2,4<cr><lf>",    1, 01, 02, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>PROTOCOL: MNP 3,4<cr><lf>",    1, 01, 02, 00,00,00,00, 00,00,00,00
;
;
;
;   02 sections = Connect messages    
;
;               (Message)                   Type Opt   DCE Rate     DTE Rate
;               ---------                   ---- ---  ------------ -----------
;
HKR, Responses, "<cr><lf>CONNECT 300<cr><lf>",     1, 02, 00, 2C,01,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 600<cr><lf>",     1, 02, 00, 58,02,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 1200<cr><lf>",    1, 02, 00, B0,04,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 1200/75<cr><lf>", 1, 02, 00, B0,04,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 75/1200<cr><lf>", 1, 02, 00, B0,04,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 2400<cr><lf>",    1, 02, 00, 60,09,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 4800<cr><lf>",    1, 02, 00, C0,12,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 7200<cr><lf>",    1, 02, 00, 20,1C,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 9600<cr><lf>",    1, 02, 00, 80,25,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 12000<cr><lf>",   1, 02, 00, E0,2E,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 14400<cr><lf>",   1, 02, 00, 40,38,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 16800<cr><lf>",   1, 02, 00, A0,41,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 19200<cr><lf>",   1, 02, 00, 00,4B,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 21600<cr><lf>",   1, 02, 00, 60,54,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 24000<cr><lf>",   1, 02, 00, C0,5D,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 26400<cr><lf>",   1, 02, 00, 20,67,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 28800<cr><lf>",   1, 02, 00, 80,70,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 31200<cr><lf>",   1, 02, 00, E0,79,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 33333<cr><lf>",   1, 02, 00, 35,82,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 33600<cr><lf>",   1, 02, 00, 40,83,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 37333<cr><lf>",   1, 02, 00, D5,91,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 38400<cr><lf>",   1, 02, 00, 00,96,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 57600<cr><lf>",   1, 02, 00, 00,E1,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 41333<cr><lf>",   1, 02, 00, 75,A1,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 42666<cr><lf>",   1, 02, 00, AA,A6,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 44000<cr><lf>",   1, 02, 00, E0,AB,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 45333<cr><lf>",   1, 02, 00, 15,B1,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 46666<cr><lf>",   1, 02, 00, 4A,B6,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 48000<cr><lf>",   1, 02, 00, 80,BB,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 49333<cr><lf>",   1, 02, 00, B5,C0,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 50666<cr><lf>",   1, 02, 00, EA,C5,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 52000<cr><lf>",   1, 02, 00, 20,CB,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 53333<cr><lf>",   1, 02, 00, 55,D0,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 54666<cr><lf>",   1, 02, 00, 8A,D5,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 56000<cr><lf>",   1, 02, 00, C0,DA,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 57333<cr><lf>",   1, 02, 00, F5,DF,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 115200<cr><lf>",  1, 02, 00, 00,C2,01,00, 00,00,00,00
;
;
;
;
; Numeric Response Codes (sorted in numeric order)
;
;               (Message)   Type Opt  DCE Rate     DTE Rate
;               ---------   ---- --- -----------  -----------
;
HKR, Responses, "0<cr>",  1, 00, 00, 00,00,00,00, 00,00,00,00 ; OK
HKR, Responses, "1<cr>",  1, 02, 00, 00,00,00,00, 00,00,00,00 ; CONNECT
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, "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
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, "9<cr>",  1, 02, 00, 58,02,00,00, 00,00,00,00 ; CONNECT 600
HKR, Responses, "10<cr>", 1, 02, 00, 60,09,00,00, 00,00,00,00 ; CONNECT 2400
HKR, Responses, "11<cr>", 1, 02, 00, C0,12,00,00, 00,00,00,00 ; CONNECT 4800
HKR, Responses, "12<cr>", 1, 02, 00, 80,25,00,00, 00,00,00,00 ; CONNECT 9600
HKR, Responses, "13<cr>", 1, 02, 00, 40,38,00,00, 00,00,00,00 ; CONNECT 14400
HKR, Responses, "14<cr>", 1, 02, 00, 00,4B,00,00, 00,00,00,00 ; CONNECT 19200
;
;
;
HKR, Responses, "18<cr>", 1, 02, 00, 00,E1,00,00, 00,00,00,00 ; CONNECT 57600
;
;
;
HKR, Responses, "22<cr>", 1, 02, 00, B0,04,00,00, 00,00,00,00 ; CONNECT 1200/75
HKR, Responses, "23<cr>", 1, 02, 00, B0,04,00,00, 00,00,00,00 ; CONNECT 75/1200
HKR, Responses, "24<cr>", 1, 02, 00, 20,1C,00,00, 00,00,00,00 ; CONNECT 7200
HKR, Responses, "25<cr>", 1, 02, 00, E0,2E,00,00, 00,00,00,00 ; CONNECT 12000
;
;
HKR, Responses, "28<cr>", 1, 02, 00, 00,96,00,00, 00,00,00,00 ; CONNECT 38400
;
;
HKR, Responses, "31<cr>", 1, 02, 00, 00,C2,01,00, 00,00,00,00 ; CONNECT 115200
HKR, Responses, "32<cr>", 1, 03, 00, 00,00,00,00, 00,00,00,00 ; +FCERROR
HKR, Responses, "33<cr>", 1, 02, 00, 35,82,00,00, 00,00,00,00 ; CONNECT 33333
HKR, Responses, "34<cr>", 1, 02, 00, D5,91,00,00, 00,00,00,00 ; CONNECT 37333
HKR, Responses, "35<cr>", 1, 02, 00, 75,A1,00,00, 00,00,00,00 ; CONNECT 41333
HKR, Responses, "36<cr>", 1, 02, 00, AA,A6,00,00, 00,00,00,00 ; CONNECT 42666
HKR, Responses, "37<cr>", 1, 02, 00, E0,AB,00,00, 00,00,00,00 ; CONNECT 44000
HKR, Responses, "38<cr>", 1, 02, 00, 15,B1,00,00, 00,00,00,00 ; CONNECT 45333
HKR, Responses, "39<cr>", 1, 02, 00, 4A,B6,00,00, 00,00,00,00 ; CONNECT 46666
HKR, Responses, "40<cr>", 1, 01, 00, 2C,01,00,00, 00,00,00,00 ; CARRIER 300
HKR, Responses, "41<cr>", 1, 01, 00, 58,02,00,00, 00,00,00,00 ; CARRIER 600
HKR, Responses, "42<cr>", 1, 02, 00, 80,BB,00,00, 00,00,00,00 ; CONNECT 48000
HKR, Responses, "43<cr>", 1, 02, 00, B5,C0,00,00, 00,00,00,00 ; CONNECT 49333
HKR, Responses, "44<cr>", 1, 01, 00, B0,04,00,00, 00,00,00,00 ; CARRIER 1200/75
HKR, Responses, "45<cr>", 1, 01, 00, 00,00,00,00, 00,00,00,00 ; RINGBACK       
;
HKR, Responses, "46<cr>", 1, 01, 00, B0,04,00,00, 00,00,00,00 ; CARRIER 1200
HKR, Responses, "47<cr>", 1, 01, 00, 60,09,00,00, 00,00,00,00 ; CARRIER 2400
HKR, Responses, "48<cr>", 1, 01, 00, C0,12,00,00, 00,00,00,00 ; CARRIER 4800
HKR, Responses, "49<cr>", 1, 01, 00, 20,1C,00,00, 00,00,00,00 ; CARRIER 7200
HKR, Responses, "50<cr>", 1, 01, 00, 80,25,00,00, 00,00,00,00 ; CARRIER 9600
HKR, Responses, "51<cr>", 1, 01, 00, E0,2E,00,00, 00,00,00,00 ; CARRIER 12000
HKR, Responses, "52<cr>", 1, 01, 00, 40,38,00,00, 00,00,00,00 ; CARRIER 14400
;
HKR, Responses, "53<cr>", 1, 02, 00, EA,C5,00,00, 00,00,00,00 ; CONNECT 50666
HKR, Responses, "54<cr>", 1, 02, 00, 20,CB,00,00, 00,00,00,00 ; CONNECT 52000
HKR, Responses, "55<cr>", 1, 02, 00, 55,D0,00,00, 00,00,00,00 ; CONNECT 53333
HKR, Responses, "56<cr>", 1, 02, 00, 8A,D5,00,00, 00,00,00,00 ; CONNECT 54666
HKR, Responses, "57<cr>", 1, 02, 00, C0,DA,00,00, 00,00,00,00 ; CONNECT 56000
HKR, Responses, "58<cr>", 1, 02, 00, F5,DF,00,00, 00,00,00,00 ; CONNECT 57333
HKR, Responses, "59<cr>", 1, 02, 00, A0,41,00,00, 00,00,00,00 ; CONNECT 16800
;
HKR, Responses, "61<cr>", 1, 02, 00, 60,54,00,00, 00,00,00,00 ; CONNECT 21600
HKR, Responses, "62<cr>", 1, 02, 00, C0,5D,00,00, 00,00,00,00 ; CONNECT 24000
HKR, Responses, "63<cr>", 1, 02, 00, 20,67,00,00, 00,00,00,00 ; CONNECT 26400
HKR, Responses, "64<cr>", 1, 02, 00, 80,70,00,00, 00,00,00,00 ; CONNECT 28800
HKR, Responses, "65<cr>", 1, 02, 00, E0,79,00,00, 00,00,00,00 ; CONNECT 31200
HKR, Responses, "66<cr>", 1, 02, 00, 40,83,00,00, 00,00,00,00 ; CONNECT 33600
;
HKR, Responses, "67<cr>", 1, 01, 01, 00,00,00,00, 00,00,00,00 ; COMPRESSION: V.42BIS
HKR, Responses, "68<cr>", 1, 01, 01, 00,00,00,00, 00,00,00,00 ; COMPRESSION: MNP 5
HKR, Responses, "69<cr>", 1, 01, 00, 00,00,00,00, 00,00,00,00 ; COMPRESSION: NONE
HKR, Responses, "70<cr>", 1, 01, 00, 00,00,00,00, 00,00,00,00 ; PROTOCOL: NONE
HKR, Responses, "71<cr>", 1, 02, 00, 00,00,00,00, 00,00,00,00 ; CONNECT_XXXX
HKR, Responses, "72<cr>", 1, 01, 00, 00,00,00,00, 00,00,00,00 ; CARRIER_XXXX
;
HKR, Responses, "74<cr>", 1, 01, 02, 00,00,00,00, 00,00,00,00 ; PROTOCOL: V.80 SAM
;
;
HKR, Responses, "77<cr>", 1, 01, 02, 00,00,00,00, 00,00,00,00 ; PROTOCOL: LAP-M
;
HKR, Responses, "80<cr>", 1, 01, 02, 00,00,00,00, 00,00,00,00 ; PROTOCOL: MNP
HKR, Responses, "81<cr>", 1, 01, 02, 00,00,00,00, 00,00,00,00 ; PROTOCOL: MNP 2
HKR, Responses, "82<cr>", 1, 01, 02, 00,00,00,00, 00,00,00,00 ; PROTOCOL: MNP 3
HKR, Responses, "83<cr>", 1, 01, 02, 00,00,00,00, 00,00,00,00 ; PROTOCOL: MNP 2,4
HKR, Responses, "84<cr>", 1, 01, 02, 00,00,00,00, 00,00,00,00 ; PROTOCOL: MNP 3,4
;
;
;
HKR, Responses, "98<cr>", 1, 01, 00, 00,00,00,00, 00,00,00,00 ; CPON
HKR, Responses, "99<cr>", 1, 01, 00, 00,00,00,00, 00,00,00,00 ; CPOF
HKR, Responses, "100<cr>",1, 01, 00, 00,00,00,00, 00,00,00,00 ; DRON
HKR, Responses, "101<cr>",1, 01, 00, 00,00,00,00, 00,00,00,00 ; DROF


HKR, Responses, "102<cr>",1, 01, 00, 00,00,00,00, 00,00,00,00 ; SHIELDED RING
HKR, Responses, "103<cr>",1, 01, 00, 00,00,00,00, 00,00,00,00 ; COMPLEX PKT START
HKR, Responses, "104<cr>",1, 01, 00, 00,00,00,00, 00,00,00,00 ; COMPLEX PKT END
;
HKR, Responses, "106<cr>",1, 04, 00, 00,00,00,00, 00,00,00,00 ; V.80 NO CARRIER
HKR, Responses, "107<cr>",1, 00, 00, 00,00,00,00, 00,00,00,00 ; V.80 ECS OK    
;
HKR, Responses, "108<cr>",1, 01, 00, A0,41,00,00, 00,00,00,00 ; CARRIER 16800
HKR, Responses, "109<cr>",1, 01, 00, 00,4B,00,00, 00,00,00,00 ; CARRIER 19200
HKR, Responses, "110<cr>",1, 01, 00, 60,54,00,00, 00,00,00,00 ; CARRIER 21600
HKR, Responses, "111<cr>",1, 01, 00, C0,5D,00,00, 00,00,00,00 ; CARRIER 24000
HKR, Responses, "112<cr>",1, 01, 00, 20,67,00,00, 00,00,00,00 ; CARRIER 26400
HKR, Responses, "113<cr>",1, 01, 00, 80,70,00,00, 00,00,00,00 ; CARRIER 28800
HKR, Responses, "114<cr>",1, 01, 00, 00,4B,00,00, 00,00,00,00 ; CARRIER 75/1200
;
;
HKR, Responses, "120<cr>",1, 01, 00, E0,79,00,00, 00,00,00,00 ; CARRIER 31200
HKR, Responses, "121<cr>",1, 01, 00, 40,83,00,00, 00,00,00,00 ; CARRIER 33600



;----------------------------------------------------------------------------
; HaM Voice Registry Sections
;
; This section contains voice-specific registry entries.
;
;----------------------------------------------------------------------------
[Voice.AddReg]
HKR,,Enumerator,,serwave.vxd
HKR,, VoiceProfile,             1,27,00,01,00
HKR,, SpeakerPhoneSpecs,        1, 83,00,00,00,  79,00,00,00,  83,00,00,00,  79,00,00,00
HKR, SpeakerPhoneEnable,        1,, "at#vsps=1<cr>"
HKR, SpeakerPhoneEnable,        2,, "at+vsp=1<cr>"
HKR, SpeakerPhoneDisable,       1,, "at+vls=1<cr>"
HKR, SpeakerPhoneMute,          1,, "at+vls=9<cr>"
HKR, SpeakerPhoneUnMute,        1,, "at+vls=13<cr>"
HKR, SpeakerPhoneSetVolumeGain, 1,, "at+vgs=<Vol><cr>"
HKR, SpeakerPhoneSetVolumeGain, 2,, "at+vgm=<Gain><cr>"
HKR, EnableCallerID,            1,, "at+vcid=1<cr>"
HKR, EnableDistinctiveRing,     1,, "at+vdr=1,0<cr>"
HKR,, HandsetCloseDelay,        1, 0A,00,00,00
HKR, StartPlay,                 1,, "at+vtx<cr>"
HKR, StopPlay,                  1,, "<h10><h03>at<cr>"
HKR, StartRecord,               1,, "at+vrx<cr>"
HKR, StopRecord,                1,, "None"
HKR, StopRecord,                2,, "NoResponse"
HKR,, TerminateRecord,,         "<h10><h1B>at<cr>"
HKR,, TerminatePlay,,           "<h10><h03>at<cr>"
HKR,, AbortPlay,,               "<h10><h18>at<cr>"
HKR, OpenHandset,               1,, "at+fclass=8<cr>"
HKR, OpenHandset,               2,, "at+vls=2<cr>"
HKR, LineSetPlayFormat,         1,, "at+vsm=2,8000,0,0<cr>"
HKR, LineSetPlayFormat,         2,, "at+vgt=131<cr>"
HKR, LineSetRecordFormat,       1,, "at+vsm=2,8000,0,0<cr>"
HKR, LineSetRecordFormat,       2,, "at+vgr=131<cr>"
HKR, HandsetSetRecordFormat,    1,, "at+vsm=2,8000,0,0<cr>"
HKR, HandsetSetRecordFormat,    2,, "at+vls=6<cr>"              ; microphone
HKR, HandsetSetRecordFormat,    3,, "at+vgr=131<cr>"
HKR, HandsetSetPlayFormat,      1,, "at+vsm=2,8000,0,0<cr>"
HKR, HandsetSetPlayFormat,      2,, "at+vls=4<cr>"
HKR, HandsetSetPlayFormat,      3,, "at+vgt=131<cr>"

HKR,, ForwardDelay,             1,00,20  
HKR, CloseHandset,              1,, "at+vls=0<cr>"
HKR, VoiceToDataAnswer,         1,, "at+fclass=0<cr>"
HKR, VoiceToDataAnswer,         2,, "ata<cr>"
HKR, VoiceAnswer,               1,, "at+fclass=8<cr>"
HKR, VoiceAnswer,               2,, "at+vls=1<cr>"
HKR, VoiceDialNumberSetup,      1,, "at+fclass=8<cr>"
HKR, VoiceDialNumberSetup,      2,, "at+vra=0<cr>"
HKR, GenerateDigit,             1,, "at+vts=<Digit><cr>"
HKR,, CallerIDPrivate,,P
HKR,, CallerIDOutSide,,O
HKR,, VariableTerminator,,<cr><lf>

HKR, Responses, "<cr><lf>DRON=",         1, 91, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>DROF=",         1, 92, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>DATE=",         1, 93, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "TIME=",         1, 94, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "NMBR=",         1, 95, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "NAME=",         1, 96, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "MESG=",         1, 97, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>RING1<cr><lf>", 1, 18, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>RING2<cr><lf>", 1, 19, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>RING3<cr><lf>", 1, 1a, 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: web1, load: 1.15