//flex table opened by JP

Click to See Complete Forum and Search --> : LPT port


paradox
09-30-2000, 09:36 AM
ECP / EPP
whats the diff and which is better?

Thanks,
Wil

NDC
09-30-2000, 10:37 AM
There are three modes which are SPP (Standard Parallel Port) / EPP (Enhanced Parallel Port) / ECP (Extended Capabilities Mode).

EPP and ECP are the same speed. These ports can output at around 1-2 megabytes per second,but the ECP port has the advantage of using DMA channels and FIFO buffers, thus data can be shifted around without using I/O instructions.

[This message has been edited by NDC (edited 09-30-2000).]

paradox
09-30-2000, 11:51 AM
thank you