I know someone is going to recommend I buy a new cable here, so let me get this out of the way. I plan on buying a new cable, I just want to exhaust every option while I wait for some money.
I built a cable using a pinout picture. I soldered a Stereo 3.5mm (1/8") headphone connector to a DB9 female connector, and used wire from a previously working serial mouse. Heres the picture:
I know that I may have had an error in my headphone plug soldering, but I'm confident I got it right. The shaft was the longest on the outside, the ring was in between, and the tip was the solid piece in the center. The DB9 connector had the sockets labeled, so I found 2, 3, and 5, and soldered them to the corresponding wires from my headphone connecter.
The issue is that when I connect my picaxe to my laptop, I cannot connect it. I use COM 3, as COM 1, and 4-15 are Bluetooth COM ports, and 2 and 16-17 are unavailable. There is no other options. Therefore, I think I made the logical choice. I wanted to test something simple, so attempted to download a small program to turn a motor I had connected. I used the example in frits's Start Here robot. I used an LR293D (I think thats the name) motor driver and connected a bidirectional 6v motor to outputs A. This was on a starter board. I checked that I was using both A's, and not an AB.
Code:
High 4
Low 5
I attemted to download the program, and I got an error "Hardware not Found".
If it affects anything, I'm running Windows 98.