* Question
What are the main expansion methods of the MCS-51 MCU I/O port? |
* Answer
1 bus extension method.The data is output through the P0 port of the MCU. In order to distinguish different peripherals, each I/O port should have its own address.Since the data is transmitted through the serial port, the transfer speed is slow and serial to parallel data conversion is necessary. |
COMMENTS