answersLogoWhite

0

ANSWER I assume you mean polling, where a master device requests the status of a slave device. Another option for a design would be to have the slave device alert the master device when its status has changed. In either case, the master device can then act on the slave's status change. For example, if a computer polls its keyboard, it reads the status at an interval that allows it to detect a keypress. For the other approach, the keyboard has a controller that samples the keyboard (usually much more frequently than the master computer would be polling) and transmits a key code to the main computer.

User Avatar

Herbert Boyer

Lvl 10
3y ago

What else can I help you with?