Back to Glossary
maker(MOSI)

Master Out Slave In

What is a MOSI?

MOSI (Master Out Slave In) is a signal line in the SPI (Serial Peripheral Interface) communication protocol that carries data from the master device to slave devices. The master device uses this line to transmit data, commands, or configuration information to one or more connected slave devices in a synchronized manner. MOSI works in conjunction with other SPI signals like MISO, SCLK, and chip select lines to enable high-speed serial communication between microcontrollers and peripheral devices such as sensors, displays, and memory chips.