This file is meant to describe the procedures that must be taken for the use of this script on a linux machine instead of the standard windows machine that the lab uses.
- Download and install the latest version of
python
andpython-pip
(Version 3.x) pip install serial playsound
import sound.linux-shutter
instead ofimport shutter
inmicron.py
- Change 'COM1' to '/dev/ttyACM0' or something similiar based on your system
- Ensure that the current user has permissions to
/dev/ttyACM0
- Everything should work just fine. I think.
Sun Yudong 2019