Oliver Hartkopp

Results 177 comments of Oliver Hartkopp

what does the '-r' option in `./can_demo -i can0 -r 250000` mean? Does the `can_demo` set the bitrate too? Because `cansend` does NOT do such things.

> yes the ./can_demo sets the bitrate ( given with th option -r ) using the a Dbus API... And what happens after ./can_demo has terminated? Is the bitrate still...

Wierd! I assume we do not have the CAN FD version's but the one with a single Classical CAN - but in any case Linux 3.10.17 is horrible EOL. Even...

You need to set the interface into "down" state before setting the bitrate. Changing the bitrate 'on the fly' is not supported ;-)

Generally a good idea - but it bloats candump once more. E.g. I'm currently thinking of removing options (like -b and -B) to meet Unix tool simplicity philosophy ("Write programs...

Generally a nice approach. Do you have an reference what happens to the incoming data stream, when this is 'attached' to a line discipline? I wonder if reading from the...

Did you apply the code which is suggested at the first post of this issue? I tried to create a huge bunch of CAN frames while unplugging the USB-serial adapter...

@Pleune I totally missed that issue. @muggenhor can you please generate a proper pull request for your patch? Thanks!

Hi @rbenji23 - this feature would be a 1:n broadcast of ISO-TP PDUs without flow control, which needs local settings of the STmin value and the block size handling to...

> The devices use a legacy custom bootloader implementation that have custom flow control messages around the ISOTP block that also specifies the flash page. Ah, interesting! > It was...