Skip to content

Releases: fablab-wue/piTelex

2024-08

08 Aug 12:08
72b28b3
Compare
Choose a tag to compare

List of changes relevant to the user compared to the release 2023-07

Added Config file options

Status Module Parameter Default Type or range Comment
New Global welcome_msg true true/false if false do not print date/time stamp at connection start
New RPiCtrl pin_LED_Z 0 positive integer defines GPIO# to connect a LED which is on in Z and ZZ status
New RPiCtrl LED_Z_heartbeat 6 positive integer defines heartbeat duty cycle for LED_Z, off if set to 0 , otherwise LED_Z is turned off for (LED_Z_heartbeat * 500ms) and on for 500ms
New RPiTTY txd_powersave false true/false if true, loop current is switched off in ZZ state
Added RPiTTY mode TW39 additional modes "AGT-TWM", "AGT-TW39" for use with Ö-AGT / SEU-M
New ITelex block_ascii true true / false if true, block incoming ASCII connections and avoid printing of port scans and such
New ITelex tns_srv defaults FQDN, IPV4-Addresses override TNS host specification (normally not needed)

Added a "hand type simulator"

Added a simulator for manual typing, i.e insert random delays between "keystrokes".
Toggle on/off in Screen via <ESC> T.
When toggled on, prints "lorem ipsum" dummy text with pseudo random delay between keystrokes until toggled off.
To output the text to the teleprinter, first activate it by either dialling '000' or entering <ESC> A in screen.

Added feature to insert text files into the character stream

Entering five or more subsequent WR (carriage return) at the telerpinter lets piTelex
interpret the following number from 0 to 9 as a file name located in the subdirectory
"read" of pitelex. The file must have the extension .txt.

If the fie exists, pitelex will insert the contents of the file and send it to the teleprinter line.
Useful to insert predefined text blocks

What's Changed

Full Changelog: https://github.com/fablab-wue/piTelex/commits/2024-08

2023-07

23 Jun 15:38
1bf6789
Compare
Choose a tag to compare
2023-07 Pre-release
Pre-release

This is piTelex software from the master branch which was last touched in July 2023.

What's Changed

New Contributors

Full Changelog: https://github.com/fablab-wue/piTelex/commits/2023-07

2023-02

23 Jun 15:39
1bf6789
Compare
Choose a tag to compare
2023-02 Pre-release
Pre-release
  • Support for SEU-M-board in Oe-AGT
  • Support for SEU-M-board in Lo200x
  • Support for TW39-H-bridge (still in development)
  • Support for power saving in many modules
  • New module "KeyPad" for keyboard shortcuts and teletype testing
  • New module "Terminal" for ASCII-terminals, POS-printers and POS-displays
  • New module "Twitter2"
  • New module "RSS" (still in development)
  • Bug fixes