The serial port is considered to be the most pin-efficient method of communication between devices in an embedded system. This is because serial communication allows for data to be transmitted one bit at a time, rather than in parallel which requires more pins. By transmitting data serially, the number of pins needed to transmit the same amount of data is reduced, making the serial port the preferred method of communication in many embedded systems.