pyvisa / pyvisa-py

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

Fix flow control setting issue, fix #316 #317

Closed mwcmwc12 closed 2 years ago

mwcmwc12 commented 2 years ago

Flow control for serial device cannot be set to none as 0 or ControlFlow.none is treated as an invalid attribute. Changed to "0 <="

mwcmwc12 commented 2 years ago

Accidentally closed comment, reopening.