1
16kviews
What is difference between parallel and serial interface
1 Answer
| written 3.8 years ago by |
| Sr. No. | Parameters | Serial Interface | Parallel Interface |
|---|---|---|---|
| 1. | Main Concept | One bit at a time. | Multiple bits at a time. |
| 2. | Components | Serial interface consists of an I2C bus, SPI bus, or synchronous serial control and data lines. | Parallel interface consists of 8 data pins … |