I was unaware that Brooks made MFC's that had GPIB interfaces.
If you have one, you would need the manual that contains the commands for the unit.
From that point, how do you want to do it?
You can write a dll that handles all the details, and then just call the dll.
You can create the MFC as an object(template class) and instantiate it for each of your MFC's. (This is what I have done inthe past).
It all depends on what the goal of the entire project is.
GB
Greg Bush CLAD