Käyttöliittymän tyyppi
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. Tyypillinen tapaus
Tyypillinen tapaus
USB, "Universal Serial Bus", kiinalainen nimi on yleinen sarjaväylä. Tämä on uusi liitäntätekniikka, jota on vähitellen sovellettu PC-alalla viime vuosina. USB-liitännän ominaisuuksia ovat nopeampi siirtonopeus, hot swap ja useiden laitteiden yhdistäminen. Sitä on käytetty laajasti erilaisissa ulkoisissa laitteissa. USB-liitäntöjä on kaksi: USB1.1 ja USB2.0. Teoriassa USB1.1:n siirtonopeus voi olla 12Mbps/s ja USB 2.0:n nopeus 480MB/s, ja se voi olla yhteensopiva USB1.1:n kanssa. Yleensä useimpia ihmisiä käytetään yhdistämään muita mobiililaitteita, kuten matkapuhelimia tai U-levyjä.