numat / alicat

Python driver and command line tool for Alicat mass flow controllers.
GNU General Public License v2.0
21 stars 27 forks source link

Add lock for simultaneous requests, clarify documentation, and fix TCP CLI #23

Closed alexrudd2 closed 3 years ago

alexrudd2 commented 3 years ago

Use asyncio.Lock to handle simultaneous requests from the same source. Add a bit more help error messages for simultaneous requests from different sources. Clarify documentation, including distinguishing MFC/MFM. Fix the CLI for TCP connections.