Fill out the parts of the following 8051 program in which the 8051 gets data from P1 and sends it to P2 continuously whi
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Fill out the parts of the following 8051 program in which the 8051 gets data from P1 and sends it to P2 continuously whi
Fill out the parts of the following 8051 program in which the 8051 gets data from P1 and sends it to P2 continuously while giving a copy of it to the serial COM port to be transferred serially. Set the baud rate at 4800. Assume that XTAL = 11.0592MHz. ORGO LJMP MAIN ORG 23H LJMP SERIAL MAIN: ORG 30H MOV P1, #OFFH MOV TMOD, MOV MOV SCON, MOVIE, SETB TRI BACK: MOV MOV SBUF, A SJMP BACK ORG 100H SERIAL: TRANS: CLR RI RETI CLR TI RETI END
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!