MDMCIR.INF Driver File Contents (336ivc.zip)

; MDMCIR.INF  Version 1.19 (12/3)
; 1.1 changed at+vgm = <vol> instead of <gain> for SPKPH 
; 1.2 caller-ID disabled,several places for DATE-DATE MCT.
; 1.3 caller-ID enabled and added line in product type for setup of INF.
; 1.4 changed at+vgm = <gain> instead of <vol> for SPKPH 
; 1.5 fixed data rate for CONNECT 26400
; 1.6 changed VoiceDialNumberSetup key to use at+vls=0
; 1.7 removed VoiceView from StartUp group
; 1.8 added -C1 to the init string, removed AT+MS=V34BS,1,0,0 as MCT96 claims to
; support asymmetric speeds.
; 1.9 defined ERRM=ICLID_212 as a valid response
; 1.10 changed HandsetCloseDelay to 10 seconds
; 1.10a added 'at+vls=17' to SpeakerPhoneSetVolumeGain for conversation recording
; 1.11 removed at+vls=1 from SpeakerPhoneDisable to match firmware change
; 1.12 removed at+vsp=0 from SpeakerPhoneMute for low volume when mute
; 1.13 removed at+vsp=1 from SpeakerPhoneUnmute to match 1.12 change
; 1.14 added PnP ID for Half Card; added Modem Class GUID
; 1.15 fixed typo; should be ERRM=ICLID_202, not ERRM=ICLID_212
; 1.16 correct PnP Device ID for combo card 
; 1.17 added PosDup section and PCMCIA sections; updated Unimodem ID
; 1.18 replaced "CL-MD3450" with "CL-MD3451" in Strings section for PCMCIA Card
; 1.19 added external modem Unimodem ID (which is different than others)

; This is the INF file for modems supported using generic 
; Cirrus Logic V.34 modem command set information.

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

[Manufacturer]
%CirrusLogic% = CirrusLogic

;-------------- product type ----------------------------------------
[CirrusLogic]
%CirrusLogic50%  = Gen288Int, ISAPNP\CSC4237_DEV0004  ; combo card
%CirrusLogic50%  = Gen288Int, ISAPNP\CSC4437_DEV0004  ; combo card 
%CirrusLogic50%  = Gen288Int, *CIR2000 ; half card
%CirrusLogic51%  = Gen288PCMCIA, PCMCIA\CIRRUS_LOGIC_V34+_33.6KBPS_MODEM-CL-MD34XX-1EBA ; PCMCIA CL-MD3450
%CirrusLogic50%  = Gen288Int, UNIMODEM90D258B5   ; CL-MD3450
%CirrusLogic52%  = Gen288Ext, UNIMODEM232D84D1   ; CL-MD3450 FastPath V34+ Modem

;---------------  display strings ----------------------------
[Strings]
CirrusLogic ="Cirrus Logic Generic"
CirrusLogic50 = "Cirrus 33600 bps Modem Internal (CL-MD3450) Modem"
CirrusLogic51 = "Cirrus 33600 bps Modem PCMCIA (CL-MD3451) Modem"
CirrusLogic52 = "Cirrus 33600 bps Modem External (CL-MD3450) Modem"

;************************ VoiceView Strings *******************************
;VoiceView strings

APPS_DESC        = "Accessories"     ; Name of Accessories menu
SendTo_DESC      = "SendTo"          ; Name of SendTo folder in the Windows dir
FileXfer_DESC    = "File Transfer"   ; Name of file tranfer app in Accessories menu
SendToPhone_DESC = "Person On Phone" ; Name for file transfer app in SendTo menu


;******************* product definitions *************************
[Gen288Int]       
AddReg      = All288, GenericAddReg, Gen288Reg, IS_101_Voice, INTERNAL, VoiceView_Modem, VoiceView_Socket
CopyFiles   = VV_Sys, VV_Sock_Sys, VV_App, VV_Help
UpdateInis  = VView.Inis
Uninstall   = VoiceView_remove

[Gen288PCMCIA]       
AddReg      = All288, GenericAddReg, Gen288Reg, IS_101_Voice, PCMCIA

[Gen288Ext]       
AddReg      = All288, GenericAddReg, Gen288Reg, IS_101_Voice, EXTERNAL, VoiceView_Modem, VoiceView_Socket
CopyFiles   = VV_Sys, VV_Sock_Sys, VV_App, VV_Help
UpdateInis  = VView.Inis
Uninstall   = VoiceView_remove

[Gen288Reg]
HKR,, Properties, 1, 80,01,00,00, FF,00,00,00, 5A,00,00,00, 07,00,00,00, 0F,00,00,00, F7,03,00,00, 00,C2,01,00, 40,83,00,00

[Gen288Int.PosDup]
*PNP0500

;******************** AT commands and Unique parameters ***************
[IS_101_Voice]    ; CL-MD34XX chipsets
HKR,,Enumerator,,serwave.vxd
HKR,, VoiceProfile,     1, 27,22,08,00 
HKR,, SpeakerPhoneSpecs,       1, 83,00,00,00,  79,00,00,00,  83,00,00,00,  79,00,00,00
HKR, SpeakerPhoneEnable,      1,, "at+vsp=1<cr>"
HKR, SpeakerPhoneDisable,     1,, "at+vsp=0<cr>"
HKR, SpeakerPhoneMute,        1,, "at+vls=5<cr>"
HKR, SpeakerPhoneUnMute,      1,, "at+vls=7<cr>"
HKR, SpeakerPhoneSetVolumeGain,  1,, "at+vgs=<Vol><cr>"
HKR, SpeakerPhoneSetVolumeGain,  2,, "at+vgm=<gain><cr>"
HKR, SpeakerPhoneSetVolumeGain,  3,, "at+vls=17<cr>"

HKR, EnableCallerID, 1,, "at+vcid=1<cr>"
HKR, EnableDistinctiveRing, 1,, "at+vdr=1,10<cr>"

HKR,, HandsetCloseDelay,      1, 0A,00,00,00
HKR, StartPlay,               1,, "at+vtx<cr>"
HKR, StopPlay,                1,, "at+flo=0<cr>"
HKR, StartRecord,             1,, "at+vrx<cr>"
HKR, StopRecord,              1,, "None"
HKR, StopRecord,              2,, "NoResponse"
HKR,, TerminateRecord,,      "<h10><h1B>"
HKR,, TerminatePlay,,        "<h10><h03>"
HKR,, AbortPlay,,            "<h10><h03>"
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+flo=2<cr>"
HKR, LineSetPlayFormat,       3,, "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, HandsetSetPlayFormat,    1,,  "at+vsm=2,8000,0,0<cr>"
HKR, HandsetSetPlayFormat,    2,, "at+flo=2<cr>"
HKR, HandsetSetPlayFormat,    3,,  "at+vgt=131<cr>"


HKR,, ForwardDelay,           1,00,20  
HKR, CloseHandset,            1,, "at+vls=0<cr>"
HKR, CloseHandset,            2,, "at+fclass=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+vls=0<cr>"
HKR, GenerateDigit,             1,, "at+vts=<Digit><cr>"
HKR,, CallerIDPrivate,,P
HKR,, CallerIDOutSide,,O
HKR,, VariableTerminator,,<cr><lf>

HKR, Responses, "DRON=", 1, 91, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "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, "<h10>R",  1, 08, 00, 00,00,00,00, 00,00,00,00  ; Ring detection
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

[VoiceView_Modem]
HKR,, RunOnce,,"grpconv /o"
HKR,, VoiceView, 1, 01
HKR, MonitorVoiceViewOn,   1,, "AT+FCLASS=80<cr>"
HKR, MonitorVoiceViewOn,   2,, "None"
HKR, MonitorVoiceViewOff,  1,, "AT+FCLASS=0<cr>"
HKR, MonitorVoiceViewOff,  2,, "None"

HKR, Responses, "-SSV",          1, 09, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "-SMD",          1, 0A, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "-SFA",          1, 0B, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "-SRA",          1, 0C, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "-SRQ",          1, 0D, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "-SRC:",         1, 0E, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "-STO",          1, 0F, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "-SVM",          1, 10, 00, 00,00,00,00, 00,00,00,00


[All288]	 ;For V34 modems only
HKR,,FriendlyDriver,,Unimodem.vxd
HKR,,DevLoader,,*VCOMM
HKR,,ConfigDialog,,modemui.dll
HKR,,PortSubClass,1,02
HKR,,EnumPropPages,,"modemui.dll,EnumPropPages"
HKR, Init, 1,, "AT<cr>"
HKR, Init, 2,, "AT &F E0 V1 W4 &D2 &C1 S0=0 -C1 <cr>"

[INTERNAL]
HKR,, DeviceType, 1, 02

[PCMCIA]
HKR,, PortDriver,, serial.vxd
HKR,, Contention,, *vcd
HKR,, DeviceType, 1, 03

[EXTERNAL]
HKR,, DeviceType, 1, 01

[GenericAddReg]
HKR,, InactivityScale, 1, 3c,00,00,00
HKR, Monitor, 1,, "ATS0=0<cr>"
HKR, Monitor, 2,, "None"
HKR, Hangup, 1,, "ATH<cr>"
HKR, Answer, 1,, "ATA<cr>"
HKR,, Reset,, "AT&F<cr>"
HKR, Settings, Prefix,, "AT"
HKR, Settings, Terminator,, "<cr>"
HKR, Settings, DialPrefix,, "D"
HKR, Settings, DialSuffix,, ";"
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, FlowControl_Off,, "\Q0"
HKR, Settings, FlowControl_Hard,, "\Q3"
HKR, Settings, FlowControl_Soft,, "\Q1"
HKR, Settings, ErrorControl_On,, "\N3-J1"
HKR, Settings, ErrorControl_Off,, "\N0"
HKR, Settings, ErrorControl_Forced,, "\N4-J1"
HKR, Settings, Compression_On,, "%%C1""H3"
HKR, Settings, Compression_Off,, "%%C0""H0"
HKR, Settings, Modulation_CCITT,, "B0"
HKR, Settings, Modulation_Bell,, "B1"
HKR, Settings, SpeedNegotiation_Off,, "N0"
HKR, Settings, SpeedNegotiation_On,, "N1"
HKR, Settings, Pulse,, "P"
HKR, Settings, Tone,, "T"
HKR, Settings, Blind_Off,, "X4"
HKR, Settings, Blind_On,, "X3"
HKR, Settings, CallSetupFailTimer,, "S7=<#>"
HKR, Settings, InactivityTimeout,, "\T<#>"

; 

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>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>CONNECT<cr><lf>",     1, 02, 00, 00,00,00,00, 00,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, "OK",          1, 00, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "RING",        1, 08, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "NO CARRIER",  1, 04, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "ERROR",       1, 03, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "NO DIALTONE", 1, 05, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "NO DIAL TONE",1, 05, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "BUSY",        1, 06, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "NO ANSWER",   1, 07, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "FAX",         1, 03, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "DATA",        1, 03, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "VOICE",       1, 03, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "RINGING",     1, 01, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "DIALING",     1, 01, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "RRING",       1, 01, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "DELAYED",     1, 03, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "BLACKLISTED", 1, 03, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "+FCERROR",    1, 03, 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>RINGING<cr><lf>",     1, 01, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>DELAYED<cr><lf>",     1, 03, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>BLACKLISTED<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, "ERRM=ICLID_202<cr><lf>",      1, 01, 00, 00,00,00,00, 00,00,00,00

HKR, Responses, "CONNECT 33600",    1, 02, 00, 40,83,00,00, 00,00,00,00  
HKR, Responses, "CONNECT 31200",    1, 02, 00, E0,79,00,00, 00,00,00,00  
HKR, Responses, "CONNECT 28800",    1, 02, 00, 80,70,00,00, 00,00,00,00  
HKR, Responses, "CONNECT 26400",    1, 02, 00, 20,67,00,00, 00,00,00,00  
HKR, Responses, "CONNECT 24000",    1, 02, 00, C0,5D,00,00, 00,00,00,00  
HKR, Responses, "CONNECT 21600",    1, 02, 00, 60,54,00,00, 00,00,00,00  
HKR, Responses, "CONNECT 19200",    1, 02, 00, 00,4B,00,00, 00,00,00,00  
HKR, Responses, "CONNECT 16800",    1, 02, 00, A0,41,00,00, 00,00,00,00  
HKR, Responses, "CONNECT 14400",    1, 02, 00, 40,38,00,00, 00,00,00,00  
HKR, Responses, "CONNECT 12000",    1, 02, 00, E0,2E,00,00, 00,00,00,00  
HKR, Responses, "CONNECT 9600",     1, 02, 00, 80,25,00,00, 00,00,00,00  
HKR, Responses, "CONNECT 7200",     1, 02, 00, 20,1C,00,00, 00,00,00,00  
HKR, Responses, "CONNECT 4800",     1, 02, 00, C0,12,00,00, 00,00,00,00
HKR, Responses, "CONNECT 2400",     1, 02, 00, 60,09,00,00, 00,00,00,00
HKR, Responses, "CONNECT 1200",     1, 02, 00, B0,04,00,00, 00,00,00,00
HKR, Responses, "CONNECT 300",      1, 02, 00, 01,2C,00,00, 00,00,00,00


HKR, Responses, "COMPRESSION:MNP5",	1, 01, 01, 00,00,00,00, 00,00,00,00 ; COMPRESSION: CLASS 5 - MNP5 compression negotiated
HKR, Responses, "COMPRESSION:V42B",	1, 01, 01, 00,00,00,00, 00,00,00,00 ; COMPRESSION: V.42BIS - V.42bis compression negotiated
HKR, Responses, "COMPRESSION:NONE",	1, 01, 00, 00,00,00,00, 00,00,00,00 ; COMPRESSION: NONE - No compression negotiated
HKR, Responses, "PROTOCOL:NONE",	1, 01, 00, 00,00,00,00, 00,00,00,00 ; PROTOCOL: NONE - Asynchronous mode
HKR, Responses, "PROTOCOL:LAPM",	1, 01, 02, 00,00,00,00, 00,00,00,00 ; PROTOCOL: LAPM - V.42 LAPM error-control negotiated
HKR, Responses, "PROTOCOL:MNP",		1, 01, 02, 00,00,00,00, 00,00,00,00 ; PROTOCOL: MNP - MNP error-control negotiated




;*********************** Additional Voice View Info *********************

[DestinationDirs]
Register.Copy    = 17     ;LDID_INF
VV_Sys           = 11
VV_Sock_Sys      = 11     ;LDID_SYS \Windows\system dir
;VV_Sock_Win      = 10     ;LDID_WIN \Windows dir
VV_App           = 10
VV_Help          = 18     ;LDID_HELP


[VoiceView_remove]
UpdateInis  = VView.Rem.Inis


[VV_Sys]
fte.dll
vvexe32.exe
wsvv.vxd


[VV_Sock_Sys]
wsock32.dll
wsock.vxd
vtdi.386


[VV_App]
filexfer.exe


[VV_Help]
filexfer.hlp
filexfer.cnt


[VView.Inis]
setup.ini, progman.groups,, "group4="%APPS_DESC%""         ;creates folder
setup.ini, group4,, """%FileXfer_DESC%"", filexfer.exe"    ;creates link
setup.ini, progman.groups,, "SendTo=""..\..\%SendTo_DESC%"""    ;creates folder
setup.ini, SendTo,,"""%SendToPhone_DESC%"", filexfer.exe"           ; create Link to EXE


[VView.Rem.Inis]
setup.ini, progman.groups,, "group4=""%APPS_DESC%"""   ;creates folder
setup.ini, group4,, """%FileXfer_DESC%"""              ;deletes link
setup.ini, progman.groups,, "SendTo=""..\..\%SendTo_DESC%"""     ;creates folder
setup.ini, SendTo,,"""%SendToPhone_DESC%"""                         ;deletes link


[VoiceView_Socket]
HKLM, System\CurrentControlSet\Services\VxD\Winsock, "VoiceView Winsock Provider",, "wsvv.vxd"
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.65