CANdevStudio
CANdevStudio copied to clipboard
[Feature Request] Set default CanLoad bitrate property to CanDevice configuration BitRateKey value
If the CanDevice configuration BitRateKey value is defined, then set the default CanLoad bitrate property to same value, so it is always consistent.
I will take a look on this. It may be hard though as by desing components are independed from each other (i.e. there is no communication other than connections between components)
With Release v0.6.0, I can see :
- CanSignalSender and CanSignal
- Encoder components added
- Broadcast mechanism introduced to enable communication between components
- Fixed floating point numbers handling in CANdb
- Added possibi l ity to connect multiple component s to IN port
- qtCannelloniCanBusPlugin building fixed
- Minor improvements in tests and documentation
So if I understand well, using this newly introduced broadcast mechanism to enable communication between components, you could now add this feature and solve/close this feature request. Right?
Yes, broadcast mechanism can be used to implement this.