You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Thanks for compiling this for 64 bit systems. I'm wondering if this can be used to convert existing device drivers to 64bit windows?
In particular I'm looking to resurrect a ParStat Potentiostat 2273 which currently only has 32-bit drivers. I tried replacing ezusb.sys in the driver package but I'm guessing I need to modify the inf file too to support windows 10? I've put the inf file in the gist below: https://gist.github.com/toastedcrumpets/64358c92ece376f91b955da904d98286
I'd appreciate any guidance you could give, even if its you telling me this is a stupid idea!
Thanks,
Marcus
The text was updated successfully, but these errors were encountered:
Sorry for sooo late reply (I had repo watching misconfigured). Added a sample .inf file. Just replacing the VID/PID values with your values should work. Don't forget to disable the driver signature check by doing "bcdedit /set testsigning on" and rebooting before installation.
Hi,
Thanks for compiling this for 64 bit systems. I'm wondering if this can be used to convert existing device drivers to 64bit windows?
In particular I'm looking to resurrect a ParStat Potentiostat 2273 which currently only has 32-bit drivers. I tried replacing ezusb.sys in the driver package but I'm guessing I need to modify the inf file too to support windows 10? I've put the inf file in the gist below:
https://gist.github.com/toastedcrumpets/64358c92ece376f91b955da904d98286
I'd appreciate any guidance you could give, even if its you telling me this is a stupid idea!
Thanks,
Marcus
The text was updated successfully, but these errors were encountered: