I wrote:
To act as a device rather than the controller, poll
ibsta() and use
the returned status to determine when the controller wants you to
talk or listen.
Just for clarification, I didn't mean busy-wait polling. Obviously
one uses a loop with ibwait(), and checks ibsta() only when an
event occurs.
Eric