Tue, 19 Aug 2008 23:01:19 +0200
fixes to make gpib_detect works
.. -*- coding: utf-8 -*- ============= Description ============= The code is organized as follow: ``pygpibtoolkit`` is the main python package directory, holding generic GPIB stuffs. A GPIB controller is a class responsible for managing the communication with the GPIB device plugged in the computer. For now, the only GPIB controller is the Prologix one, defined in the ``pygpibtoolkit.prologix`` module.