I will try to get the rest of the drawings up later, but to complete your project, you'll need to finish interconnecting everything as shown in the schematic.
As a reminder, the red lines in the schematic show that you need to solder a connection between these points.
Once you have all your connections made. Double and triple check your work. This is important becaues the more wires you stuff into it, the harder it is to navigate around the board.
(Note: This is why I used the larger board, just for ease of construction. But as you noticed, you COULD use a much smaller board and cram it all in. I chose not to for my application, but this is up to you)
Once you have all your connections made, the only thing left is to hook up your DB9 connector, your ALDL wires, and mount your project in your project box.
What step I did next was to connect the DB9 (or serial) connection. The reason for this is that you can test your circuit once this is in. I'll explain more of that later.
When it comes to the pinout of the serial connector, this can be a bit confusing. (what way am I looking at the connector? What is pin 1? etc)
Take a look at the serial port on your computer. You'll notice it has 9 pins, 5 on the top, 4 on the bottom.
When looking AT the connector on the computer, reading from left to right, your pinout is:
If you orient yourself to this and go through your pins one at a time, it will be less confusing. Note that you are only using 6 out of the 9 pins. You can leave the unused pins blank on your connector. This will also make for a cleaner overall circuit because as you may have noticed, it's starting to look like a rat's nest with all the wires hanging around.
Going off the schematic, connect each wire, one at a time, to it's appropriate place on the board.
Here's the cool part. Once your connector is on, you can actually now test your circuit without even hooking it up to your truck, nor do you need any test equipment. Obviously if you're building this, you have a computer. You can test it from your computer.
-Connect the serial port to your project.
-Open up Hyperterminal on your computer (this is usually, START > ALL PROGRAMS > ACCESSORIES > COMMUNICATION > HYPERTERMINAL)
-Create a new connection (this is a step by step through a wizard). You can call it anything, but you just need to make sure you're talking through COM1, and your BAUD rate is set to 9600.
-Once your connection is made, it will bring you to a terminal screen with a flashing cursor. IF your circuit is working, you can type in that window and you'll be able to see what you type. If not, then your circuit is not working correctly.
For those wondering, this is how I found two problems with my construction. I accidentally grounded the wrong pin on my MAX232 chip and a bunch of jibberish showed up on my terminal. I found that I made the mistake, and once corrected, the jibberish stopped. HOwever, I did not see anything I typed.
Now the funny part is that I actually also found out about grounding that pin 10 through the resistor by using hyperterminal too. In all my years of electronics, I learned a little trick for building circuits. Your FINGER. The human body has a certain resistance value and capacitance. If you notice, the IC MAX232 is the only "active" component in the circuit (if you don't count the 78L05). So I placed my finger on the pins of the IC while typing on the keyboard. At one point, I actually saw my typing on the terminal. I looked where my finger was..............pin 10. I looked at the TechEdge schematic, and noticed that they use that pin to their ALDL, but we do not. I just chose to ground it. VOILA! It worked after that.
Disclaimer: Do not use that above method unless you're comfortable what you're doing. I knew that it wouldn't hurt anything in this circuit, but in others, you can damage the chip and possibly yourself, especially in high current situations. But in all my years, I also never heard of anyone dying from a serial port's 5V........

I just wanted to share how I found that problem.
That's it! If your typing shows up, you're ready to finish your assembly, attaching your ALDL wires and mounting it in your project box.