MDMMTNTA.INF Driver File Contents (Drivers.exe)

; Windows Modem Setup File
; Copyright 2000 MultiTech Systems
; Version 1.1 - Written for use with vs.3.03 firmware tjr
; Manufacturer:   MultiTech Systems
; NT Terminal Adapter INF file, SoftBonding Not Supported 12-4-97
; 1.11--11/09/99--Added MTA128NT ML-PPP with DBA
;               --Added S59=0 to ML-PPP
;		--Added Auto Protocol Callback
;		--Set ML-PPP as default
;		--removed &SF1 from init string
;		--added inactivity timer
;               --added X.75 connect messages
; ksu 3/7/2000 Correct connect messages for 56000, 64000 and 1200.
; BWP: Added Win2k updates, dropped speed of all modes to 115200 per Darrik Spuade 9-20-00
; BWP: Fixed CONNECT msg that was keyed to 2400, 56000 speed that was keyed to 0 9-20-00
; BWP: Changed copyright to MultiTech Systems

[Version]
Signature="$CHICAGO$"
Class=Modem 
ClassGUID={4D36E96D-E325-11CE-BFC1-08002BE10318}
Provider=%Mfg%
DriverVer=09/20/2000,4.9.20.00

[Manufacturer]
%Mfg% = Models

[Models]
%Modem2% = Modem2, UNIMODEMAECCD96B     ; MTA128NT V.120 async
%Modem3% = Modem3, UNIMODEM2C206037     ; MTA128NT X.75 async
%Modem4% = Modem4, UNIMODEME6B2391D     ; MTA128NT PPP async
%Modem5% = Modem5, UNIMODEM00DF40F1     ; MTA128NT Auto-Protocol Callback
%Modem6% = Modem6, UNIMODEM00DF40F1     ; MTA128NT Auto-Protocol
%Modem7% = Modem7, UNIMODEM00DF40F1     ; MTA128NT ML-PPP
%Modem7PnP% = Modem7, SERENUM\MTS0303   ; MTA128NT ML-PPP
%Modem8% = Modem8,  UNIMODEM00DF40F1    ; MTA128ST-RC ML-PPP with DBA

;&F1           - V.120 async
;&F2           - X.75 async
;&F3 &J0       - PPP async
;S52=2         - Auto-Protocol Callback
;&F2 X0 S52=1  - Auto-Protocol
;&F3 &J1 S59=0 - ML-PPP
;&F3 &J1 S59=1 - ML-PPP with DBA

[Modem7.NoResDup]
UNIMODEM00DF40F1

[Modem2]
AddReg=All, MfgAddReg, Modem2.AddReg

[Modem3]
AddReg=All, MfgAddReg, Modem3.AddReg

[Modem4]
AddReg=All, MfgAddReg, Modem4.AddReg

[Modem5]
AddReg=All, MfgAddReg, Modem5.AddReg

[Modem6]
AddReg=All, MfgAddReg, Modem6.AddReg

[Modem7]
AddReg=All, MfgAddReg, Modem7.AddReg

[Modem8]
AddReg=All, MfgAddReg, Modem8.AddReg

[Modem2.AddReg]  ; V.120 Mode 115200
HKR,, DeviceType, 1, 01      ; External
HKR,, Properties, 1, 00,00,00,00, FF,00,00,00, FF,00,00,00, 00,00,00,00, 00,00,00,00, 30,00,00,00, 00,C2,01,00, 00,C2,01,00
HKR, Init, 2,, "AT &F1<cr>"

[Modem3.AddReg]  ; X.75 Mode  115200
HKR,, DeviceType, 1, 01      ; External
HKR,, Properties, 1, 00,00,00,00, FF,00,00,00, FF,00,00,00, 00,00,00,00, 00,00,00,00, 30,00,00,00, 00,C2,01,00, 00,C2,01,00
HKR, Init, 2,, "AT &F2<cr>"

[Modem4.AddReg]  ; PPP Mode 115200
HKR,, DeviceType, 1, 01      ; External
HKR,, Properties, 1, 00,00,00,00, FF,00,00,00, FF,00,00,00, 00,00,00,00, 00,00,00,00, 30,00,00,00, 00,C2,01,00, 00,C2,01,00
HKR, Init, 2,, "AT &F3 &J0<cr>"

[Modem5.AddReg]  ; Auto-Protocol Callback Mode 115200
HKR,, DeviceType, 1, 01      ; External
HKR,, Properties, 1, 00,00,00,00, FF,00,00,00, FF,00,00,00, 00,00,00,00, 00,00,00,00, 30,00,00,00, 00,C2,01,00, 00,C2,01,00
HKR, Init, 2,, "AT S52=2<cr>"

[Modem6.AddReg]  ; Auto-Protocol Mode 115200
HKR,, DeviceType, 1, 01      ; External
HKR,, Properties, 1, 00,00,00,00, FF,00,00,00, FF,00,00,00, 00,00,00,00, 00,00,00,00, 30,00,00,00, 00,C2,01,00, 00,C2,01,00
HKR, Init, 2,, "AT &F2 X0 S52=1<cr>"

[Modem7.AddReg]  ; MLPPP Mode 115200
HKR,, DeviceType, 1, 01      ; External
HKR,, Properties, 1, 00,00,00,00, FF,00,00,00, FF,00,00,00, 00,00,00,00, 00,00,00,00, 30,00,00,00, 00,C2,01,00, 00,C2,01,00
HKR, Init, 2,, "AT &F3 &J1 S59=0<cr>"

[Modem8.AddReg]  ; MLPPP Mode 115200
HKR,, DeviceType, 1, 01      ; External
HKR,, Properties, 1, 00,00,00,00, FF,00,00,00, FF,00,00,00, 00,00,00,00, 00,00,00,00, 30,00,00,00, 00,C2,01,00, 00,C2,01,00
HKR, Init, 2,, "AT &F3 &J1 S59=1<cr>"

[Strings]
Mfg = "MultiTech Systems"
Modem2="MTA128NT V.120 async"
Modem3="MTA128NT X.75 async"
Modem4="MTA128NT PPP async"
Modem5="MTA128NT Auto-Protocol Callback"
Modem6="MTA128NT Auto-Protocol"
Modem7="MTA128NT ML-PPP"
Modem7PnP="MTA128NT ML-PPP"
Modem8="MTA128NT ML-PPP with DBA"

[All]
HKR,,FriendlyDriver,,Unimodem.vxd
HKR,,DevLoader,,*vcomm
HKR,,PortSubClass,1,02
HKR,,ConfigDialog,,modemui.dll
HKR,,EnumPropPages,,"modemui.dll,EnumPropPages"
HKR, Init, 1,, "AT<cr>"
HKR, Responses, "<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, Responses, "<cr><LF>CONNECT<cr><lf>", 1, 02, 00, 00,00,00,00, 00,00,00,00

[MfgAddReg] 
HKR,, CommandBuff,, "60"
HKR, Init,      2,, "AT <cr>"
HKR, Monitor, 1,, "ATS0=0<cr>"
HKR, Monitor, 2,, "None"
HKR, Init,      3,, "AT E0 &D2 &C1 S0=0 &S1 &E4 <cr>"  ;; Force DSR high
HKR, Hangup,    1,, "ATH<cr>"   ; Must be preceeded by '+++'
HKR, Answer,    1,, "ATA<cr>"
HKR,, Reset,, "ATZ<cr>"
HKR, Settings, Prefix,, "AT"
HKR, Settings, Terminator,, "<cr>"
HKR, Settings, DialPrefix,, "D"
HKR, Settings, DialSuffix,, ""
HKR, Settings, SpeakerMode_Off,,  "None"
HKR, Settings, SpeakerMode_Dial,,  "None"
HKR, Settings, SpeakerMode_On,,  "None"
HKR, Settings, SpeakerMode_Setup,,  "None"
HKR, Settings, FlowControl_Off,, "&e3"
HKR, Settings, FlowControl_Hard,, "&e4&e13"
HKR, Settings, FlowControl_Soft,, "&e5&e13"
HKR, Settings, Compression_On,, "&K1"   ;;  &K1 - Enables Data Compression
HKR, Settings, Compression_Off,, "&K0"  ;;  &K0 - Disables Data Compression
HKR, Settings, CallSetupFailTimer,, "S7=<#>"  ; Default is 45 for Domestic TA's
HKR,, InactivityScale,1, 3c,00,00,00
HKR, Settings, InactivityTimeOut,, "S30=<#>"

HKR, Responses, "0<cr><lf>", 1, 00, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "1<cr><lf>", 1, 02, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "2<cr><lf>", 1, 08, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "3<cr><lf>", 1, 04, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "4<cr><lf>", 1, 03, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "5<cr><lf>", 1, 02, 00, b0,04,00,00, 00,00,00,00
HKR, Responses, "6<cr><lf>", 1, 05, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "7<cr><lf>", 1, 06, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "10<cr><lf>", 1, 02, 00, 60,09,00,00, 00,00,00,00
HKR, Responses, "11<cr><lf>", 1, 02, 00, c0,12,00,00, 00,00,00,00
HKR, Responses, "12<cr><lf>", 1, 02, 00, 80,25,00,00, 00,00,00,00
HKR, Responses, "14<cr><lf>", 1, 02, 00, 00,4b,00,00, 00,00,00,00
HKR, Responses, "28<cr><lf>", 1, 02, 00, 00,96,00,00, 00,00,00,00
HKR, Responses, "17<cr><lf>", 1,  02,  00,  C0,DA,00,00,  00,00,00,00
HKR, Responses, "18<cr><lf>", 1, 02, 00, 00,e1,00,00, 00,00,00,00
HKR, Responses, "19<cr><lf>", 1,  02,  00,  00,FA,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>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>CONNECT 1200<cr><lf>", 1, 02, 00, b0,04,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>CONNECT <cr><lf>", 1,  02,  00,  00,00,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 9600<cr><lf>", 1, 02, 00, 80,25,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 38400<cr><lf>", 1, 02, 00, 00,96,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 56000<cr><lf>", 1,  02,  00,  C0,DA,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 64000<cr><lf>", 1,  02,  00,  00,FA,00,00,  00,00,00,00


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;Valid V.110 Connect Responses in X1 and X2 Modes

HKR, Responses, "<cr><lf>CONNECT 38400<cr><lf><cr><lf>V.110 PROTOCOL<cr><lf>", 1, 02, 00, 00,96,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 19200<cr><lf><cr><lf>V.110 PROTOCOL<cr><lf>", 1, 02, 00, 00,4b,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 9600<cr><lf><cr><lf>V.110 PROTOCOL<cr><lf>", 1, 02, 00, 80,25,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 4800<cr><lf><cr><lf>V.110 PROTOCOL<cr><lf>", 1, 02, 00, c0,12,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 2400<cr><lf><cr><lf>V.110 PROTOCOL<cr><lf>", 1, 02, 00, 60,09,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 1200<cr><lf><cr><lf>V.110 PROTOCOL<cr><lf>", 1,  02,  00,  B0,04,00,00,  00,00,00,00

;;Valid V.120 Connect Responses in X1 and X2 Modes

HKR, Responses, "<cr><lf>CONNECT 64000<cr><lf><cr><lf>V.120 PROTOCOL<cr><lf>", 1,  02,  00,  00,FA,00,00,  00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 57600<cr><lf><cr><lf>V.120 PROTOCOL<cr><lf>", 1, 02, 00, 00,e1,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 56000<cr><lf><cr><lf>V.120 PROTOCOL<cr><lf>", 1,  02,  00,  C0,DA,00,00,  00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 38400<cr><lf><cr><lf>V.120 PROTOCOL<cr><lf>", 1, 02, 00, 00,96,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 19200<cr><lf><cr><lf>V.120 PROTOCOL<cr><lf>", 1, 02, 00, 00,4b,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 9600<cr><lf><cr><lf>V.120 PROTOCOL<cr><lf>", 1, 02, 00, 80,25,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 4800<cr><lf><cr><lf>V.120 PROTOCOL<cr><lf>", 1, 02, 00, c0,12,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 2400<cr><lf><cr><lf>V.120 PROTOCOL<cr><lf>", 1, 02, 00, 60,09,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 1200<cr><lf><cr><lf>V.120 PROTOCOL<cr><lf>", 1,  02,  00,  B0,04,00,00,  00,00,00,00

;;Valid Async to Sync PPP Connect Responses in X1 and X2 Modes

HKR, Responses, "<cr><lf>CONNECT 64000<cr><lf><cr><lf>PPPC PROTOCOL<cr><lf>", 1,  02,  00,  00,FA,00,00,  00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 57600<cr><lf><cr><lf>PPPC PROTOCOL<cr><lf>", 1, 02, 00, 00,e1,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 56000<cr><lf><cr><lf>PPPC PROTOCOL<cr><lf>", 1,  02,  00,  C0,DA,00,00,  00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 38400<cr><lf><cr><lf>PPPC PROTOCOL<cr><lf>", 1, 02, 00, 00,96,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 19200<cr><lf><cr><lf>PPPC PROTOCOL<cr><lf>", 1, 02, 00, 00,4b,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 9600<cr><lf><cr><lf>PPPC PROTOCOL<cr><lf>", 1, 02, 00, 80,25,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 4800<cr><lf><cr><lf>PPPC PROTOCOL<cr><lf>", 1, 02, 00, c0,12,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 2400<cr><lf><cr><lf>PPPC PROTOCOL<cr><lf>", 1, 02, 00, 60,09,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 1200<cr><lf><cr><lf>PPPC PROTOCOL<cr><lf>", 1,  02,  00,  B0,04,00,00,  00,00,00,00

;;Valid X.75 Connect Responses in X1 and X2 Modes

HKR, Responses, "<cr><lf>CONNECT 64000<cr><lf><cr><lf>X.75 PROTOCOL<cr><lf>", 1,  02,  00,  00,FA,00,00,  00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 57600<cr><lf><cr><lf>X.75 PROTOCOL<cr><lf>", 1, 02, 00, 00,e1,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 56000<cr><lf><cr><lf>X.75 PROTOCOL<cr><lf>", 1,  02,  00,  C0,DA,00,00,  00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 38400<cr><lf><cr><lf>X.75 PROTOCOL<cr><lf>", 1, 02, 00, 00,96,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 19200<cr><lf><cr><lf>X.75 PROTOCOL<cr><lf>", 1, 02, 00, 00,4b,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 9600<cr><lf><cr><lf>X.75 PROTOCOL<cr><lf>", 1, 02, 00, 80,25,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 4800<cr><lf><cr><lf>X.75 PROTOCOL<cr><lf>", 1, 02, 00, c0,12,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 2400<cr><lf><cr><lf>X.75 PROTOCOL<cr><lf>", 1, 02, 00, 60,09,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 1200<cr><lf><cr><lf>X.75 PROTOCOL<cr><lf>", 1,  02,  00,  B0,04,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: 0.62