Skip to content

v3.3.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Neutree Neutree released this 15 Nov 14:15
· 35 commits to master since this 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