MDMTAPPP.INF Driver File Contents (3CUSR64kTA.ZIP)

; Modifications by Hans Albert, U.S. Robotics Germany on 03/Feb/1997
     
[Version]
Signature="$CHICAGO$"
Class=Modem
ClassGUID={4D36E96D-E325-11CE-BFC1-08002BE10318}
Provider=%Vendor%

[Manufacturer]
%Vendor%=Vendor

[Vendor]
; The user has a possibility to install 4 modems:
; one for X.75 mailbox sessions and another one for HDLC (RAS)
; Actually the modem is the same, the only difference is in init strings
%Modem1%=Modem1, UNIMODEM71447D96
%Modem2%=Modem2, UNIMODEM71447D96
%Modem3%=Modem3, UNIMODEM71447D96
%Modem4%=Modem4, UNIMODEM71447D96

[Strings]
ClassName="Modem"
Vendor="U.S. Robotics, Inc."
Modem1="Sportster ISDN TA ext. X.75"
Modem2="Sportster ISDN TA ext. sync. PPP"
Modem3="Sportster ISDN TA ext. T-Online"
Modem4="Sportster ISDN TA ext. V.120"

[Modem1]
AddReg=All, Modem1.AddReg

[Modem2]
AddReg=All, Modem2.AddReg

[Modem3]
AddReg=All, Modem3.AddReg

[Modem4]
AddReg=All, Modem4.AddReg

[All]
HKR,,FriendlyDriver,,Unimodem.vxd
HKR,,DevLoader,,*vcomm
HKR,,Enumerator,,serenum.vxd
HKR,,ConfigDialog,,modemui.dll
HKR,,EnumPropPages,,"modemui.dll,EnumPropPages"
HKR,,PortSubClass,1,02
HKR,,PortDriver,,Serial.vxd
HKR,,Contention,,*vcd
HKR,, DeviceType, 1, 01

; This init just checks if the modem answers or not
HKR, Init, 1,, "AT&F<cr>"

HKR, Responses, "<cr><lf>OK<cr><lf>", 		1, 00, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf><cr><lf>OK<cr><lf>",	1, 00, 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,, InactivityScale, 1, 0a,00,00,00

HKR,, Properties, 1, 00,00,00,00, 0A,00,00,00, 0A,00,00,00, 00,00,00,00, 00,00,00,00, 30,00,00,00, 00,C2,01,00, 00,FA,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, FlowControl_Off,, "&K0"
HKR, Settings, FlowControl_Hard,, "&K3"
HKR, Settings, FlowControl_Soft,, "&K4"
HKR, Settings, SpeakerVolume_Low,, ""
HKR, Settings, SpeakerVolume_Med,, ""
HKR, Settings, SpeakerVolume_High,, ""
HKR, Settings, SpeakerMode_Off,, ""
HKR, Settings, SpeakerMode_Dial,, ""
HKR, Settings, SpeakerMode_On,, ""
HKR, Settings, SpeakerMode_Setup,, ""
HKR, Settings, ErrorControl_On,, ""
HKR, Settings, ErrorControl_Off,, ""
HKR, Settings, ErrorControl_Forced,, ""
HKR, Settings, Compression_On,, ""
HKR, Settings, Compression_Off,, ""
HKR, Settings, Modulation_CCITT,, ""
HKR, Settings, Modulation_Bell,, ""
HKR, Settings, SpeedNegotiation_Off,,""  
HKR, Settings, SpeedNegotiation_On,, ""
HKR, Settings, Pulse,, "P"
HKR, Settings, Tone,, "T"
HKR, Settings, Blind_Off,, ""
HKR, Settings, Blind_On,, ""
HKR, Settings, CallSetupFailTimer,, ""
HKR, Settings, InactivityTimeout,, ""

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, "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, "10<cr>", 1, 02, 00, 00,00,00,00, 60,09,00,00 ; CONNECT 2400
HKR, Responses, "11<cr>", 1, 02, 00, 00,00,00,00, C0,12,00,00 ; CONNECT 4800
HKR, Responses, "12<cr>", 1, 02, 00, 00,00,00,00, 80,25,00,00 ; CONNECT 9600
HKR, Responses, "14<cr>", 1, 02, 00, 00,00,00,00, 00,4B,00,00 ; CONNECT 19200
HKR, Responses, "16<cr>", 1, 02, 00, 00,00,00,00, 00,96,00,00 ; CONNECT 38400
HKR, Responses, "17<cr>", 1, 02, 00, 00,00,00,00, 00,E1,00,00 ; CONNECT 57600
HKR, Responses, "19<cr>", 1, 02, 00, 00,00,00,00, 00,C2,01,00 ; CONNECT 115200
HKR, Responses, "90<cr>", 1, 08, 00, 00,00,00,00, 00,00,00,00 ; RINGING

HKR, Responses, "<cr><lf>OK<cr><lf>",		 1, 00, 00, 00,00,00,00, 00,00,00,00 ; OK
HKR, Responses, "<cr><lf>CONNECT",		 1, 02, 00, 00,00,00,00, 00,00,00,00 ; CONNECT
HKR, Responses, "<cr><lf>RING",			 1, 08, 00, 00,00,00,00, 00,00,00,00 ; RING
HKR, Responses, "<cr><lf>NO CARRIER",		 1, 04, 00, 00,00,00,00, 00,00,00,00 ; NO CARRIER
HKR, Responses, "<cr><lf>ERROR",		 1, 03, 00, 00,00,00,00, 00,00,00,00 ; ERROR
HKR, Responses, "<cr><lf>NO DIALTONE",		 1, 05, 00, 00,00,00,00, 00,00,00,00 ; NO DIALTONE
HKR, Responses, "<cr><lf>BUSY",			 1, 06, 00, 00,00,00,00, 00,00,00,00 ; BUSY
HKR, Responses, "<cr><lf>NO ANSWER",		 1, 07, 00, 00,00,00,00, 00,00,00,00 ; NO ANSWER
HKR, Responses, "<cr><lf>CONNECT 2400",		 1, 02, 00, 00,00,00,00, 60,09,00,00 ; CONNECT 2400
HKR, Responses, "<cr><lf>CONNECT 4800",		 1, 02, 00, 00,00,00,00, C0,12,00,00 ; CONNECT 4800
HKR, Responses, "<cr><lf>CONNECT 9600",		 1, 02, 00, 00,00,00,00, 80,25,00,00 ; CONNECT 9600
HKR, Responses, "<cr><lf>CONNECT 19200",	 1, 02, 00, 00,00,00,00, 00,4B,00,00 ; CONNECT 19200
HKR, Responses, "<cr><lf>CONNECT 38400",	 1, 02, 00, 00,00,00,00, 00,96,00,00 ; CONNECT 38400
HKR, Responses, "<cr><lf>CONNECT 57600",	 1, 02, 00, 00,00,00,00, 00,E1,00,00 ; CONNECT 57600
HKR, Responses, "<cr><lf>CONNECT 115200",	 1, 02, 00, 00,00,00,00, 00,C2,01,00 ; CONNECT 115200
HKR, Responses, "<cr><lf>CONNECT 64000",	 1, 02, 00, 00,00,00,00, 00,C2,01,00 ; CONNECT 64000
HKR, Responses, "CONNECT 64000<cr><lf>",	 1, 02, 00, 00,00,00,00, 00,C2,01,00 ; CONNECT 64000
HKR, Responses, "<cr><lf>RINGING",		 1, 08, 00, 00,00,00,00, 00,00,00,00 ; RINGING

[Modem1.AddReg]
; Set X.75,  echo, responses, DTR control of connection, DCD when connected, DSR on
HKR,, Properties, 1, 00,00,00,00, 0A,00,00,00, 1E,00,00,00, 00,00,00,00, 00,00,00,00, 30,00,00,00, 00,C2,01,00, 00,FA,00,00
HKR, Init, 2,, "AT B10 E0 V1 &D2 &C1 S0=0<cr>"

[Modem2.AddReg]
; Set HDLC,  echo, responses, DTR control of connection, DCD when connected, DSR on
HKR, Init, 2,, "AT B3 E0 V1 &D2 &C1 S0=0<cr>"

[Modem3.AddReg]
; Set T.70NL,  echo, responses, DTR control of connection, DCD when connected, DSR on
HKR, Init, 2,, "AT B22 E0 V1 &D2 &C1 S0=0<cr>"

[Modem4.AddReg]
; Set V.120,  echo, responses, DTR control of connection, DCD when connected, DSR on
HKR, Init, 2,, "AT B13 E0 V1 &D2 &C1 S0=0<cr>"
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: 0.98