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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/17/03 22:54
Read: times


 
#39294 - RE: How to read eithe LATCH or PORT directly
Responding to: ???'s previous message
But how can I read the latch?
The simple answer is: don't.
Instead maintain a "mirror" that is a byte you write to every time you write to the port. That way, if you want to modify some bits in the port, you modify them in the mirror and write the mirror to the port.

Erik


List of 6 messages in thread
TopicAuthorDate
How to read eithe LATCH or PORT directly            01/01/70 00:00      
   RE: How to read eithe LATCH or PORT directly            01/01/70 00:00      
      RE: How to read eithe LATCH or PORT directly            01/01/70 00:00      
         RE: How to read eithe LATCH or PORT directly            01/01/70 00:00      
            RE: How to read eithe LATCH or PORT directly            01/01/70 00:00      
   RE: How to read eithe LATCH or PORT directly            01/01/70 00:00      

Back to Subject List