Metadata-Version: 2.1
Name: pyvsr53dl
Version: 0.1.1
Summary: Python Library to interface with Thyracont's VSR53DL Vacuum Sensor through RS458 interface
Home-page: https://github.com/IFAEControl/pyvsr53dl
Author: Oscar Martínez
Author-email: omartinez@ifae.es
License: CC0 1.0 Universal
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Provides: pyvsr53dl
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: pyserial

# pyvsr53dl Thyracont's VSR53DL lib


Library to communicate with Thyracont's VSR53DL over RS485 using an USB to RS485 adapter. 

This library has been implemented by IFAE (www.ifae.es) control software department.

It implements most of the commands available for the device using Thyracont's Communication package protocol.
Given methods allow from retrieving all info about the device (model, version etc) to gathering the pressure measurements in real time.
Only the relay setting commands are pending although its status can be retrieved and its setting methods might be available in the future.




