M10 high speed configuration utility
For Window: Use the .exe file in the bin directory directly
For Linux Support:
The following is tested with Ubuntu 17.1
-
Install Python 3
sudo apt install python3
-
Install Python 3 pip
sudo apt install python3-pip
-
Install Python 3 tk
sudo apt install python3-tk
-
Install Pmw
pip3 install Pmw
-
Install pySerial
pip3 install pySerial
-
Install getch
pip3 install getch
-
Install Linux driver for FT232R if necessary, as shown in Application Note AN_220, FTDI Drivers Installation Guide for Linux
-
add username to the dialout group. Otherwise the serial port will be under the monopoly of root
sudo adduser USERNAME dialout
-
Now type in python3 M10_config_gui.py to launch the utility GUI