πŸŽ“ BookMCQ
← Back to An Introduction To Microprocessor 8085

πŸ“– 14. Serial Communication and Programmable Communication Interface

πŸ“– From An Introduction To Microprocessor 8085 β€’ 174 questions available

About 14. Serial Communication and Programmable Communication Interface

Parallel communication, where you send 8 bits at a time over 8 wires, is fast but expensive over long distances (imagine a printer cable that's 100 meters long). Serial communication sends data one bit at a time, one after the other, over a single wire. This is cheaper and more practical for long distances (like a modem or serial mouse). This chapter covers the principles of serial data transfer and introduces a support chip (like the 8251 USARTβ€”Universal Synchronous/Asynchronous Receiver/Transmitter) that handles the complex job of converting parallel data from the 8085 into serial data and vice versa.

How It Works: You learn about two main types of serial communication: Asynchronous (where there is no separate clock signal, and data is sent in small packets with start and stop bitsβ€”like old COM ports) and Synchronous (where a separate clock signal is used, allowing for faster and more efficient data transfer). The 8251 is a programmable chip that the CPU configures to set the baud rate (speed), data format (number of data bits, parity, stop bits), and mode. The CPU sends a byte to the 8251 to transmit, and the 8251 automatically shifts it out bit-by-bit. For receiving, the 8251 gathers the incoming bits, assembles them into a byte, and signals the CPU that it's ready.


Practice MCQs for 14. Serial Communication and Programmable Communication Interface. Test your knowledge with carefully crafted questions across easy, medium, and hard difficulty levels.

πŸ”„ Last updated: 2026-07-30

39
Easy
82
Medium
53
Hard

πŸ“Œ Topics in this Chapter

Asynchronous Software Approach IC 8251 in 8085A Microprocessor
15 MCQsView β†’
Block Diagram of 8251A in 8085A Microprocessor
7 MCQsView β†’
Initialization of 8251A in Asynchronous Mode in 8085A Microprocessor
21 MCQsView β†’
Initialization of 8251A in Synchronous Mode in 8085A Microprocessor
17 MCQsView β†’
Interfacing of 8251A in 8085A Microprocessor
10 MCQsView β†’
Modem Control in 8085A Microprocessor
8 MCQsView β†’
Modem IC 8251 in 8085A Microprocessor
9 MCQsView β†’
Programmable Communication Interface IC 8251 in 8085A Microprocessor
9 MCQsView β†’
Programming of 8251A in 8085A Microprocessor
5 MCQsView β†’
Read/Write Control Logic in 8085A Microprocessor
17 MCQsView β†’
Receiver Section in 8085A Microprocessor
9 MCQsView β†’
Serial Communication Standard IC 8251 in 8085A Microprocessor
25 MCQsView β†’
Serial Data Communication IC 8251 in 8085A Microprocessor
12 MCQsView β†’
Transmitter Section in 8085A Microprocessor
10 MCQsView β†’