Skip to content

Releases: Neutree/COMTool

v3.4.1

28 Jan 11:50
Compare
Choose a tag to compare

New freature

  • Add connection status show support as #102 said.
    image

  • Add tab detach support as #114 said. Now double click tab to detach as window.

image

BUG fix

Download

github release assets (recommend!) Sourceforge baiduyun Pypi.org
GitHub release (by tag) Assets below ↓↓↓↓↓↓↓↓↓ 点击下方 Assets SourceForge 百度网盘 提取码: 7ip6 PyPI - Downloads

For Linux, if you can not run the binary program, you can also install from source by pip3 install comtool

如果你在中国国内,可以使用 pip3 install comtool -i https://pypi.douban.com/simple

And launch by command comtool

v3.4.0

18 Nov 12:31
Compare
Choose a tag to compare
v3.4.0 Pre-release
Pre-release

New freature

  • Add connection status show support as #102 said.
    image

  • Add tab detach support as #114 said. Now double click tab to detach as window.

image

  • Simplify graph protol, add ASCII protocol support
    Format: $[line name],[x],[y]<checksum>\n
    "$" means start of frame, end with "\n", "," means separator.
    checksum is optional, checksum is sum of all bytes in frame except ",checksum".
    e.g.
    "$roll,1.0,2.0\n"
    "$pitch,1.0,2.0\r\n"
    "$pitch,1.0,2.0,179\n" (179 = sum(b"$pitch,1.0,2.0") % 256)
    image
github release assets (recommend!) Sourceforge baiduyun Pypi.org
GitHub release (by tag) Assets below ↓↓↓↓↓↓↓↓↓ 点击下方 Assets SourceForge 百度网盘 提取码: 7ip6 PyPI - Downloads

For Linux, if you can not run the binary program, you can also install from source by pip3 install comtool

如果你在中国国内,可以使用 pip3 install comtool -i https://pypi.douban.com/simple

And launch by command comtool

v3.3.1

15 Nov 14:15
Compare
Choose a tag to compare
v3.3.1 Pre-release
Pre-release

New feature

  • Add grapgh plot widget ASCII protocol support
    Format: $[line name],[x],[y]<checksum>\n
    "$" means start of frame, end with "\n", "," means separator.
    checksum is optional, checksum is sum of all bytes in frame except ",checksum".
    e.g.
    "$roll,1.0,2.0\n"
    "$pitch,1.0,2.0\r\n"
    "$pitch,1.0,2.0,179\n" (179 = sum(b"$pitch,1.0,2.0") % 256)
github release assets (recommend!) Sourceforge baiduyun Pypi.org
GitHub release (by tag) Assets below ↓↓↓↓↓↓↓↓↓ 点击下方 Assets SourceForge 百度网盘 提取码: 7ip6 PyPI - Downloads

For Linux, if you can not run the binary program, you can also install from source by pip3 install comtool

如果你在中国国内,可以使用 pip3 install comtool -i https://pypi.douban.com/simple

And launch by command comtool

v3.2.1

24 Apr 10:37
Compare
Choose a tag to compare

BUG Fix

  • Fix TCP UDP port setting not take effect bug

New feature

  • Graphic plot add clear button

Others

  • Add release for old version system like ubuntu20.04 macos11

github release assets (recommend!) Sourceforge baiduyun Pypi.org
GitHub release (by tag) Assets below ↓↓↓↓↓↓↓↓↓ 点击下方 Assets SourceForge 百度网盘 提取码: 7ip6 PyPI - Downloads

For Linux, if you can not run the binary program, you can also install from source by pip3 install comtool

如果你在中国国内,可以使用 pip3 install comtool -i https://pypi.douban.com/simple

And launch by command comtool

v3.1.3

08 Sep 16:10
Compare
Choose a tag to compare
  • fix debug plugin show bug
github release assets (recommend!) Sourceforge baiduyun Pypi.org
GitHub release (by tag) Assets below ↓↓↓↓↓↓↓↓↓ 点击下方 Assets SourceForge 百度网盘 提取码: 7ip6 PyPI - Downloads

Linux can install by pip3 install comtool, if you are Chinese, use pip3 install comtool -i https://pypi.douban.com/simple, and launch by command comtool

v3.1.2

27 Aug 16:16
Compare
Choose a tag to compare

fix typo based on v3.1.0

github release assets (recommend!) Sourceforge baiduyun Pypi.org
GitHub release (by tag) Assets below ↓↓↓↓↓↓↓↓↓ 点击下方 Assets SourceForge 百度网盘 提取码: 7ip6 PyPI - Downloads

Linux can install by pip3 install comtool, if you are Chinese, use pip3 install comtool -i https://pypi.douban.com/simple, and launch by command comtool

v3.1.0

23 Aug 13:04
Compare
Choose a tag to compare
  • Optimize color mode and auto linefeed
  • Add Sipeed TOF plugin
github release assets (recommend!) Sourceforge baiduyun
GitHub release (by tag) Assets below ↓↓↓↓↓↓↓↓↓ 点击下方 Assets SourceForge 百度网盘 提取码: 7ip6

Linux can install by pip3 install comtool, if you are Chinese, use pip3 install comtool -i https://pypi.douban.com/simple, and launch by command comtool

v3.0.0

07 Apr 14:56
Compare
Choose a tag to compare
v3.0.0 Pre-release
Pre-release
  • Support plugin
  • Support add plugin item
  • Add gragh plugin(line chat and button widget)

image

github release assets (recommend!) Sourceforge baiduyun
GitHub release (by tag) Assets below ↓↓↓↓↓↓↓↓↓ 点击下方 Assets SourceForge 百度网盘 提取码: 7ip6

v2.5.0

18 Mar 11:50
Compare
Choose a tag to compare
v2.5.0 Pre-release
Pre-release

New feature

  • Add SSH connection support, support ssh key login
  • Add terminal plugin, including:
    • Connect via any connection, e.g. serial, SSH, socket
    • VT100 style terminal output
    • Window resize and scroll support
    • Right mouse button to copy and paste content
    • History support, default max length is 9999, you can change any max length in code

screenshot_terminal

Full Changelog: v2.4.0...v2.5.0

github release assets (recommend!) Sourceforge baiduyun
GitHub release (by tag) Assets below ↓↓↓↓↓↓↓↓↓ 点击下方 Assets SourceForge 百度网盘 提取码: 7ip6

v2.4.0

07 Mar 08:39
Compare
Choose a tag to compare
v2.4.0 Pre-release
Pre-release

Add TCP UDP support

  • TCP client mode, server mode
  • UDP mode
  • Auto reconnect in TCP client mode
  • Select single client to communicate in server mode

image

github release assets (recommend!) Sourceforge baiduyun
GitHub release (by tag) Assets below ↓↓↓↓↓↓↓↓↓ 点击下方 Assets SourceForge 百度网盘 提取码: 7ip6