Back to Glossary
maker(MISO)

Master In Slave Out

What is a MISO?

MISO (Master In Slave Out) is a signal line in Serial Peripheral Interface (SPI) communication that carries data from a slave device to the master device. It allows the slave to send response data, status information, or sensor readings back to the master controller. In SPI systems with multiple slaves, all slave devices typically share the same MISO line, but only the selected slave actively drives the signal while others remain in a high-impedance state. This unidirectional data path is essential for two-way communication between microcontrollers and peripheral devices like sensors, memory chips, and display controllers.