All planned changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
CAN FD frames with only one bitrate.
- Radio button to select between CAN and CAN FD frames for 11 and 29 bit IDs.
- RTR frames are not available in FD mode.
- Adapted computation of the CAN frame bits to support extended CAN FD frames.
- Effective bitrate and transfer speed computed with the assumption that the payload bitrate is equal to the arbitration bitrate.
- Default bitrates list extended on the upper end, adding: 5 Mbit/s, 2 Mbit/s
CAN FD with flexible data-rate.
- Support for CAN FD with payload bitrate different than then arbitration
bitrate.
- Bitrate can also be provided by the user instead of using one of the default ones from the list above
- Bitrate can be expressed in multiple of 1024 (kibibit, Mebibit etc.)