Closed hardbyte closed 6 years ago
Ideally the usb2can interface implements the set_filters method.
set_filters
Are we talking about a filter in this library or can the OS do that for us?
Ideally the hardware device, next best is the kernel, last option is we do it in user space in Python
See #157 for a software fallback.
Ideally the usb2can interface implements the
set_filters
method.