File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,29 +17,29 @@ SUSTerm (Simple Universal Serial Terminal) is a free software and GNU-GPL licens
1717
1818### Install Instructions:
1919#### Windows:
20- * Download [ last version] ( https://github.com/J-Rios/SUSTerm/releases/download/v1.5/Windows_SUSTerm_v150 .zip ) .
20+ * Download [ last version] ( https://github.com/J-Rios/SUSTerm/releases/download/v1.6/Windows_SUSTerm_v160 .zip ) .
2121 * Unzip it and place in "C:\Program File (x86)"
2222 * Create a desktop shortcut of "C:\Program File (x86)\SUSTerm\SUSTerm.exe"
2323
2424#### Linux:
2525 * Download last version:
2626 ```
2727 $ cd ~
28- $ wget https://github.com/J-Rios/SUSTerm/releases/download/v1.4/Linux_SUSTerm_v140 .zip
28+ $ wget https://github.com/J-Rios/SUSTerm/releases/download/v1.6/Linux_SUSTerm_v160 .zip
2929 ```
3030
3131 * Unzip it, give execution permission and place it to user binaries apps dir:
3232 ```
33- $ unzip Linux_SUSTerm_v140 .zip
34- $ cd Linux_SUSTerm_v140
33+ $ unzip Linux_SUSTerm_v160 .zip
34+ $ cd Linux_SUSTerm_v160
3535 $ sudo chmod +x ./install
3636 $ sudo ./install
3737 ```
3838
3939 * Remove unnecessary used files:
4040 ```
4141 $ cd ~
42- $ rm -rf Linux_SUSTerm_v140 *
42+ $ rm -rf Linux_SUSTerm_v160 *
4343 ```
4444
4545 * Add actual user to dialout group to allow open serial ports without been root and reboot system to apply:
@@ -91,7 +91,6 @@ mkdir qtserialport-build
9191git clone git://code.qt.io/qt/qtserialport.git
9292cd qtserialport
9393git checkout v5.11.2
94- git branch -a
9594cd ../qtserialport-build
9695qmake ../qtserialport/qtserialport.pro
9796make
You can’t perform that action at this time.
0 commit comments