;$$$Co_Mod$$$ ; This tag is needed to trigger the device class
;
; Virtual Modem Driver
;
; Installation file (.inf) for the virtual Modem Driver
;
; (c) Copyright 2004 Thesycon
;
[Version]
Signature="$Windows NT$"
Provider=%S_Povider%
ClassGUID={4D36E96D-E325-11CE-BFC1-08002BE10318}
Class=Modem
CatalogFile=thsermod.cat
DriverVer=04/29/2005,1.20.0.0
;
; Driver information
;
[Manufacturer]
%S_Mfg%=_Devices
[_Devices]
%S_Device1%=ThSerPort,Thesycon\sermux_virtmod
;
; General installation section
;
[ThSerPort.NT]
CopyFiles=_CopyFiles_sys
AddReg=Common_AddReg
[ThSerPort.NT.HW]
AddReg=_AddReg_HW
[LowerFilterAddReg]
[ThSerPort.NT.Services]
AddService = thserprt, 0x00000000 , ThSerPrt_Service_Inst, ThSerPrt_EventLog_Inst
[ThSerPrt_Service_Inst]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 0x1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\thserprt.sys
[ThSerPrt_EventLog_Inst]
AddReg = ThSerPrt_EventLog_AddReg
[ThSerPrt_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\thserprt.sys"
HKR,,TypesSupported,0x00010001,7
[_AddReg_HW]
; uncomment the following line to enable serial enumerator
;HKR,,"UpperFilters",0x00010000,"serenum"
HKR,,"LowerFilters",0x00010000,"thserprt"
; general format of a registry line:
; HKR, <Path>, <Key>, <Format>, <Value> [,<Value>, ...]
[Common_AddReg]
; all modems described by this file use the UNIMODEM driver
HKR,, ConfigDialog,, modemui.dll
HKR,, EnumPropPages,,"modemui.dll,EnumPropPages"
; modem is an external modem
HKR,, DeviceType, 1, 02
HKR,, PortSubClass, 1, 02
HKR, Init, 1,, "AT<cr>"
HKR, Init, 2,, "ATE0V1<cr>"
HKR, Monitor, 1,, "ATS0=0<cr>"
HKR, Monitor, 2,, "None"
HKR, Answer, 1,, "ATA<cr>"
HKR, Hangup, 1,, "ATH<cr>"
HKR,, Reset,, "ATZ<cr>"
HKR, Settings, Prefix,, "AT"
HKR, Settings, Terminator,, "<cr>"
HKR, Settings, DialPrefix,, "D"
HKR, Settings, DialSuffix,, ""
HKR, Settings, Pulse,, "P"
HKR, Settings, Tone,, "T"
HKR, Settings, FlowControl_Off,, "+IFC=0,0"
HKR, Settings, FlowControl_Soft,, "+IFC=1,1"
HKR, Settings, FlowControl_Hard,, "+IFC=2,2"
HKR,,UserInit,, "AT+CGDCONT=1,""IP"",""tim.br""
HKR, Responses, "0<cr>", 1, 00, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "1<cr>", 1, 02, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "2<cr>", 1, 08, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "3<cr>", 1, 04, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "4<cr>", 1, 03, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "6<cr>", 1, 05, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "7<cr>", 1, 06, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "8<cr>", 1, 07, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>OK<cr><lf>", 1, 00, 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>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
HKR, Responses, "<cr><lf>RINGING<cr><lf>", 1, 01, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>DIALING<cr><lf>", 1, 01, 00, 00,00,00,00, 00,00,00,00
HKR,, Properties, 1, C0,01,00,00, 32,00,00,00, 03,00,00,00, 04,00,00,00, 00,00,00,00, 50,0D,00,00, 00,84,03,00, 00,84,03,00
HKR,, DCB, 1, 1C,00,00,00, 00,84,03,00, 15,20,00,00, 00,00, 0a,00, 0a,00, 08, 00, 00, 11, 13, 00, 00, 00
[DestinationDirs]
DefaultDestDir = 12
_CopyFiles_sys = 10,System32\Drivers
;
; Source file information
;
[SourceDisksNames.x86]
1 = %DiskId1%,,,""
[SourceDisksFiles]
thserprt.sys = 1,,
[_CopyFiles_sys]
thserprt.sys
[Strings]
;
; Localizable Strings
;
;huang ye Mar. 7
;S_Device1 = "generic edge modem"
S_Device1 = "USB Modem"
DiskId1 = "generic edge modem Disk"
S_Mfg = "USB Generic"
S_Povider = "USB Generic"
Download Driver Pack
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.