
Originally Posted by
doublea
I think the question is the difference between the two ports. Between the two, Parallel Port sends data in parallel, meaning simultaneously data bits at one time. While USB is sending data sequentially meaning one bit at a time. In short, Parallel port is faster in sending data to the printer or to any parallel port compatible devices than the USB or the old Serial Port. For instance I have 8 bits of data from PC to Printer, in parallel port, it would be send in 1 second while in USB, it would be send in 8 secs.
The disadvantage of Parallel port is bulky in size compared to USB.