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 --- share/max25/max25d.freebsd.tmodem.ini.example | 38 +++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 share/max25/max25d.freebsd.tmodem.ini.example (limited to 'share/max25/max25d.freebsd.tmodem.ini.example') diff --git a/share/max25/max25d.freebsd.tmodem.ini.example b/share/max25/max25d.freebsd.tmodem.ini.example new file mode 100644 index 0000000..e4537e2 --- /dev/null +++ b/share/max25/max25d.freebsd.tmodem.ini.example @@ -0,0 +1,38 @@ +; max25d — FreeBSD + T-Modem-c1224 USB KISS (prototype) +; Copy: cp share/max25/max25d.freebsd.tmodem.ini.example /usr/local/etc/max25/max25d.ini +; Device: /dev/cuaU0 (callout) — adjust uhub / by-id symlink as needed. + +[features] +baycom = no +pccom = no +max25_bcpr = no +tmodem = yes + +[daemon] +mode = standalone +hardware = tncs +device = tmodem + +[devices] +default = tmodem +tmodem = /dev/cuaU0 + +[network] +tcp_host = 0.0.0.0 +tcp_port = 7325 +unix_socket = /var/run/max25/modem.sock +tcp_password = + +[modem] +callerid = CB-0 +callid = QST +ax25_ui = yes + +[stack] +auto_start = yes +serial_watch = no + +[serial.tmodem] +baud = 115200 +line = 8n1 +dtr_rts = no -- cgit v1.3.1