I am using a NAT7210 chip in a board that uses an ATMEL 8515 micro. I want the board to be strictly a target GPIB device (not a controller). It has to receive commands (such as *IDN, as well as other commands) and then respond to those commands by sending data.
I assume that this means that the 7210 has to be a listner and a talker when commanded to do so by the controller.
What is the proper initialization to have the chip come up as a listner (I would guess) first so that it can recognize the commands, and then switch over to a talker to respond to the commands? And then back again to a listener. I am guessing that this is how it must work.
I think the board has to be at a particular address as well, since eventaully it will be on a GPIB bus with other instruments (power supplies, scopes, etc.).
Also, I am running NI488.2 software on a PC to try to recognize the GPIB board ("Scan for Instruments"), but it always indicates that no instruments are found. What does NI488.2 software do to detect an instrument?
Thanks.