x64 beta driver

Issues relating to installation of your USB-UIRT device.

Moderator: jrhees

x64 beta driver

Postby Crom » Sat May 19, 2007 6:08 am

Anyone have a link to the X64 beta drivers? support doesn't seem to be responding for requests for it
Crom
 
Posts: 1
Joined: Sat May 19, 2007 5:46 am

Postby mgleed » Thu Jun 14, 2007 2:20 am

I'm also in need of the an x64 driver for use on Windows Vista. I sent an email to support requesting assistance. I'll let you know if I hear anything.
mgleed
 
Posts: 1
Joined: Thu Jun 14, 2007 2:18 am

Postby xman111 » Tue Jul 31, 2007 8:10 pm

xman111
 
Posts: 1
Joined: Tue Jul 31, 2007 8:08 pm

Postby Bartman » Sat Aug 18, 2007 4:41 pm

Any chance for a final and signed driver?
It works fine for me in Vista Business x64, but hitting F8 at startup is a little bit annoying.
Bartman
 
Posts: 2
Joined: Sat Aug 18, 2007 4:08 pm

Postby jrhees » Mon Sep 17, 2007 9:04 pm

A signed beta Vista driver is now available by request at support@usbuirt.com

-Jon
jrhees
Site Admin
 
Posts: 1652
Joined: Tue Jan 28, 2003 11:49 pm

Postby Msradell » Tue Jul 07, 2009 5:26 pm

Does anyone have a 64 bit driver that works? I sent an e-mail and have not gotten a response. I'm handicapped and depend on the output of the USB-uirt to control my television and lighting. I just got a new computer and it has a 64 bit operating system so I am unable to control universe and need some help.

Thanks,
Mark
Msradell
 
Posts: 2
Joined: Thu Jan 03, 2008 6:04 pm
Location: Louisville, KY

Postby appdevman » Sat Aug 08, 2009 7:13 am

I emailed support, also need the x64 pre signed drivers; win7 rtm x64 is being mui difficult.

thanks,
appdevman
appdevman
 
Posts: 1
Joined: Sat Aug 08, 2009 7:08 am

DIY USB-UIRT x64 driver

Postby help920 » Tue Aug 11, 2009 1:30 am

Here are instructions for assembling and installing the x64 driver. It worked for me on Windows 7 x64. I'll warn you that I have not gone through the trouble of reinstalling Win 7 and doing this again from scratch to verify each and every step.

1) download the latest FTDI driver at http://www.ftdichip.com/Drivers/VCP.htm (for example, http://www.ftdichip.com/Drivers/CDM/CDM%202.04.16%20WHQL%20Certified.zip)

2) download the official USB-UIRT Vista driver at http://www.usbuirt.com/support.htm (for example, http://www.usbuirt.com/USBUIRT_Vista_v20204.zip)

3) unzip the FTDI driver, and delete ftdiport.*

4) modify the file ftdibus.inf in the FTDI driver folder as follows:
at the end of the [SourceDisksFiles] and [SourceDisksFiles.amd64] sections, add
Code: Select all
uuirtdrv.dll = 1,i386

modify the followng sections to say:
Code: Select all
[FtdiHw]
%USB\VID_0403&PID_F850.DeviceDesc%=FtdiBus.NT,USB\VID_0403&PID_F850

[FtdiHw.NTamd64]
%USB\VID_0403&PID_F850.DeviceDesc%=FtdiBus.NTamd64,USB\VID_0403&PID_F850


add the following before the section [FtdiBus.NT.Copy]:
Code: Select all
[FtdiBus.NT.HW]
AddReg=FtdiBus.NT.HW.AddReg

[FtdiBus.NTamd64.HW]
AddReg=FtdiBus.NT.HW.AddReg

[FtdiBus.NT.HW.AddReg]
HKR,,"ConfigData",0x00010001,0


replace the end of the file with:
Code: Select all
[FtdiBus.NT.Copy]
ftdibus.sys

[FtdiBus.NT.Copy2]
ftbusui.dll
ftd2xx.dll
FTLang.dll
uuirtdrv.dll

[FtdiBus.NTamd64.Copy]
ftdibus.sys

[FtdiBus.NTamd64.Copy2]
ftbusui.dll
ftd2xx.dll,ftd2xx64.dll
FTLang.dll
uuirtdrv.dll

[FtdiBus.NTamd64.Copy3]
ftd2xx.dll
uuirtdrv.dll

[Strings]
Ftdi="FTDI"
DESC="USB-UIRT Driver Package"
DriversDisk="USB-UIRT Drivers Disk"
USB\VID_0403&PID_F850.DeviceDesc="USB Serial Converter"
SvcDesc="USB Serial Converter Driver"
ClassName="USB"


5) from the official USB-UIRT driver pack, copy i386\uuirtdrv.dll to the i386 folder in the FTDI driver folder

(since the above changes are a bit complicated, here is my copy of ftdibus.inf)

Code: Select all
; FTDIBUS.INF
; Copyright (c) 2000-2007 FTDI Ltd.
;
; USB serial converter driver installation for Windows 2000, XP, Server 2003, Vista (x86 and x64).
;

[Version]
Signature="$Windows NT$"
DriverPackageType=PlugAndPlay
DriverPackageDisplayName=%DESC%
Class=USB
ClassGUID={36fc9e60-c465-11cf-8056-444553540000}
Provider=%FTDI%
DriverVer=02/17/2009,2.04.16

[SourceDisksNames]
1=%DriversDisk%,,,

[SourceDisksFiles]
ftdibus.sys = 1,i386
ftbusui.dll = 1,i386
ftd2xx.dll = 1,i386
FTLang.Dll = 1,i386
uuirtdrv.dll = 1,i386

[SourceDisksFiles.amd64]
ftdibus.sys = 1,amd64
ftbusui.dll = 1,amd64
ftd2xx64.dll = 1,amd64
ftd2xx.dll = 1,i386
FTLang.Dll = 1,amd64
uuirtdrv.dll = 1,i386

[DestinationDirs]
FtdiBus.NT.Copy = 10,system32\drivers
FtdiBus.NT.Copy2 = 10,system32
FtdiBus.NTamd64.Copy = 10,system32\drivers
FtdiBus.NTamd64.Copy2 = 10,system32
FtdiBus.NTamd64.Copy3 = 10,syswow64


[Manufacturer]
%Ftdi%=FtdiHw,NTamd64

[FtdiHw]
%USB\VID_0403&PID_F850.DeviceDesc%=FtdiBus.NT,USB\VID_0403&PID_F850

[FtdiHw.NTamd64]
%USB\VID_0403&PID_F850.DeviceDesc%=FtdiBus.NTamd64,USB\VID_0403&PID_F850

[ControlFlags]
ExcludeFromSelect=*

[FtdiBus.NT]
CopyFiles=FtdiBus.NT.Copy,FtdiBus.NT.Copy2
AddReg=FtdiBus.NT.AddReg

[FtdiBus.NTamd64]
CopyFiles=FtdiBus.NTamd64.Copy,FtdiBus.NTamd64.Copy2,FtdiBus.NTamd64.Copy3
AddReg=FtdiBus.NT.AddReg

[FtdiBus.NT.Services]
AddService = FTDIBUS, 0x00000002, FtdiBus.NT.AddService

[FtdiBus.NTamd64.Services]
AddService = FTDIBUS, 0x00000002, FtdiBus.NT.AddService

[FtdiBus.NT.AddService]
DisplayName = %SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\system32\drivers\ftdibus.sys
LoadOrderGroup = Base
AddReg = FtdiBus.NT.AddService.AddReg

[FtdiBus.NT.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,ftdibus.sys
HKR,,EnumPropPages32,,"ftbusui.dll,FTBUSUIPropPageProvider"

[FtdiBus.NT.AddService.AddReg]
;HKR,Parameters,"LocIds",1,31,00,00,00,32,00,00,00,00
;HKR,Parameters,"RetryResetCount",0x10001,50

[FtdiBus.NT.HW]
AddReg=FtdiBus.NT.HW.AddReg

[FtdiBus.NTamd64.HW]
AddReg=FtdiBus.NT.HW.AddReg

[FtdiBus.NT.HW.AddReg]
HKR,,"ConfigData",0x00010001,0

[FtdiBus.NT.Copy]
ftdibus.sys

[FtdiBus.NT.Copy2]
ftbusui.dll
ftd2xx.dll
FTLang.dll
uuirtdrv.dll

[FtdiBus.NTamd64.Copy]
ftdibus.sys

[FtdiBus.NTamd64.Copy2]
ftbusui.dll
ftd2xx.dll,ftd2xx64.dll
uuirtdrv.dll

[FtdiBus.NTamd64.Copy3]
ftd2xx.dll
uuirtdrv.dll

[Strings]
Ftdi="FTDI"
DESC="USB-UIRT Driver Package"
DriversDisk="USB-UIRT Drivers Disk"
USB\VID_0403&PID_F850.DeviceDesc="USB-UIRT Device"
SvcDesc="USB Serial Converter Driver"
ClassName="USB"

6) click the start button, type "command" in the search area, right-click on "Command Prompt" in the search results, and select "Run as administrator"

7) in the command prompt window, type "bcdedit /set NoIntegrityChecks ON" (not entirely sure this step is needed)

8) reboot

9) click the start button, type "device" in the search area, and run Device Manager

10) under "Other devices" (assuming the driver hasn't been installed somehow), double-click on "USB-UIRT Device"

11) under the Driver tab, click the "Update Driver..." button

12) choose "Browse my computer for driver software"

13) choose "Let me pick from a list of device drivers on my computer"

14) click the "Have Disk..." button, select the FTDI driver folder you have been modifying, double-click ftdibus.inf, and click the "OK" button

15) click the "Next" button

16) when it complains that the driver is unsigned, confirm installation of the driver

17) at this point, the driver files will have been copied into their correct locations, but the driver will not load because it is unsigned. To deal with the unsigned driver, you need to take some extra measures:

a) download Driver Signature Enforcement Overrider 1.3b at http://www.ngohq.com/home.php?page=dseo
b) right-click the downloaded file dseo13b.exe, and select "Run as administrator"
c) consider reading the instructions to understand what you will be doing
d) select "Enable Test Mode"
e) select "Sign a System File"
f) enter "c:\windows\system32\drivers\ftdibus.sys"

18) now the driver is signed. Reboot, and you should be set. I am successfully running EventGhost on Win7 x64.
help920
 
Posts: 1
Joined: Tue Aug 11, 2009 1:13 am

Re: x64 beta driver

Postby jksmurf » Mon Aug 21, 2017 11:44 pm

Using the above details, I have managed to get the 10 Mar 17 FTDI D2XX Win10 Driver 2.12.26 running on my PC, which I was forced to do to avoid repeated BSODs and crashes in Win10 with my USBUIRT fingered by whocrashed as the culprit. So far so good.

Details on this USBUIRT thread.

k.
jksmurf
 
Posts: 10
Joined: Mon Apr 30, 2007 12:54 am


Return to Installation

Who is online

Users browsing this forum: No registered users and 13 guests