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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/04/03 04:31
Read: times


 
#42879 - RE: Printf getchar getkey
Responding to: ???'s previous message
I think I didn't get it; apparently you are having a problem initializing the serial stuff.

As far as I know the init routine should be like this:

mov SCON, #050h
orl PCON, #080h ;double baudrate
mov TMOD, #020h
mov TH1 , #0F7h ; 2400x2 bd @ 16 MHz clock
setb TR1
setb ES
clr RI

which seems to be the same as what you have. Did you think about settings EA ? It seems you are disabling interrupts before setting the port ...



List of 9 messages in thread
TopicAuthorDate
Printf getchar getkey            01/01/70 00:00      
   RE: Printf getchar getkey            01/01/70 00:00      
      RE: Printf getchar getkey            01/01/70 00:00      
   RE: Printf getchar getkey            01/01/70 00:00      
   RE: Printf getchar getkey            01/01/70 00:00      
      RE: Printf getchar getkey            01/01/70 00:00      
   RE: Printf getchar getkey            01/01/70 00:00      
   RE: Printf getchar getkey            01/01/70 00:00      
      RE: Printf getchar getkey            01/01/70 00:00      

Back to Subject List