Add new bus bitrates: 666k, 83k#81
Conversation
|
Hello,
Perhaps
I knew that some slcan projects support 83.333k, but I didn't know what it was for. As for your pull request, I understand that it adds 83.333 k for nominal bit rate via In my opinion, using the flexible Regards. |
| CAN_BITRATE_800K, | ||
| CAN_BITRATE_1000K, | ||
| CAN_BITRATE_83K, | ||
| CAN_BITRATE_666K, |
There was a problem hiding this comment.
The SA option for 666 kbps is harder to accept.
I have never seen any slcan implementation that natively supports this bitrate.
In addition, there is a repository where SA is used for another purpose: "Set the nominal bit rate to 75k"
I’m not convinced it’s worth introducing, considering the confusion it will cause in the protocol.
Hello!
First of all, thanks fr supporting this project.
It looks like your branch is most 'alive'.
I'ld like to add a new bitrates that sometime may be found in the vehicle units: 83.333k (it can be found in Mercedes body units like radio and climatic) and 666.667k (it's a rare, it used in some very specific bootloaders).
I haven't checked the first one, but 666 works fine with the real hardware.