I have an old Xeltek SuperPro II, the machince it was running on crashed and the drivers for the ISA interface card went with it. Does any know where I can get the driver?
I have an old Xeltek SuperPro II, the machince it was running on crashed and the drivers for the ISA interface card went with it. Does any know where I can get the driver?
There are no drivers for this programmer. It uses old DOS software. I think they work under Windows 98. I was able to get it working under Windows XP using a program called allowio.exe. I run this from a batch file with the following commands:
@echo off
allowio sp2.exe 0x260 0x268 0x270 0x278
sp2.exe
You need the four port addresses shown since each one only covers 8 bits and the programmer uses 32 bits. If the base address you use is different than 260, change the code accordingly.
I'm wanting to build a new computer but I'm having trouble, it's been a long time since I've built one and my head is starting to spin just looking at ...