|
From: Frank M. H. <fm...@sp...> - 2008-09-11 22:02:47
|
On Wednesday 10 September 2008 14:21, Dan Lenski wrote: > Hi all, > > I've been using Python to write GPIB code for a long time. I recently > got sick of Cygwin and decide to try things under Linux. I was really > pleasantly surprised with how easy it was to get my PCI-GPIB card > working!!! > > I have made some improvements to the Python bindings, which I have > attached here as a patch: > * gpib.dev() = ibdev (sorely needed, IMHO!) > * gpib.listener() = ibln > * gpib.ask() = ibask > * all the TNONE, T10us, etc. constants for timeouts Hi Dan, Please resend your patch to me as an attachment. Putting it inline results in the line wrapping, etc. messing it up. I intend to apply it, but I don't use the python wrapper myself, so if any python users have criticisms of the changes you should speak up now. |