summaryrefslogtreecommitdiff
path: root/plugins/hardware/modems/README.md
diff options
context:
space:
mode:
authorinfo@mode42.com <info@mode42.com>2026-08-07 18:25:13 +0000
committerinfo@mode42.com <info@mode42.com>2026-08-07 18:25:13 +0000
commit04d965d67a7264a1c7c211494aebda1953df7603 (patch)
tree0ebd700a6e219f84a26a656f4bee8778bc75da7b /plugins/hardware/modems/README.md
Initial push
Diffstat (limited to 'plugins/hardware/modems/README.md')
-rw-r--r--plugins/hardware/modems/README.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/plugins/hardware/modems/README.md b/plugins/hardware/modems/README.md
new file mode 100644
index 0000000..9988df9
--- /dev/null
+++ b/plugins/hardware/modems/README.md
@@ -0,0 +1,27 @@
+# Hardware: Modems
+
+BayCom/based SER12 — userspace **bcpr** (`stacks/max25-bcpr/`). USB/async KISS — `plugins/devices/baycom-kiss/`.
+
+Kernel `baycom-pr` / `baycom_ser_fdx` removed from this tree (2026-07-18).
+
+## HyBBX
+
+Optional BayCom/based path is via MAX25 (`bcpr` → KISS). See [docs/BAYCOM.md](../../docs/BAYCOM.md) and [docs/HYBBX.md](../../docs/HYBBX.md).
+
+| Path | Role |
+|------|------|
+| `stacks/max25-bcpr/` | SER12 userspace (PC-COM class) |
+| `baycom-kiss` | USB/async KISS TNC firmware |
+
+## Quick start
+
+```bash
+cmake -S . -B build-max25-bcpr -DMAX25_BUILD_MAX25_BCPR=ON
+cmake --build build-max25-bcpr
+# then: docs/BAYCOM.md (max25-bcpr-ctl / max25d [features] max25_bcpr=yes)
+```
+
+## Docs
+
+- [docs/BAYCOM.md](../../docs/BAYCOM.md)
+- [stacks/max25-bcpr/README.md](../../stacks/max25-bcpr/README.md)
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com