Closed herm closed 9 years ago
I think this deserves a new version. Lets try it for a week and if everything is ok we push 0.3 Thanks!!!
Any possibility of getting this into PyPI? Version 0.2 is still listed, with this bug present. I see a build failure, but it seems that the link is dead.
These patches fix the slow responses from USB devices (#48). The USB code always returned a complete message, but the code in session.py only expected a single byte. Now the code handles the complete message, because returning single bytes from USB would be very inefficient.
Tested with python 2.7 and 3.4 using a Keysight 34461A multimeter.