Computer Science, asked by Mousaeed4913, 1 year ago

Define hand shanking dta transfer scheme

Answers

Answered by KartikSharma13
0
Hand shaking lines work on a similar principle to those in the Centronics system except that ... used to define the way in which binary information on the data lines is to be interpreted.
Answered by Anonymous
36

Answer:

Answer:

Programmed I/O Data Transfer scheme of 8085 microprocessor is a simple parallel data transfer scheme. This method of data transfer is generally used in the simple microprocessor systems. It is obvious that where speed is unimportant. This method uses instructions to get the data into or out of the microprocessor. Programmed I/O Data Transfer scheme of 8085 microprocessor can be work on synchronous or asynchronous mode. The data transfer can be synchronous or asynchronous it completely depends upon the type and the speed of the I/O devices.

Synchronous type of data transfer

Synchronous type of data transfer can be used when the speed of the I/O devices matches with the speed of the 8085 microprocessor. So for synchronization established between I/O device and microprocessor we need common clock pulse. This common clock pulse synchronizes the microprocessor and the I/O devices. Synchronous type of data transfer scheme because of the matching of the speed, the microprocessor does not have to wait for the availability of the data. The microprocessor immediately sends data for the transfer as soon as the microprocessor issues a signal.

The asynchronous data transfer

The asynchronous data transfer method is used when the speed of the I/O devices is slower than the speed of the microprocessor. Because of the mismatch of the speed, the internal timing of the I/O device is independent from the microprocessor. That is why two units are said to be asynchronous to each other. The asynchronous data transfer is normally implemented using ‘handshaking’ mode. Now question is what is handshaking mode? In the handshaking mode some signals are exchanged between the I/O device and microprocessor before the data transfer takes place.

Programmed I/O Data Transfer scheme of 8085 microprocessor

By this handshaking the microprocessor has to check the status to the input/output device. Now if the device is ready for the data transfer or not.

First step of microprocessor is initiates the I/O device to get ready.

Then status of the I/O device is continuously checked by the microprocessor.

This process remain continues until the I/O device becomes ready.

After that microprocessor sends instructions to transfer the data.

Explanation:

i scheme

Similar questions