Skip to content

Commit

Permalink
added "RPiTTY_FS200_V10_new"
Browse files Browse the repository at this point in the history
  • Loading branch information
JK committed Feb 24, 2023
1 parent b32f7cf commit 0b8b4c0
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions telex.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Configuration examples for piTelex
# 2023-02-02
# 2023-02-24
# requirements: commentjson, argparse (additional requirements per section are listed there)
#
# This file can be used as a starting point for piTelex installations using the default hardware configuration.
Expand Down Expand Up @@ -85,8 +85,8 @@
"use_observe_line": false
},

# TeKaDe FS200 or FS220 over V.10 interface
"RPiTTY_FS200_V10": {
# TeKaDe FS200 or FS220 over V.10 interface (old pinout)
"RPiTTY_FS200_V10_old": {
"type": "RPiTTY",
"enable": false,
"mode": "V10",
Expand All @@ -104,6 +104,25 @@
"loopback": false
},

# TeKaDe FS200 or FS220 over V.10 interface (new pinout)
"RPiTTY_FS200_V10_new": {
"type": "RPiTTY",
"enable": false,
"mode": "V10",
"pin_txd": 27,
"pin_rxd": 17,
"pin_relay": 0,
"inv_relay": true,
"pin_power": 0,
"inv_power": false,
"use_observe_line": true,
"pin_observe_line": 22,
"inv_observe_line": true,
"baudrate": 200, # 50, 75, 100, 200
"coding": 0, # 0=ITA2
"loopback": false
},

# SEU-M - TW39-teletype using an Austrian AGT (OeAGT) with SEU-M-card as controller
# Note: SEU-M-card (with aRPi) is a replacement of a SEU-B ord SES-B-card
"RPiTTY_SEU-M_Oe-AGT": {
Expand Down

0 comments on commit 0b8b4c0

Please sign in to comment.