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.
- Host: GitHub
- URL: https://github.com/giansimone/ctrl-syringe-pumps
- Owner: giansimone
- License: mit
- Created: 2022-05-10T16:57:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-11T16:40:55.000Z (5 months ago)
- Last Synced: 2025-06-02T18:48:15.605Z (5 months ago)
- Topics: control, microfluidics, pyserial, python, python3, syringe-pump, syringe-pump-control
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.