diff options
Diffstat (limited to 'share/max25/max25d.tmodem.ini.example')
| -rw-r--r-- | share/max25/max25d.tmodem.ini.example | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/share/max25/max25d.tmodem.ini.example b/share/max25/max25d.tmodem.ini.example new file mode 100644 index 0000000..7302625 --- /dev/null +++ b/share/max25/max25d.tmodem.ini.example @@ -0,0 +1,38 @@ +; max25d — T-Modem-c1224 USB KISS half-TNC (prototype) +; Copy toward /etc/max25/max25d.ini or pass MAX25D_INI= +; RX before TX for any live RF test. + +[features] +baycom = no +pccom = no +max25_bcpr = no +tmodem = yes + +[daemon] +mode = standalone +hardware = tncs +device = tmodem + +[devices] +default = tmodem +tmodem = /dev/ttyACM0 + +[network] +tcp_host = 0.0.0.0 +tcp_port = 7325 +unix_socket = /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 |
