Emanuel Feru

Results 85 comments of Emanuel Feru

Hi, I don't think there is a feature like this. However you can create it yourself and is not too difficult. Put a button on on the right cable, configure...

Hi @Adhara3, My use case is the same as @Uight parse the dbc once and then unpack/pack incoming/outgoing mesages. Is your use case different? If not, then I would also...

If the speed request is 0, it will try to maintain 0 speed, so standstill. I am not sure if there is a simpler way of temporarily disabling speed mode...

Connect the reverse switch to the 2nd channel (one pin at 3.3v and the other pin connected to channel 2 and a pull down resistor). Then there are 2 solutions:...

Thanks @Uight for bringing CAN FD into discussion. Your insights are valuable and maybe it's time to implement support for CAN FD. I think using an array like others are...

@Uight sorry for this late reply. Regarding your question, I am not sure what do you mean by "Pack/Unpack state function"? These are just functions to encode and decode meaninfull...

@Uight , let me explain the background for the TxStatePack and RxStateUnpack methods. Actually, all the Pack and Unpack methods, I am using them in embedded systems (of course converted...

In the embedded code, I only use the Packer functions (no dbc parser because is really low level c code), so I do the dbc parsing manually so to say....

Wow, cool results and very insightful. Unfortunately I'm off one week. I'm not sure if @Whitehouse112 would want to check...

Hi @pd0wm , I see the Peak-CAN devices are not yet supported. I was wondering on how much effort you think would be to support it? And when would you...