numat / mfc

Python driver and command line tool for MKS mass flow controllers.
GNU General Public License v2.0
8 stars 1 forks source link

Asynchronous IO #2

Closed patrickfuller closed 8 years ago

patrickfuller commented 8 years ago

The current approach blocks, taking time away from the controller OS. After implementing #1, we should be able to integrate this driver with an async framework (e.g. tornado, asyncio, twisted).