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

Back to Subject List

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


 
Msg Score: +1
 +1 Good Answer/Helpful
#109233 - Polled means......
Responding to: ???'s previous message
In this case that there is a loop in the program which repeatedly checks the state of the inputs and does something when they change so the loop is constantly polling the inputs as oposed to an interrupt driven routine which uses a special input which triggers an internal interrupt to tell the processor when an input has changed state and the processor then does something.
polled routines are in my humble opinion a pain in the bum for anything but the simplest applications.

List of 11 messages in thread
TopicAuthorDate
c programing question            01/01/70 00:00      
   How to post your code            01/01/70 00:00      
      re: How to post your code            01/01/70 00:00      
         That'll be it, then!            01/01/70 00:00      
            putchar uses polled IO            01/01/70 00:00      
               Polled means......            01/01/70 00:00      
                  See for yourself!            01/01/70 00:00      
   How are you debuging?            01/01/70 00:00      
      RE: How are you debuging?            01/01/70 00:00      
   project            01/01/70 00:00      
      Start a new thread            01/01/70 00:00      

Back to Subject List