- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Interfacing a simple keyboard with 8085 Microprocessor
A keyboard is a very common input device. We assume that there are only eight keys for the simple keyboard. Whenever a key is pressed on this keyboard by the user, the microprocessor immediately identifies which key is pressed. The action which is to be performed by the processor depends on that particular key that gets pressed. An example to be cited as on a particular keyboard for calculator the addition operation gets performed when we press the ‘+’ key. Moreover, a microprocessor does not get directly communicated by the input device it is done via the input port. The input port is of tri-stated gates and a tri-stated buffer is of 7244 chip. There are total eight buffers which we arrange into two groups of four buffers with the outputs that are non inverted and are in tri-states. There is a short circuit between the input and the output when the enable pin is at logic 0. As well as there is an open circuit when the enable pin is at logic 1. We call the outputs to be the state of high impedance significantly called as tristate. Hence the 74244 the content of tristate buffer gets received in the 8085 accumulator when IN 77H gets executed.
In a microcomputer system there are many input devices which comprises the entire system.
- Related Articles
- Interfacing 8279 Keyboard with 8085 Microprocessor
- Interfacing a matrix keyboard with 8085 Microprocessor
- Interfacing ADC with 8085 Microprocessor
- Interfacing 8251 USART with 8085 Microprocessor
- Interfacing 8279 Display with 8085 Microprocessor
- Interfacing 8253 (Timer IC) with 8085 Microprocessor
- Subtract content of two ports by interfacing 8255 with 8085 microprocessor
- Interfacing 7(Seven) Segment Display to 8085 Microprocessor
- Program for adding 2 numbers input from keyboard in 8085 Microprocessor
- Interface 8255 with 8085 microprocessor for addition
- Microprocessor 8085 Architecture
- Addressing modes of 8085 in 8085 Microprocessor
- Registers of 8085 Microprocessor
- Interfacing a speaker with Arduino
- 27128-20 Compatibility check with 8085AH in 8085 Microprocessor
