From 04d965d67a7264a1c7c211494aebda1953df7603 Mon Sep 17 00:00:00 2001 From: "info@mode42.com" Date: Fri, 7 Aug 2026 18:25:13 +0000 Subject: Initial push --- stacks/tncs/docs/TNC2C-REFERENCE.md | 43 +++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 stacks/tncs/docs/TNC2C-REFERENCE.md (limited to 'stacks/tncs/docs/TNC2C-REFERENCE.md') diff --git a/stacks/tncs/docs/TNC2C-REFERENCE.md b/stacks/tncs/docs/TNC2C-REFERENCE.md new file mode 100644 index 0000000..774248c --- /dev/null +++ b/stacks/tncs/docs/TNC2C-REFERENCE.md @@ -0,0 +1,43 @@ +# TNC2C reference (example profile) + +Example profile for a Landolt TNC2C with **19200 8N1** host link and **2400** radio AFSK. Adjust for your hardware. + +## Serial (host) + +| Parameter | Example | +|-----------|---------| +| Device | `/dev/ttyUSB0` | +| Baud | 19200 | +| Format | 8N1 | +| RTS/DTR | Required for boot-wait | + +## Radio (typical CB packet) + +| Parameter | Example | +|-----------|---------| +| Modem | TCM3105 | +| Radio baud | 2400 | +| Band | CB | +| Duplex | Half | + +## Config file + +`stacks/tncs/tnc2c-serial.env` — copy and edit device/baud for your station. + +## Tool matrix + +| Tool | Use | +|------|-----| +| `tnc2c-boot-wait.sh` | Host mode after power-on (rescue) | +| `tnc2c-host-reset.sh` | Software recovery without power cycle | +| `tnc2c-autotest.sh` | Quick 19200-8N1 probe | +| `tnc2c-health.sh` | Full check, no TX | +| `tnc2c-integration-test.sh` | Post boot-wait HyBBX gate | +| `tnc2c-listen.sh` | Passive monitor | +| `tnc2c-probe` | Port scan utility | + +## HyBBX INI snippet + +Use `share/hybbx/tnc2c-host.ini.example` — set `device`, `mycall`, and RF fields for your station. + +HyBBX TNC profiles: [hyBBX docs/TNCS.md](https://github.com/ngteq/hyBBX/blob/main/docs/TNCS.md) -- cgit v1.3.1