You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ sudo ip link set up can0 type can bitrate 10000 one-shot on
Does not stop retransmissions when no other device is connected. One-shot mode should be supported in the PCAN firmware and drivers.
Both microbus and cansend will cause retransmissions, that are not visible to software (Wireshark, for example), but are sent out anyway, which I checked with my scope.
The text was updated successfully, but these errors were encountered:
$ sudo ip link set up can0 type can bitrate 10000 one-shot on
Does not stop retransmissions when no other device is connected. One-shot mode should be supported in the PCAN firmware and drivers.
Both microbus and
cansend
will cause retransmissions, that are not visible to software (Wireshark, for example), but are sent out anyway, which I checked with my scope.The text was updated successfully, but these errors were encountered: