COMTool Changelog

What's new in COMTool 3.4.1

Jan 29, 2024
  • New feature:
  • Add connection status show support as #102 said.
  • Add tab detach support as #114 said. Now double click tab to detach as window.
  • 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.0n"
  • "$pitch,1.0,2.0rn"
  • "$pitch,1.0,2.0,179n" (179 = sum(b"$pitch,1.0,2.0") % 256)
  • add crc and checksum in default protocol
  • add receive escape mode support
  • support add customize theme file
  • add onIsAddConnWidget API for plugin to not add connection widget
  • BUG fix:
  • fix multi dbg plugin receive bug
  • fix close tab but not close connection bug
  • fix tab detatch as window error

New in COMTool 3.4.1 Pre-release (Jan 28, 2024)

  • New freature:
  • Add connection status show support as #102 said.
  • Add tab detach support as #114 said. Now double click tab to detach as window.
  • Simplify graph protol, add ASCII protocol support
  • Format: $[line name],[x],[y]<checksum>
  • Add crc and checksum in default protocol
  • Add receive escape mode support
  • Support add customize theme file
  • Add onIsAddConnWidget API for plugin to not add connection widget
  • BUG fix:
  • Fix multi dbg plugin receive bug
  • Fix close tab but not close connection bug
  • Fix tab detatch as window error

New in COMTool 3.4.0 Pre-release (Nov 19, 2023)

  • New feature:
  • Add connection status show support as #102 said.
  • Add tab detach support as #114 said. Now double click tab to detach as window
  • 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.0n"
  • "$pitch,1.0,2.0rn"
  • "$pitch,1.0,2.0,179n" (179 = sum(b"$pitch,1.0,2.0") % 256)

New in COMTool 3.3.1 (Nov 15, 2023)

  • New feature:
  • Add grapgh plot widget ASCII protocol support.

New in COMTool 3.2.1 (Apr 24, 2023)

  • BUG Fix:
  • Fix TCP UDP port setting not take effect bug
  • New feature:
  • Graphic plot add clear button

New in COMTool 3.1.4 Pre-release (Apr 24, 2023)

  • Fix TCP UDP port setting not take effect bug

New in COMTool 3.1.3 (Sep 8, 2022)

  • Fix debug plugin show bug

New in COMTool 3.1.2 (Aug 27, 2022)

  • fix typo based on v3.1.0

New in COMTool 3.1.0 Pre-release (Aug 23, 2022)

  • Optimize auto linefeed and serial buffer flush time, and recieve color mode
  • Add Sipeed TOF plugin

New in COMTool 3.0.0 Pre-release (Aug 11, 2022)

  • Support plugin
  • Support add plugin item
  • Add gragh plugin(line chat and button widget)

New in COMTool 3.0.0 Pre-release (Apr 7, 2022)

  • Support plugin
  • Support add plugin item
  • Add gragh plugin(line chat and button widget)

New in COMTool 2.5.0 Pre-release (Mar 18, 2022)

  • 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

New in COMTool 2.4.0 (Mar 9, 2022)

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