This code is meant to control a MicroJewel laser using the USB serial interface.
This code has been tested on Python 3.7, however Python 3.5 may work as well.
The only other external library required is the pyserial library, which can be installed by running:
pip install -r requirements.txt
To install ujlaser onto your system:
- Git clone the repository
cdinto the directory- Run
pip install .