Interfaccia informatica

Tipo di interfaccia

Parallel interface mainly as a printer port, using a 25-pin D couple. The so-called "parallel" means that the 8-bit data is transmitted simultaneously through a parallel line, so that the data transfer speed is greatly improved, but the length of the line transmitted in parallel is limited, because the length increases, the interference will increase, and the data is easier to errors. The computer is basically equipped with parallel port.

Serial port port is called a serial interface, and the PC typically has two serial ports COM 1 and COM 2. The serial port is different from the parallel port in that its data and control information are transmitted in one position. Although this speed will be slow, the transfer distance is longer than in parallel, so the serial port should be used when the long distance is communicated. Usually, COM 1 uses 9-pin D-shaped connector, also known as the RS-232 interface, and some of COM 2 uses an old-fashioned DB25 pin connector, also known as RS-422 interface, but already rarely use.

Caso tipico

USB, "Universal Serial Bus", il nome cinese è un bus seriale universale. Si tratta di una nuova tecnologia di interfaccia che viene gradualmente applicata nel campo dei PC negli ultimi anni. L'interfaccia USB ha le caratteristiche di maggiore velocità di trasferimento, hot swap e connessione di più dispositivi. È stato ampiamente utilizzato in varie apparecchiature esterne. Ci sono due interfacce USB: USB1.1 e USB2.0. Teoricamente, la velocità di trasmissione di USB 1.1 può raggiungere i 12 Mbps / secondo e USB 2.0 può raggiungere la velocità di 480 MB / sec e può essere compatibile con USB 1.1. Di solito la maggior parte delle persone è abituata a connettere altri dispositivi mobili come telefoni cellulari o dischi U.

Related Articles
TOP