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

Serial communication may be blocking #39

Open alexrudd2 opened 1 year ago

alexrudd2 commented 1 year ago

I think the higher-level write_and_read will block with this serial implementation. There needs to be an async wait-until-ready part.

I don't know how best to do this with serial today.

_Originally posted by @patrickfuller in https://github.com/numat/alicat/pull/37#discussion_r1164442331_