blob: 774248c54104963f5c38548bfecd2fd9473c4d97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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)
|