0
938views
Explain serial peripheral interface. Compare it with parallel method.
1 Answer
0
2views

enter image description here

  • Serial peripheral interface (SPI) is a synchronous bi-directional full duplex four wire serial interface bus.
  • SPI requires four lines for communication and they are:

a. Master Out Slave In (MOSI): Signal line carrying data from master to slave device. Also known as Slave Input/Slave Data In(SI/SDI).

b. Master In Slave …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.