Microcontroller › 8051 › how to display a 4-digit numeric data on 7-seg displays with variable data at receiver › this
March 4, 2012 at 9:51 am
#7232
Mehtab Ali
Participant
this program will generate a time delay of 5msecs. if clock frequency is 11.0592Mhz
MOV TMOD,#O1H
TRR: MOV TL0,#0
MOV TH0,#0EEH
SETB TR0
RRT: JNB TF0,RRT
CLR TR0
CLR TF0