Download List

项目描述

ssterm is a console-based simple serial port terminal. It features painless serial port configuration, has no dependencies outside of a standard Python 2 installation, is contained in a single file, and provides a variety of useful input/output features, including plain ASCII representation, split hexadecimal/ASCII representation, pure hexadecimal representation, color coding bytes and characters, raw input/output with control character forwarding, and remapping of transmitted and received newlines.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-04-04 21:21
1.5

转义字符已更改从 Ctrl-[向更独特 Ctrl-],而不作为许多其他特殊键的转义代码和导致 ssterm 退出上他们像 Ctrl-[做了。拆分十六进制/ASCII 表示形式模式格式已被修改以符合"一个 C"规范拆分输出。
标签: bugfix
The Escape character has been changed from Ctrl-[ to the more unique Ctrl-], which does not serve as the escape code for many other special keys and cause ssterm to quit on them like Ctrl-[ did. Split hexadecimal/ASCII representation mode formatting has been modified to conform to “hexdump -C” canonical split output.

2012-03-29 02:10
1.4

支持已添加为拆分/ASCII 十六进制表示法模式。控制终端现在是更干净地重置,在程序退出。未成年人非阻塞读取已修复 bug。
标签: feature improvements, minor bugfix
Support has been added for split hexadecimal/ASCII representation mode. The controlling terminal is now more cleanly reset on program exit. A minor non-blocking read bug has been fixed.

2012-03-20 06:41
1.3

支持添加了颜色编码字符 / 字节为单位)。ssterm 是为了便于未来的可扩展性和维护在 Python 2 中重写了。该许可证是从 GPLv2 升级到 GPLv3。
标签: major reliability improvements, feature improvements, license change
Support was added for color coding characters / bytes. ssterm was rewritten in Python 2 for ease of future extensibility and maintenance. The license was upgraded from the GPLv2 to the GPLv3.

2011-02-05 22:12
1.2

互斥量增加了更安全的跨线程共享变量处理。
标签: minor feature improvements
Mutexes were added for safer handling of shared variables across threads.

2009-11-23 13:39
1.1

串行端口没有被打开,在非阻塞模式,防止在某些情况下工作ssterm。这已得到修复。
标签: Major bugfixes
The serial port was not being opened in non-blocking mode, preventing ssterm from working in some situations. This has been fixed.

Project Resources