Newer
Older
# MS210 python driver
This repository contains a small python module to control the MS210 Channel Mixer by Advanced Illumination
## Dependencies
| Name | Version |
|------|---------|
| Python | >= 3.10 |
| Poetry | >= 1.2.0 |
## Add package
TODO:
## Linux
For linux user add your user to the *dialout* group to access the serial port
```bash
sudo usermod -aG dialout $USER
```