-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathudev.yml
69 lines (61 loc) · 1.52 KB
/
udev.yml
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
68
69
# This is the default Venusian udev file.
#
# DO NOT EDIT THIS FILE
#
# You can add your own by editing /var/lib/venusian/udev.yml
#
udev:
# The following entries are a transcription of Victron's
# "serial-starter.rules" udev file.
#
# Note that Venusian does not probe. You need to add actual
# services, and whatever other parameters your service needs
# (like the baud rate), to /var/lib/venusian/udev.yml.
#
# Supported services and accepted data:
#
# mk3: the MK3 USB Interface
#
# vedirect: the official VE-Direct adapter
#
# modbus:
# rate: baud rate (9600, 19200, …). Must be specified.
# mode: rtu (rtu, ascii). The default is "rtu".
#
- match:
ID_BUS: usb
ID_MODEL: FT232R_USB_UART
service: null # rs485
- match:
ID_BUS: usb
ID_MODEL: USB-RS485_Cable
service: null # rs485
- match:
ID_BUS: usb
ID_MODEL: USB485_Iso_stick
service: null # rs485
- match:
ID_BUS: usb
ID_MODEL: USB-Serial_Controller_D
service: null # cgwacs
- match:
ID_BUS: usb
ID_MODEL: CP2102_USB_to_UART_Bridge_Controller
service: null # cgwacs
- match:
ID_BUS: usb
ID_VENDOR_ID: "1a86"
ID_MODEL_ID: "7523"
service: null # cgwacs
- match:
ID_BUS: usb
ID_MODEL: VE_Direct_cable
service: vedirect
- match:
ID_BUS: usb
ID_MODEL: FT232EX
service: null # vedirect
- match:
ID_BUS: usb
ID_MODEL: MK3-USB_Interface
service: mk3 # originally "mkx"