Results 22 comments of Lukas Magel

Hi, could you elaborate why setting the `bitrate` value is mandatory for instantiating the `BitTiming` class in [util.py](https://github.com/hardbyte/python-can/blob/881606150316f3fce37b5605ea2cbdd4620a811f/can/util.py#L252)? I am using the PCAN interface in an FD configuration with custom...

I agree with @hartkopp. The executing process must be root or at least have the `NET_ADMIN` capability to change the interface. Neither one of those things is something you want...

Hi, thanks for doing such a thorough analysis of the bug, I think it is spot-on. At the moment, I see the following problems that would need addressing: * The...

@zariiii9003 but you would keep the data type as int in milliseconds?

@zariiii9003 I have been looking into the ASC writer. Do you know if the localization of the date string is mandatory? It strikes me as quite difficult to test due...

> @lumagi What do you think about adding `CanProtocol.CAN_FD_NON_ISO`? Although it is very specific to this interface, I generally don't see any reasons against it. The enum already has multiple...

Hey @jacky309, your PR does not take into consideration the fact that a regular CAN frame shouldn't have a payload larger than 8 Byte. If you want to send CAN-FD...

This might be a tricky one to debug :D I have several questions: * You're using the python-can SocketCAN interface, right? * Do you have a sample code? * How...

Hi @ArcticBeat05, Please provide an exception trace of your error.

I wouldn't call this a bug, but rather intended behavior. What is the full error stack trace and message? If your bus is operating correctly, there shouldn't be any errors...