On Tue, 26 Jul 2005 20:42:38 -0700
Jonathan Lassoff wrote:

> On 26/07/05, Wilbert Knol <[EMAIL PROTECTED]> wrote:
> > A level converter designed to work with EIA232 ports won't work on a
> > parallel port. They are different beasts with different voltage
> > levels and pin-outs.
> > ...
> > Hope this helps.
> >
> > Wilbert, ZL2BSJ 
> 
> I realized about 10 minutes after sending that message that I made a
> mistake as to the different device architectures. Is there any
> crossover between the the parallel port design and the older RS-232
> ports? Does the parallel port actually send the same data?

Yes, but they work in a totally different way. Serial port sends it's
data one bit at a time through the tx line, and parallel sends it all
bits at the same time, using different lines.

Many applications don't even use the serial port as a serial device
(transmitting data) but as a control device (such as soundmodem ptt
control). In those cases, they generally use handshaking lines, instead
of data lines. In those cases, you could use a parallel port, if the
application can support it.

> The level converter uses the voltage from the DTR and RTS through a
> 5V regulator to power an IC that converts the TTL voltages to RS-232
> levels and vice versa. Anyone have thoughts on the matter?

I don't understand if you need ttl levels output or rs-232 level output.
Standard serial port uses rs-232 levels. If you need ttl levels, you
need a converter.

Parallel port, on the other hand, uses ttl levels. So, if your
application supports using a parallel port, you don't need a converter.
Notice that your program must have support for it, and cabling is
different.
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to