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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/04/02 00:36
Read: times


 
#33713 - RE: serial int processing
(Sometimes engineering feels like a course in advanced pessimism.)

It certainly can, but not in this case.

SBUF is actually comprised of two separate registers, one for Tx and one for Rx, that happen to live in the same location. Writing to SBUF will put the data into the Tx register, so there's not trashing of incoming data. Conversely, reading from SBUF will give you the content of the Rx register.

Now on to the really difficult stuff ;o)

G'nite,
Rob.

List of 12 messages in thread
TopicAuthorDate
serial int processing            01/01/70 00:00      
RE: serial int processing            01/01/70 00:00      
RE: serial int processing            01/01/70 00:00      
RE: serial int processing            01/01/70 00:00      
RE: serial int processing            01/01/70 00:00      
RE: serial int processing            01/01/70 00:00      
RE: serial int processing            01/01/70 00:00      
RE: serial int processing            01/01/70 00:00      
RE: serial int processing            01/01/70 00:00      
back to serial int processing            01/01/70 00:00      
RE: back to serial int processing            01/01/70 00:00      
RE: back to serial int processing            01/01/70 00:00      

Back to Subject List