Parallel Port Speec

Thread Starter

Iodem_Asakura

Joined Sep 14, 2004
140
I need to do a program that uses the parallel port to send and recive information. But i need the time between i active some bit in the port (for example) and then check the status of another bit in the port to be less than 1.5 mS. I'm using Visual Basic.

Do you know if it's posible? It's the parallel port fast enough?
 

hgmjr

Joined Jan 28, 2005
9,027
Originally posted by Iodem_Asakura@Jun 28 2005, 06:44 AM
I need to do a program that uses the parallel port to send and recive information. But i need the time between i active some bit in the port (for example) and then check the status of another bit in the port to be less than 1.5 mS. I'm using Visual Basic.

Do you know if it's posible? It's the parallel port fast enough?
[post=8789]Quoted post[/post]​
Hi iodem_asakura,

If using the parallel port in its original DOS mode is too slow for your application then you can check into ECP or EPP mode as a way of getting higher speed performance.

Take a look at this website.
Parallel Port Information

Good Luck,
hgmjr
 
Top