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 Requirements

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-], [하는 역할을 다른 많은 특수 키에 대 한 이스케이프 코드와 Ctrl-[않았다 그들에 ssterm 종료 발생 하지 않는 이스케이프 문자 변경 되었습니다. 분할 16 진수/ASCII 표현 모드 서식 "hexdump C" 정식 분할 출력에 맞게 수정 되었습니다.
Tags: 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

분할 16 진수/ASCII 표현 모드에 대 한 지원이 추가 되었습니다. 제어 터미널은 지금 더 깔끔하게 리셋 프로그램 종료. 부 비 차단 읽기 버그가 수정 되었습니다.
Tags: 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는 미래의 확장성 및 유지 보수의 용이성을 위한 파이썬 2에 다시 작성 합니다. 라이센스는 gpl 3 판에는 즈에서 업그레이드 되었습니다.
Tags: 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

Mutexes는 스레드에서 공유 변수의 안전한 처리를 위해 추가되었습니다.
Tags: minor feature improvements
Mutexes were added for safer handling of shared variables across threads.

2009-11-23 13:39
1.1

시리얼 포트가 아닌 열 게 아니었다 모드 차단, ssterm 어떤 상황에서 작동을 방지. 이 수정되었습니다.
Tags: 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