Skip to content

Commit

Permalink
Version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gamesun committed Aug 20, 2020
1 parent 1759c98 commit 52e1c01
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 15 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@ The package for Linux is being prepared.
## Entirely new UI
![main window](doc/main_window.png "main window")

![floatable windows](doc/floatable_windows.png "floatable windows")
20 changes: 8 additions & 12 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
MyTerm

MyTerm is a RS232 serial port communication utility and runs on all platforms supported by PyQt including Windows, Linux.
Mainly designed for embedded & software engineers, MyTerm is a flat-UI and straightforward and lightweight RS232 serial port communication utility that allows you to configure the connection parameters and communicate via the port.
MyTerm runs on all platforms supported by PyQt including Windows, Linux.

Its features including
quick send custom commands
configure the connection parameters
detect the valid serial ports
echo the sending data in local or not
display data either in hexadecimal or ASCII format
custom resizable and floatable widgets

quick send custom commands
supported send formats: HEX, ASCII, ASCII(\r \n \t ...), Hex text file, ASCII text file, BIN/HEX file
detect the valid serial ports
display receive data either in hexadecimal or ASCII format
custom resizable and floatable windows

MyTerm is licensed on all supported platforms under the GNU GPL v3.
For detail see LICENSE.txt.

Expand All @@ -18,10 +18,6 @@ Windows Version
[Download MyTerm from Softpedia](http://www.softpedia.com/get/Network-Tools/Misc-Networking-Tools/MyTerm.shtml)
[Download MyTerm from SourceForge](https://sourceforge.net/projects/myterm/)

Directory of error log
For windows, C:\Users\<user name>\MyTerm\error.log
For unix, ~/MyTerm/error.log

Linux Version
The source code is executable in Linux.
The package for Linux is being prepared.
Expand Down
2 changes: 1 addition & 1 deletion appInfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@


title = 'MyTerm'
version = '2.2.0'
version = '2.3.0'
url = 'http://sourceforge.net/projects/myterm/'
author = 'gamesun'
copyright = 'Copyright (C) 2013-2020, gamesun'
Expand Down
Binary file removed doc/floatable_windows.png
Binary file not shown.
Binary file modified doc/main_window.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion whatsnew.htm
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@
MyTerm is licensed on all supported platforms under the <a href="http://www.gnu.org/licenses/">GNU GPL v3</a>.
</p>

<p><a name="2.3.0"></a><span class="ver">2.3.0 </span><span class="date">(2020-08-20)</span></p>
<ul>
<li>Rework PortConfig panel.</li>
<li>Changing port config don't need restart port.</li>
<li>Add Periodic Send.</li>
<li>Set tab size = 4.</li>
</ul>

<p><a name="2.2.0"></a><span class="ver">2.2.0 </span><span class="date">(2020-05-07)</span></p>
<ul>
<li>A cleaner user interface and a new icon.</li>
Expand Down Expand Up @@ -65,7 +73,7 @@

<p><a name="2.0.0"></a><span class="ver">2.0.0 </span><span class="date">(2016-11-07)</span></p>
<ul>
<li>Remake UI with PyQt4 instead of wxPython</li>
<li>Rework UI with PyQt4 instead of wxPython</li>
<li>The <tt>Port Config</tt>, <tt>Quick Send</tt>, <tt>Send Hex</tt> panels are custom resizable and floatable.</li>
<li>The user can send custom commands in <tt>Quick Send</tt> panel now.</li>
<li>Bug fixes</li>
Expand Down

0 comments on commit 52e1c01

Please sign in to comment.