Closed dirkenstein closed 5 years ago
I merged because I wanted to make sure not to break too many things when updating the handling of attributes. If you can test the new attributes. If you are happy with it we can probably merge #194 and include it in the next release.
Supports up to 16 boards as per linux-gpib.
Add functionality to never perform a
listener()
on the controller address. Previously it would not yield the address value but still calllistener()
. This causes some gpib interfaces to lock up with a bus error until an IFC is issued. May be related to whether we call MTA of the controller as part ofibln()
or not but some boards need that.Note the issue with MTA seems to be specific to linux-gpib. Testing with NI488.2 will be performed to make sure nothing breaks.