blob: 71aa0ed77223632d8db304e7e0e957138126c751 (
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
|
# T-Modem-c1224 — HyBBX attach
**AS-IS** · prototype. Public term: **BBX** (not BBS). Never **AX25SRV** in public copy.
## Role
HyBBX does **not** run T-Modem L1. Attach to a running **max25d** that has device id **`tmodem`** enabled (USB KISS half-TNC from T-Modem-c1224 Pico firmware).
| Layer | Owns |
|-------|------|
| T-Modem-c1224 FW | HDLC + bitbang + chip AFSK + PTT |
| MAX25-Stack max25d | Device `tmodem` · `kiss-raw-serial` on `/dev/ttyACM*` |
| HyBBX | Network/BBX attach to max25d only |
Not BayCom/based. Not SER12.
## Example (default off)
```ini
[networks]
tmodem = no
```
When max25d already serves `tmodem`, prefer the existing **max25** / host attach path used for other MAX25 devices — enable only after max25d RX proof (RX before TX).
## Related
| Doc | Path |
|-----|------|
| MAX25 DEV | MAX25-Stack `docs/DEV/TMODEM-C1224.md` |
| BayCom/based (different) | [BAYCOM.md](BAYCOM.md) |
| TNCs | [TNCS.md](TNCS.md) |
|