blob: 73026258124c8454c9c544d29f25c6dddfa1e68f (
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
33
34
35
36
37
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
|