I've been attempting to build my own external battery pack using standard D-size NiCad batteries. I tore apart my dead SupersPORT battery pack, and it had ten batteries that were soldered together in two sets of five. NiCad batteries produce a slightly lower voltage than alkaline batteries: 1.25 volts instead of 1.5 volts. The original unit appears to have been designed to supply 12.5 volts.
I originally tried using fourteen batteries, yielding a total voltage of 17.5 volts. My thinking was that by using more total batteries, I could extend the length of time that the battery pack would last. However, I only got about ninety minutes out of it. Also, two of the batteries were totally dead. They measured around -30 mV. After a couple of hours, they returned to a normal voltage of 1.25 volts, and could be recharged. I suspect that the voltage regulator on the laptop is pulling the voltage down to around 12 volts, and is creating a quasi short-circuit.
I next tried cutting the number of batteries down to ten, matching ZDS's original design. This lasted about thirty minutes, and again I had a couple of batteries go completely dead. I suspect that the batteries I am trying to use cannot deliver enough current. My current measurements on the laptop show that it draws between 0.5 and 1.0 amps, depending on how bright the backlighting is, and whether or not the disk drive is being used. A unit with a hard drive would draw even more current.
The only other thing I could think of was to double the number of batteries. I wired up twenty batteries for 12.5 volts. (See the diagram below.) This setup works quite well. It will run the laptop for around two hours. But it's far from perfect. There are several issues to be aware of if you are trying to do this.
The usual symptom of a dead hard drive is the error Can't Reset Drive when you power on the system. If you have a 720K bootable disk in drive A, you should be able to press <Ctrl> <Break> or <Esc> to continue booting from drive A. Several bootable disks are available on the SupersPORT Software page.
On my system I ended up removing the hard drive controller and the bad hard drive. With the controller in, it kept trying to boot from the hard drive. I think it gave me a different error message, but I don't recall what it was. I'll throw the controller back in one of these days and find out. This should also extend the battery life a bit.
Warning! I don't recommend disassembling your system unless you are very comfortable working with hardware, and are willing to take the risk that it will never work again. Some of the inner workings are rather delicate.
I have the DIP switches set to all-on, except switch three. This sets it for one drive, 8Mhz clock. This will allow you use the single floppy drive as both drives A and B. (See switches for a detailed breakdown.)
I'm using DOS 6.22. I'm not sure why, but DOS insists that I have a 360K drive instead of 720K. I had to add the following lines to the config.sys to be able to format disks.
drivparm=/d:0 /f:2
drivparm=/d:1 /f:2
This configures drives A and B for 720K. On a single drive system, DOS can treat one physical drive as two logical drives. This makes it easier to do disk swapping. For example, I have a boot disk with a word processor that I use as drive A, and I have a second disk for drive B that just holds my data files.
Yes, it's true. You can really use the SupersPORT on a network. I've done this using a Xircom Pocket Ethernet 3 adapter that attaches to the parallel port. Here's what you need:
It took a lot of trial and error to get this working. I started by installing the PE3 and LAN Manager on an old 386 system. Having a hard drive and more memory gave me a little more room to maneuver while testing. LAN Manager comes from Microsoft on four 1.44MB diskettes. (This can be downloaded from Microsoft's ftp site.) It takes up about 3MB on the hard drive when installed.
Next came the process of trying to fit this onto a 720K disk. Article Q87672 from Microsoft's knowledge base was very helpful in this process.
Last modified 1/18/2009