Télécharger la liste

Description du projet

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.

Système requise

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

Le caractère d'échappement a été modifié à partir de Ctrl-[le plus unique Ctrl-], qui ne pas servir le code d'échappement pour plusieurs autres touches spéciales et provoquer des ssterm de fumer sur eux comme Ctrl-[a. Split hexadécimal ou ASCII représentation mode mise en forme a été modifiée pour se conformer à la sortie de split canonique « 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

Support a été ajouté pour le mode de représentation split hexadécimal ou ASCII. Le terminal de contrôle est maintenant plus proprement reset à la sortie du programme. Un mineur non-bloquante lire le bogue a été corrigé.
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

Soutien a été ajouté pour la couleur du codage de caractères / octets. ssterm a été réécrit en Python 2 pour faciliter la future extensibilité et de l'entretien. La licence a été améliorée de la GPLv2 de la GPLv3.
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

Mutex ont été ajoutés pour une manipulation plus sûre des variables partagées entre les threads.
Tags: minor feature improvements
Mutexes were added for safer handling of shared variables across threads.

2009-11-23 13:39
1.1

Le port série n'était pas ouvert en mode non-bloquant, empêchant ssterm de travailler dans certaines situations. Cela a été corrigé.
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