Oliver Hartkopp
Oliver Hartkopp
> Yes, as suggested above adding something like `is_confirm` could make sense - especially due to the fact that the phython-can API provides such a `receive_own_messages` parameter. @chemicstry would you...
> For interfaces that do not support multiple simultaneous access (most physical adapters without socketcan), it is always true that `is_tx == is_confirm`. I don't think so. The feature whether...
> Yeah, so if loopback/echo frames are enabled, is interface-specific. Some interfaces don't support it at all, some have it enabled by default (gs_usb), some have parameters to enable it...
> Unfortunately the 8Devices USB2CAN hardware is not well documented at all. So, this driver is based on the 8Devices Linux SocketCAN kernel module (https://github.com/8devices/usb2can/blob/master/usb_8dev.c) which, while it lives in...
> @hartkopp @zariiii9003 Please approve CI so the review can move on eventually :) All the tests passed in my forked repository (only codecov upload failed due to missing token)....
Yes. Recent CANalyzer's support this new CANFD tagged format which can contain either CAN FD frames and Classical CAN frames. You can find that information in the can_log_trigger_asc_format.pdf documentation from...
> Would love to see something like this, but if possible a kernel implementation to handle similar issues. > Also I have a use case where in an industry use...
> Didn't know that, thanks for the information. Is this also exposed with other backends, noticed there is a cyclic_multiple example added 2 years ago. but I was running on...
> Hm, it would be nice if Vector changed their implementation. It would make the tool more robust to other input (e.g. ours) and the data more precise. The ASC...
You should take a look into `canbusload` from [SocketCAN CAN utils:](https://github.com/linux-can/can-utils/) https://github.com/linux-can/can-utils/blob/master/canbusload.c At least when you are working on Linux (Debian/Ubuntu) `apt install can-utils` should work for you as it...