??? 07/03/04 10:19 Read: times |
#73574 - RE: When is polling preferable? Responding to: ???'s previous message |
hi,
interrupts are used to increase the processor throghput by not blocking processor for some condition yet to occur. Andy is right that if your other tasks are dependant on the data you get from serial port, or there is single task which has to be done and that is getting data from serial port, polling is preferable, else interrupts. abhishek |