summaryrefslogtreecommitdiff
path: root/src/hal/user_comps/vfs11_vfd/vfs11-rs232.ini
blob: 1377c8ec2660120fbcd70fbb1e5acacbf29df754 (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
[VFS11]
# serial connection 
TYPE=rtu

# serial port
DEVICE=/dev/ttyS0

# 5 6 7 8
BITS= 8

# even odd none	
PARITY=even

# 110, 300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200
BAUD=19200

# 1 2
STOPBITS=1
    
#rs232 rs485
SERIAL_MODE=rs232

# target modbus ID (slave)
TARGET=1