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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/03/05 00:27
Read: times


 
#92766 - No hack involved
Responding to: ???'s previous message

Jan, the method Ian suggested is not a 'hack' - it is a very common way of doing it. The downside with Ian's method is that you have to be sure of what is connected to those port pins as you are doing a read-modify-write. If the logic levels are not correct on those port pins due to loading they will not read correctly and when you write them back you'll have problems. If you know you have light loading of those port pins you can be reasonably sure Ian's code will work as expected. This is a trap for the unwary! Generally I don't do read-modify-write on ports because of this, it is always safer to keep a copy of the port states in a variable and modify this variable then copy to the port.

List of 18 messages in thread
TopicAuthorDate
Software When Using Decoder            01/01/70 00:00      
   Decoder s/w            01/01/70 00:00      
      What About This 3-to-8 Decoder?            01/01/70 00:00      
         More decoders            01/01/70 00:00      
            Further Explanation            01/01/70 00:00      
      Which Way?            01/01/70 00:00      
         Good!            01/01/70 00:00      
            No hack involved            01/01/70 00:00      
               Read Modify Write            01/01/70 00:00      
                  I stand corrected            01/01/70 00:00      
               How would you call it then?            01/01/70 00:00      
                  SUPERSUB            01/01/70 00:00      
                  An Example!            01/01/70 00:00      
                     no doubt            01/01/70 00:00      
                        electronic ecology            01/01/70 00:00      
   Further Explanation            01/01/70 00:00      
   Further to Further explanation            01/01/70 00:00      
      Thanks Again Russell!            01/01/70 00:00      

Back to Subject List