* sphinx based documentation, to be found at <http://universal-usbtmc.readthedocs.io/> * Improved VISA resources string parsing for the pyserial backend * tcp_socket backend: set wait_after_write to 0.0 by default * Improved `usbtmc-shell`: * New param `--no-idn` * Better explanation of `--line-ending`
0.3.3
* Also accept VISA resource strings for the `tcp_socket` backend. The regular expression is: `r'TCPIP::(?P<host>[^:]*)(::(?P<port>\d+))?::(SOCKET|INSTR)'`
[Full code comparison to v0.3.2](https://github.com/pklaus/universal_usbtmc/compare/v0.3.2...v0.3.3)
0.3.2
* New backend `python_vxi11` * Improved README * Moved exception definitions into [universal_usbtmc.exceptions](https://github.com/pklaus/universal_usbtmc/blob/df57ebc/universal_usbtmc/exceptions.py) * Improved packaging
[Full code comparison to v0.3.1](https://github.com/pklaus/universal_usbtmc/compare/v0.3.1...v0.3.2)