An open API service indexing awesome lists of open source software.

https://github.com/giansimone/ctrl-syringe-pumps

An interface to control a couple of syringe pumps using pySerial.
https://github.com/giansimone/ctrl-syringe-pumps

control microfluidics pyserial python python3 syringe-pump syringe-pump-control

Last synced: about 2 months ago
JSON representation

An interface to control a couple of syringe pumps using pySerial.

Awesome Lists containing this project

README

          

# Syringe Pump Control Software

Control syringe pump(s) via serial communication (basic mode).

## Overview

This is a Python-based control software for syringe pumps, designed to provide a API for controlling and monitoring the operation of syringe pumps. The software allows users to set parameters such as flow rate, volume, and direction of flow, and provides real-time feedback on the status of the pump.

## Requirements
- Python 3.9 or higher.
- Required Python packages:
- `pyserial`

## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.