Hi,
The DDK ibrd and ibwrt do not perform any addressing on the bus. When Controller, your code needs to send the addressing commands using ibcmd. For Talker/Listener you don't send the commands, so the main concern is to determine the state of the interface.
You can poll the status and determine when the interface is TACS or LACS. Depending on the state you can call ibrd and ibwrt. That is how you would write a talker listener application.
If you were using NI-488.2 you would need to use only board-level functions. The 488.2 DDK only supports board level functions.
Note: NI-Device would be the best solution, since it is design specifically to implement 488.2 compliant talker/listener applications.
DiegoF
National Instrume
nts.