pyvisa / pyvisa-py

A pure python PyVISA backend
https://pyvisa-py.readthedocs.io
MIT License
288 stars 124 forks source link

USB TMC fixes #63

Closed herm closed 9 years ago

herm commented 9 years ago

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.

hgrecco commented 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!!!

brandonrwin commented 7 years ago

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.