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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/16/04 07:01
Read: times


 
#72563 - RE: Serial mess
Responding to: ???'s previous message
hi,
When RI is set, which is to say when the serial port interrupt is triggered, program control is automatically vectored to, I'm guessing 23H?

No, it does not "automatically vectored" as long as you have not serial interrupt enabled. So there are some ways to work with UART:
- utilize serial interrupt (write its ISR, enable both EA and ES, etc);
- work with RI and TI flags by polling them with serial interrupt routine disabled.

Regards,
Oleg

List of 12 messages in thread
TopicAuthorDate
Serial mess            01/01/70 00:00      
   RE: Serial mess            01/01/70 00:00      
   RE: Serial mess            01/01/70 00:00      
   RE: Serial mess            01/01/70 00:00      
   RE: Serial mess            01/01/70 00:00      
      RE: Serial mess            01/01/70 00:00      
         RE: Serial mess            01/01/70 00:00      
            RE: Serial mess            01/01/70 00:00      
   RE: Serial mess            01/01/70 00:00      
      RE: Serial mess            01/01/70 00:00      
         RE: Serial mess            01/01/70 00:00      
         RE: Serial mess            01/01/70 00:00      

Back to Subject List