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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/19/08 09:31
Modified:
  01/19/08 10:24

Read: times


 
#149734 - Help me for serial port Baud rate:
Responding to: ???'s previous message
R/Sir,
Can we set baud rate for Serial port using timer 1,T1 in mode 1 without using interrupts.
Can this coding valid;



org 000h
mov tmod, #01010000b
mov scon, #01000010b
rep: mov th1, >#ffa0h
mov tl1, <#ffa0h
setb tr1
jnb tf1, $
clr tf1
jnb ti, rep
clr ti
mov sbuf, a
end.




THANKS;
ADIL.

List of 5 messages in thread
TopicAuthorDate
SiLabs f040 CAN Addressing?            01/01/70 00:00      
   All Source Code            01/01/70 00:00      
   Figured it out!            01/01/70 00:00      
   Help me for serial port Baud rate:            01/01/70 00:00      
      why hijack a thread?            01/01/70 00:00      

Back to Subject List