TA.inf Driver File Contents (Unik-22UTA-windows_xp.zip)

; INF File Revision : 3.01 
; unify all drivers to one MLPPP, let utility setup MLP/PPP/V.120
; remove AT&F(reset some to default), remove ATX0 or ATX1 and show line speed ppp:64k, MP:128k
; mask Mfg1 string

[Version]
Signature="$CHICAGO$"
Class=Modem
;Provider=%Mfg1%
ClassGUID={4D36E96D-E325-11CE-BFC1-08002BE10318}
DriverVer=07/01/2003

[DestinationDirs]
USBCopyFileSection=12
DefaultDestDir = 12

[Manufacturer]
%Mfg1% = Models

; NT5.0 only
[Models]
; serial
%NTTA% = NTTA, *SET0010

; usb NT
%USBNTTA% = USBNTTA, USB\VID_0B55&PID_0001

; serial
[NTTA]
AddReg=All, TMfgAddReg, ISDN.CMD1, EXTERNAL

; usb NT
[USBNTTA.NT]
CopyFiles=USBCopyFileSection
AddReg = All, TMfgAddReg, ISDN.CMD2, EXTERNAL

[USBNTTA.NT.Services]
AddService=usbser, 0x00000000, LowerFilter_Service_Inst

[USBNTTA.NT.HW]
AddReg=LowerFilterAddReg


[LowerFilterAddReg]
HKR,,"LowerFilters",0x00010000,"usbser"

[LowerFilter_Service_Inst]
DisplayName=%USBFilterString%
ServiceType= 1
StartType  = 3
ErrorControl = 0
ServiceBinary = %12%\usbser.sys

[USBCopyFileSection]
usbser.sys,,,0x20

; common

; NT5.0 only
[ISDN.CMD1]
HKR,, Properties, 1, 00,00,00,00, 1e,00,00,00, 00,00,00,00, 00,00,00,00, 00,00,00,00, 30,00,00,00, 00,C2,01,00, 00,f4,01,00
;HKR, Protocol\ISDN\HDLC_PPP_128K, 1,, "ATC0=8C1=1<cr>"
;HKR, Protocol\ISDN\HDLC_PPP_64K, 1,, "ATC0=8C1=0<cr>"
;HKR, Protocol\ISDN\V120_64K,1,, "ATC0=4<cr>"
HKR, Init, 3,, "AT<cr>"

; different result code for USB 
[ISDN.CMD2]
HKR,, Properties, 1, 00,00,00,00, 1e,00,00,00, 00,00,00,00, 00,00,00,00, 00,00,00,00, 30,00,00,00, 00,C2,01,00, 00,f4,01,00
;HKR, Protocol\ISDN\HDLC_PPP_128K, 1,, "ATC0=8C1=1X1<cr>"
;HKR, Protocol\ISDN\HDLC_PPP_64K, 1,, "ATC0=8C1=0X1<cr>"
;HKR, Protocol\ISDN\V120_64K,1,, "ATC0=4X1<cr>"
;HKR, Init, 3,, "ATX1<cr>"
HKR, Init, 3,, "AT<cr>"

; common
[Strings]
ClassName = "Modem"
;Mfg1 = ""

; serial
NTTA="ISDN TA (RS-232)"

; usb NT
USBNTTA="ISDN TA (USB)"

USBFilterString ="USB Modem Driver"

[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&F<cr>"
HKR, Init, 1,, "AT<cr>"
;HKR, Init, 2,, "AT&C1&D2E0V1X0W0<cr>"
HKR, Init, 2,, "ATE0V1<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

; serial and usb NT
[EXTERNAL]
HKR,,DeviceType, 1, 01


[TMfgAddReg]
HKR, Monitor, 1,, "ATS0=0<cr>"
HKR, Monitor, 2,, "None"
HKR, Hangup, 1,, "ATH<cr>"
HKR, Answer, 1,, "ATA<cr>"
HKR, Settings, Prefix,, "AT"
HKR, Settings, Terminator,, "<cr>"
HKR, Settings, DialPrefix,, "D"
HKR, Settings, DialSuffix,, ""
HKR, Settings, CallSetupFailTimer,, "S7=<#>"
HKR, Settings, FlowControl_Off,, "&K0"
HKR, Settings, FlowControl_Hard,, "&K3"
HKR, Settings, FlowControl_Soft,, "&K4"
;HKR,, Reset,, "AT&F<cr>"
HKR,, Reset,, "AT<cr>"

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>BUSY<cr><lf>"           , 1, 06, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>NO DIAL TONE<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, "<cr><lf>CONNECT 0.3K<cr><lf>"   , 1, 02, 00, 2C,01,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 0.6K<cr><lf>"   , 1, 02, 00, 58,02,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 1.2K<cr><lf>"   , 1, 02, 00, B0,04,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 2.4K<cr><lf>"   , 1, 02, 00, 60,09,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 4.8K<cr><lf>"   , 1, 02, 00, C0,12,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 9.6K<cr><lf>"   , 1, 02, 00, 80,25,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 19.2K<cr><lf>"  , 1, 02, 00, 00,4B,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 38.4K<cr><lf>"  , 1, 02, 00, 00,96,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 57.6K<cr><lf>"  , 1, 02, 00, 00,E1,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 115.2K<cr><lf>" , 1, 02, 00, 00,C2,01,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 230.4K<cr><lf>" , 1, 02, 00, 00,84,03,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 64K<cr><lf>"    , 1, 02, 00, 00,FA,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 128K<cr><lf>"   , 1, 02, 00, 00,F4,01,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: ftp, load: 5.14