CANdevStudio icon indicating copy to clipboard operation
CANdevStudio copied to clipboard

[Feature Request] Set default CanLoad bitrate property to CanDevice configuration BitRateKey value

Open jogo- opened this issue 6 years ago • 3 comments

If the CanDevice configuration BitRateKey value is defined, then set the default CanLoad bitrate property to same value, so it is always consistent.

jogo- avatar Mar 02 '19 08:03 jogo-

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)

rkollataj avatar Mar 03 '19 09:03 rkollataj

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?

jogo- avatar Nov 30 '19 07:11 jogo-

Yes, broadcast mechanism can be used to implement this.

rkollataj avatar Nov 30 '19 15:11 rkollataj