robby wrote:
> Looking to finally add a serial port output to my system. Do not want to
> use a USB to Serial adapter. Have tried to google and just went around
> in circles. Tried Newegg, about the same, unless I want to order from AU.
>
They come in "two flavors".
AT/Everex
http://www.pccables.com/07120.htm
DTK
http://www.pccables.com/07121.htm
So you need to know what the company uses as their "defacto"
standard, before purchasing one. And the companies can
either admit to the wiring pattern, by documenting
it in the manual, or keeping it a "secret" so people
have to test manually and figure it out.
If the Gigabyte manual has a table, you can compare it
to a page like this one. In a past exercise of this type,
Gigabyte may have been AT/Everex as well.
http://www.frontx.com/cpx102_2.html
If you buy one of each, you're bound to get it right
eventually. I'd connect up a candidate, then connect
a multimeter (an analog one is best) to the Transmit
pin, use Hyperterm and send a few characters, and
see if the Transmit pin makes the analog meter "jump"
a bit. That's how I'd verify I had the correct adapter
plate connected. This guy did something similar.
http://web.archive.org/web/201004022...y/p4c800e.html
If you use a digital multimeter to detect a "jump",
it may take many tries until the meter reading deflects.
The analog meter, a twitch is easier to see.
To make the voltage jump more visible, you can try dropping
the serial port rate. Hyperterm, when you set up a connection,
allows you to set the baud rate. Or, in a command prompt window,
something along these lines can set the baud rate. You can
then send stuff to com1 in the command prompt window.
You could try dropping to 110 baud for example.
mode com1: 9600,8,n,1
copy file.txt com1
In Linux, it would be something like "setserial".
HTH,
Paul