> Reading the documentation, I realized that event-related signals are
> usually sent through the parallel port. Is there a reason to use the
> parallel port instead of the serial port ?
Yes, and if you consult any standard reference on parallel ports and
serial ports then the answer will become obvious. Or just use Google.
In fact, if you do a proper search of either this Google Group or the
PST Forum you should find where I have already discussed this at length.
-- David McFarlane, Professional Faultfinder
--
You received this message because you are subscribed to the Google Groups "E-Prime" group.
To post to this group, send email to e-p...@googlegroups.com.
To unsubscribe from this group, send email to e-prime+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/e-prime?hl=en.
At 5/31/2010 09:23 AM Monday, you wrote:
>I understand the parallel port communication is faster than the
>serial port communication.
There is actually quite a bit more to it than that. I just checked
my earlier discussion at
http://support.pstnet.com/forum/Topic2496-8-1.aspx , and perhaps that
still does not quite answer your question, so I will attempt another
short explanation here: A serial port sends a sequence of brief
pulses over a single wire, using voltages of +12 or - 12. By
contrast, a parallel port sends each signal steadily over a separate
wire, using voltages of +5 or 0. As you can readily see, these are
vastly different mechanisms and cannot be easily interchanged. Else,
why would we even bother giving them separate names?
>I guess I will have to find a computer with a parallel port since
>mine only has serial.
Alternatively, note that in another recent thread here we have
discussed using a commercial USB device to provide digital
I/O. However, this would require considerably more code.
As usual, do not take my word for any of this, but look it up for
yourself. For those really interested, see the books "Parallel Port
Complete" and "Serial Port Complete" by Jan Axelson.
--
You received this message because you are subscribed to the Google Groups "E-Prime" group.
To post to this group, send email to e-p...@googlegroups.com.
To unsubscribe from this group, send email to e-prime+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/e-prime?hl=en.