answersLogoWhite

0


Best Answer

we want relay interface with 8085 and also attech the program

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Program for interfacing of relay with 8085?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is slow memory interfacing?

explain how slow memory get interfaced with 8085


Which pin of 8086 is not compatible with 8085 for memory interfacing?

Pin 28 on the 8086/8088 is M/IO-, in minimum mode. The equivalent pin on the 8085 is IO/M-, and has opposite polarity.


What is 8255 interfacing with 8085 microprocessor?

It means an 8 bit parallel I/O interface, as opposed to 8251 which is a serial I/O.


Program to count the number of numbers in an array using 8085 microprocessor?

A program which is used to count the number of numbers in an array using a 8085 microprocessor is known as a assembly language program.


Prime numbers between 1 to 10 in microprocessor 8085?

program to find prime number in 8085 microprocessor


What do I need to know about interfacing when I'm installing IR sensors?

You will need to know the exact circuit when interfacing. You will also want to know that there may be a special code needed during the process that can be found in program code book for interfacing.


Program to convert hex to decimal in 8085?

jump,b


2x2 matrix multiplication program in 8085 processor?

how to write a program for matrix multiplication in microprocesspr


What is memory mapped in 8085?

memory interfacing in 8085 microprocessor refers to provide a intermediate mode of transferring or receiving data from registers to main memory


What is the object oriented interfacing?

When you interact with the program through objects like buttons and text-boxes.


What is subroutine in 8085?

in 8085 microprocessor a subroutine is a separate program written aside from main program ,this program is basically the program which requires to be executed several times in the main program. the microprocessor can call subroutine any time using CALL instruction . after the subroutine is executed the subbroutine hands over the program to main program using RET instruction.


How do you write a program in 8085?

Either in Assembly or in some high level language/the hex-code (for the mnemonics) that the microprocessor 8085 generally understands.