blob: 8ea52163d6f5ca93fac911a64437caa4095a2040 (
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
config ser2net global
option enabled 1
config controlport
option enabled 0
option host localhost
option port 2000
config default
option speed 115200
option databits 8
option parity 'none'
option stopbits 1
option rtscts false
option local false
option remctl true
#config led rx
# option driver sysfs
# option device 'duckbill:green:rs485'
# option duration 20
# option state 1
#config led tx
# option driver sysfs
# option device 'duckbill:red:rs485'
# option duration 20
# option state 1
config proxy
option enabled 0
option port 5000
option protocol telnet
option timeout 0
option device '/dev/ttyAPP0'
option baudrate 115200
option databits 8
option parity 'none'
option stopbits 1
# option led_tx 'tx'
# option led_rx 'rx'
option rtscts false
option local false
option xonxoff false
list options ''
config proxy
option enabled 0
option port 5001
option protocol telnet
option timeout 0
option device '/dev/ttyUSB0'
option baudrate 115200
option databits 8
option parity 'none'
option stopbits 1
config proxy
option enabled 0
option port 5002
option protocol raw
option timeout 0
option device '/dev/ttyUSB1'
option baudrate 9600
option databits 8
option parity 'none'
option stopbits 1
|