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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/15/03 16:12
Read: times


 
#41610 - RE: help with SBUF
Responding to: ???'s previous message
Assuming 8 databits, 1 stopbit, no parity, using timer 2 for baudrate generation:

mov SCON,#050h
mov RCAP2L,#0DCh
mov RCAP2H,#0FFh
mov T2CON,#034h
setb ES
clr RI
setb EA

However, I still don't have a clue on the application nor did you post any code, so it's rather difficult to say what is actually going wrong here...

List of 12 messages in thread
TopicAuthorDate
help with SBUF            01/01/70 00:00      
   RE: help with SBUF            01/01/70 00:00      
      RE: help with SBUF            01/01/70 00:00      
         RE: help with SBUF            01/01/70 00:00      
         RE: help with SBUF            01/01/70 00:00      
            RE: help with SBUF            01/01/70 00:00      
               RE: help with SBUF            01/01/70 00:00      
                  RE: help with SBUF            01/01/70 00:00      
                     RE: help with SBUF            01/01/70 00:00      
                        RE: help with SBUF            01/01/70 00:00      
   RE: help with SBUF            01/01/70 00:00      
   RE: help with SBUF            01/01/70 00:00      

Back to Subject List