60.6k views
4 votes
You are writing a device driver for an audio device connected to your computer. Your code needs to determine if the device is busy or ready to accept a new command. How can the driver determine this

User Ysearka
by
4.1k points

1 Answer

5 votes

Answer: hello the options related to your question is missing attached below is the complete question and options

answer : Read the status register ( A )

Step-by-step explanation:

To determine if the device is busy or ready to accept a new command the line of action is to write a code that will Read the status register. A status register is a hardware register which contains the information about the processor of the device ( i.e. whether the processor is busy or ready )

You are writing a device driver for an audio device connected to your computer. Your-example-1