Interrupt and Polling

What is Polling ? Polling the device usually means reading its status register every so often until the device’s status changes to indicate that it has completed the request. Polling means you won’t know when the data is ready, but you can get it when you are ready. You’ll have to tell your program how … Continue reading Interrupt and Polling