summaryrefslogtreecommitdiff
path: root/docs/DEV/TMODEM-C1224.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/DEV/TMODEM-C1224.md')
-rw-r--r--docs/DEV/TMODEM-C1224.md40
1 files changed, 40 insertions, 0 deletions
diff --git a/docs/DEV/TMODEM-C1224.md b/docs/DEV/TMODEM-C1224.md
new file mode 100644
index 0000000..6b40968
--- /dev/null
+++ b/docs/DEV/TMODEM-C1224.md
@@ -0,0 +1,40 @@
+# T-Modem-c1224 — max25d device (`tmodem`)
+
+**AS-IS** · prototype · English only.
+
+## Role
+
+[T-Modem-c1224](https://github.com/ngteq/T-Modem-c1224) Pico firmware presents **USB CDC KISS** (half-TNC: HDLC on Pico, AFSK on TCM3105-class chip). max25d talks **raw KISS** on `/dev/ttyACM*` — same family as `kiss-raw-serial` / `baycom-kiss` serial path, but **not** BayCom/based and **not** SER12.
+
+## Enable
+
+```ini
+[features]
+tmodem = yes
+
+[devices]
+default = tmodem
+tmodem = /dev/ttyACM0
+
+[serial.tmodem]
+baud = 115200
+line = 8n1
+dtr_rts = no
+```
+
+Example file: `share/max25/max25d.tmodem.ini.example`.
+
+## Terminal
+
+```bash
+max25-terminal -d tmodem
+# or SET DEVICE tmodem after connect
+```
+
+## RX before TX
+
+Any on-air smoke: prove RX (noise / Soft-DCD / decode) before live TX. See `scripts/tx-rx-test.sh` and vault §0.20.
+
+## HyBBX
+
+Attach-only via a running max25d with `tmodem` enabled. No T-Modem L1 inside HyBBX.
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com