Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/21/00 05:54
Read: times


 
#3939 - Mode3 Timer0 - serial communication
hi fellow reader,

i am trying to make multiprocessor communication using mode3(any Timer) of 8051 micron.
my primary intension is to make mode3,Timer1 communication
here is the initiation code,

INIT :
MOV SCON,#0C0H ;SET UP FOR SERIAL MODE 3
MOV TMOD,#20H ;TIMER1 AUTO RELOAD MODE
MOV TH1,#0FEH ;TIMER1 HIGH ORDER BYTE FOR 110BR
MOV TL1,#0EBH ;TIMER1 LOW ORDER BYTE FOR 110BR MOV TCON,#40H ;TIMER 1 RUN CONTROL ; BIT,STARTTIMER
MOV A,#0AAH ;PUT THE VALUE TO BE TRANSMITTED ; IN THE ACC
RET

pls guide me whether this code is enough to run the timer1 with 110 Baudrate in mode3,
or shall i ve to write a separate Timer1 ISR to make the required BaudRate.
pls respond immediately.
Thanx in Advance,
RajKumar.R
rajk@rediffmail.com

List of 6 messages in thread
TopicAuthorDate
Mode3 Timer0 - serial communication            01/01/70 00:00      
RE: Mode3 Timer0 - serial communication            01/01/70 00:00      
RE: Mode3 Timer0 - serial communication            01/01/70 00:00      
Using one crystal for more 89c2052 ?            01/01/70 00:00      
RE: Using one crystal for more 89c2052 ?            01/01/70 00:00      
RE: Using one crystal for more 89c2052 ?            01/01/70 00:00      

Back to Subject List